* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Vazir;
    direction: rtl;
}

.goftino {
    position: fixed;
    left: 0;
    width: 100%;
    top: -100%;
    height: calc(100% - 35px);
    background-color: white;
    z-index: 100;
    transition: 1s;
}

.gShow {
    top: 0;
    transition: 1s;
}

.goftino iframe {
    width: 100%;
    height: calc(100% - 18px);
}

body {
    background-color: #ffffff;
}

a {
    color: white;
    text-decoration: none;
}

.green {
    /* background-color: #61ce70; */
    filter: invert(1);
    color: #0a222e;
    /* color: white; */
    font-weight: 600;
    font-size: 13px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 4px;
    height: 18px;
    margin-right: 3px;
    cursor: help;
}

.header {
    position: fixed;
    width: 100%;
    height: 68px;
    background-color: rgba(0, 0, 0, 0.911);
    background-color: #293241;
    color: white;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
}

.filecards {
    position: fixed;
    padding-bottom: 90px;
    top: 90px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 228px);
    overflow-y: auto;
    z-index: 1;
}

/* .filecards{
    margin-right: 15px;
    width: calc(100% - 30px);
    margin-top: 200px;
    margin-bottom: 200px;
    overflow-y: auto;
} */

.card {
    width: calc(100% - 2px);
    height: 70px;
    margin-bottom: 3px;
    border: 1px #a6c4d1 solid;
    border-radius: 15px;
    background-color: #f2fbff;
    display: flex;
    color: #0a222e;
    overflow-y: hidden;
    transition: 0.2s;
}

.card-open {
    height: 213px;
    transition: 0.3s;
}

.card-content-minimal,
.card-content-full {
    padding: 0 10px;
    width: calc(100% - 90px);
    font-size: 14px;
}

.btn-cm {
    background-color: #ffaab7;
    color: #510202;
    margin: 0 10px;
    padding: 0 10px;
    border-radius: 5px;
    display: inline-block;
    display: flex;
    height: 24px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.file-name {
    height: 20px;
    overflow: hidden;
}

.file-detail {
    font-size: 11.5px;
}

.file-price {
    background-color: #31947b25;
    display: flex;
    justify-content: space-between;
}

.card-btn {
    border-right: 1px dashed rgba(25, 87, 179, 0.205);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 64px;
    padding: 0 4px;
}

.card-btn>div {
    display: flex;
    align-items: center;
    width: 26px;
    height: 90%;
    filter: opacity(80%);
}

.price-btn {
    font-size: 12px;
    border-radius: 5px;
    background-color: #1f4253;
    color: #ffffff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.box3 {
    display: flex;
    justify-content: space-between;
}

input {
    width: 35px;
    text-align: center;
    border: #4e5f7091 1px solid;
    border-radius: 5px;
}

.select-box>div {
    margin-bottom: 4px;
}

.select-box select {
    width: 100%;
    height: 30px;
    border: #1f425369 1px solid;
    border-radius: 5px;
}

.dialog {
    position: fixed;
    top: 72px;
    left: 15px;
    padding-top: 0px;
    width: calc(100% - 30px);
    height: 0px;
    border-radius: 5px;
    /* border: black 1px dashed; */
    font-size: 15px;
    text-align: justify;
    box-shadow: #1f425383 0px 2px 8px 0px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset; */
    background-color: #d9edf7;
    color: #122a36;
    z-index: 2;
    overflow-y: hidden;
    transition: 0.3s;
}

.dialog-head {
    position: relative;
    width: calc(100% - 20px);
    height: 30px;
    border-radius: 5px 5px 0 0;
    background-color: #1f4253;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    overflow-y: hidden;
    transition: 0.1s;
}

.dh-hide {
    height: 0;
    transition: 0.1s;
}

.switch {
    color: #ffffffb4;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 10px !important;
}

.switch>h2 {
    font-size: 10px !important;
}

.sactive {
    color: white;
    background-color: rgba(255, 255, 255, 0.212);
}

.dexpand {
    height: calc(100% - 20px);
    top: 10px;
    padding-top: 0;
    transition: 0.6s;
}

.dialog-content {
    /* background-color: #005eff; */
    overflow-y: auto;
    padding: 0 20px;
    height: calc(100% - 60px);
}

.dc-coll {
    height: 100%;
    overflow-y: hidden;
}

.dialog p,
.dialog strong {
    margin: 2px 6px;
}

.more {
    direction: ltr;
    position: fixed;
    left: 14px;
    top: 123px;
    background-color: #d9edf7;
    padding: 0 10px;
    font-weight: 600;
    background-color: #a6c5d4;
    border-radius: 5px;
    /* color: #03121a; */
}

.less {
    position: fixed;
    z-index: 3;
    bottom: 15px;
    left: 20px;
    background-color: rgb(231, 77, 77);
    color: white;
    height: 30px;
    width: 50px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: 1.9s;
}

.hide {
    bottom: -30px;
    transition: 0.3s;
}

.uploadbox {
    width: calc(95% - 22px);
    height: 45px;
    /* border: rgb(25, 0, 255) 1px dashed; */
    /* background-color: #c7ecff; */
    background-color: #2e53a1db;
    border-radius: 25px;
    position: fixed;
    right: calc(2.5% + 10px);
    bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
    color: #d1ecfa;
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
}


#submit {
    width: calc(95% - 22px);
    height: 45px;
    /* border: #c74b11 1px solid; */
    /* background-color: #c6eecc; */
    background-color: #d9d9d98f;
    border-radius: 25px;
    position: fixed;
    right: calc(2.5% + 10px);
    bottom: 40px;
    display: flex
;
    justify-content: center;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
    align-items: center;
    color: #808080;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
    transition: 0.3s;
    cursor: pointer;
    z-index: 2;
}

.submit-on {
    background-color: #f95506cf  !important;
    color: #ffffffe1 !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    transition: 0.3s;
}

.box-expand {
    height: 95px !important;
    bottom: 40px;
    z-index: 3;
    transition: 0.3s;
}

.box-expand>p {
    display: none;
}

.box-expand>.box-info {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100% - 40px);
    width: 100%;
}

.box-coll {
    border: 0 !important;
    height: 0 !important;
    overflow-y: hidden;
    transition: 0.3s;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 35px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.151);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffffab;
    cursor: pointer;
}





.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    width: 90%;
}

.boxp {
    display: flex;
    justify-content: space-between;
    margin: 2px 0;
}

#submitMonitor {
    /* font-weight: 600; */
}

.zeroFile {
    position: fixed;
    height: calc(100% - 250px);
    width: calc(100% - 100px);
    left: 50px;
    top: 90px;
    border: rgb(42, 115, 224) 1px dashed;
    background-color: #c9def841;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    filter: opacity(55%);
    z-index: 3;
}

.zeroFile p {
    color: #000;
    font-weight: 600;
    background-color: transparent;
}

.groupselectbox {
    position: fixed;
    border: #1386bf 1px solid;
    border-radius: 5px 0 0 5px;
    background-color: #9cd3ef6e;
    bottom: 170px;
    color: #013149;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 5;
    cursor: pointer;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
}

.groupselectbox{
    position: fixed;
    border: blue 1px dotted;
    border: #1386bf 1px solid;
    border-right: 0;
    border-radius: 5px 0 0 5px;
    background-color: #d9edf7;
    background-color: #9cd3ef6e;
    width: calc(100% - 100px);
    /* height: 300px; */
    right: 0;
    bottom: 170px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 5;
    transition: 0.9s;

    color: #013149;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
}

.groupselectbox>div {
    padding: 5px;
    /* margin: 1px 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% - 8px);
}

.gsb-hide {
    right: -100%;
    /* left: 100% !important; */
    transition: 0.3s;
}

.groupselectbtn {
    position: fixed;
    border: blue 1px dotted;
    border-radius: 5px 0 0 5px;
    background-color: #d9edf7;
    background-color: #9cd3ef6e;
    color: #013149;
    backdrop-filter: blur(2px) saturate(100%);
    -webkit-backdrop-filter: blur(2px) saturate(100%);
    border: #1386bf 1px solid;
    right: -1;
    bottom: 170px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 600;
    z-index: 5;
    cursor: pointer;
}

#gp>div {
    width: 100%;
}

.blur {
    filter: blur(3px);
    transition: 0.7s;
}

.lock {
    position: fixed;
    z-index: 20;
    background-color: transparent;
    width: 100%;
    height: calc(100%);
    top: 0;
}



.loader-wrapper {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 40px;
    height: 60px;
    position: relative;
}

.loader::before,
.loader::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #ff6318;
    clip-path: polygon(0 0, 100% 0, 100% 67%, 50% 67%, 50% 34%, 0 34%);
    animation: sp7 2s infinite;
}

.loader::after {
    --s: -1, -1;
}

@keyframes sp7 {

    0%,
    10% {
        transform: scale(var(--s, 1)) translate(0, 0) rotate(0deg)
    }

    33% {
        transform: scale(var(--s, 1)) translate(0, -20px) rotate(0deg)
    }

    66% {
        transform: scale(var(--s, 1)) translate(10px, -20px) rotate(-90deg)
    }

    90%,
    100% {
        transform: scale(var(--s, 1)) translate(10px, -10px) rotate(-90deg)
    }
}



.alertw {
    position: fixed;
    z-index: 109;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: blur(1);
    background-color: rgba(0 0 0 / 42%);

}

.alert {
    position: fixed;
    z-index: 110;
    top: calc(50% - 70px);
    left: calc(50% - 160px);
    width: 300px;
    background-color: #e2eff8;
    min-height: 100px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 0 10px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.alert-card {
    background-color: #e9f6ff;
    margin: 3px;
    border-radius: 3px;
    padding: 3px;
    border: 1px dashed darkblue;
    box-shadow: rgb(0 9 20 / 68%) 0px 7px 29px 0px;
    font-size: 14px;
}



.checkbox-wrapper-20 {
    position: fixed;
    bottom: 168px;
    width: 150px;
    left: calc(50% - 75px);
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;


    --slider-height: 8px;
    --slider-width: calc(var(--slider-height) * 4);
    --switch-height: calc(var(--slider-height) * 3);
    --switch-width: var(--switch-height);
    --switch-shift: var(--slider-height);
    --transition: all 0.2s ease;

    --switch-on-color: #ff6318;
    --slider-on-color: #ffa074;

    --switch-off-color: #eeeeee;
    --slider-off-color: #c5c5c5;
}

.checkbox-wrapper-20 .switch {
    display: block;
}

.checkbox-wrapper-20 .switch .slider {
    position: relative;
    display: inline-block;
    height: var(--slider-height);
    width: var(--slider-width);
    border-radius: var(--slider-height);
    cursor: pointer;
    background: var(--slider-off-color);
    transition: var(--transition);
}

.checkbox-wrapper-20 .switch .slider:after {
    background: var(--switch-off-color);
    position: absolute;
    left: calc(-1 * var(--switch-shift));
    top: calc((var(--slider-height) - var(--switch-height)) / 2);
    display: block;
    width: var(--switch-height);
    height: var(--switch-width);
    border-radius: 50%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .2);
    content: '';
    transition: var(--transition);
}

.checkbox-wrapper-20 .switch label {
    margin-right: 7px;
}

.checkbox-wrapper-20 .switch .input {
    display: none;
}

.checkbox-wrapper-20 .switch .input~.label {
    margin-left: var(--slider-height);
}

.checkbox-wrapper-20 .switch .input:checked~.slider:after {
    left: calc(var(--slider-width) - var(--switch-width) + var(--switch-shift));
}

.checkbox-wrapper-20 .switch .input:checked~.slider {
    background: var(--slider-on-color);
}

.checkbox-wrapper-20 .switch .input:checked~.slider:after {
    background: var(--switch-on-color);
}







/* HTML: <div class="loader"></div> */
.loader2 {
    width: 35px;
    aspect-ratio: 1;
    display: grid;
}

.loader2:before,
.loader2:after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: #ffece3;
    -webkit-mask: repeating-linear-gradient(#000 0 5px, #0000 0 10px);
    animation: l35 1.5s infinite;
}

.loader2:after {
    -webkit-mask: repeating-linear-gradient(#0000 0 5px, #000 0 10px);
    --s: -1;
}

@keyframes l35 {

    0%,
    10% {
        transform: translate(0) rotate(0)
    }

    35% {
        transform: translate(calc(var(--s, 1)*50%)) rotate(0)
    }

    66% {
        transform: translate(calc(var(--s, 1)*50%)) rotate(calc(var(--s, 1)*180deg))
    }

    90%,
    100% {
        transform: translate(0) rotate(calc(var(--s, 1)*180deg))
    }
}



.off>#submitMonitor {
    /* font-size: 3rem; */
    /* font-weight: bold; */
    /* font-family: Arial, sans-serif; */
    background: linear-gradient(990deg, #808080, #ff6318);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: textColorFade 5s linear infinite;

    /* Masking Effect */
    /* mask-image: linear-gradient(90deg, transparent, white 30%, white 70%, transparent); */
    /* -webkit-mask-image: linear-gradient(90deg, transparent, white 30%, white 70%, transparent); */
}

@keyframes textColorFade {
    0% {
        background-position: -100% 0;
    }

    100% {
        background-position: 200% 0;
    }
}