/*==================================
* Author        : "Mr. Waoow"
* Template Name : Plugged
==================================== */

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
body {
    background: linear-gradient(90deg, #301d3d, #482C5B, #1f1227);
    background-size: 150% 400%;
}

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ccc;
}

.hiden {
    display: none;
}

.centered {
    text-align: center;
}

.centeredDev {
    margin: 0 auto;
}

input,
button {
    outline: none;
}

.button,
.file-cta,
.file-name,
.input,
.pagination-ellipsis,
.pagination-link,
.pagination-next,
.pagination-previous,
.select select,
.textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(0.5em - 1px);
    padding-left: calc(0.75em - 1px);
    padding-right: calc(0.75em - 1px);
    padding-top: calc(0.5em - 1px);
    position: relative;
    vertical-align: top;
}

.collapsing {
    overflow-y: scroll;
}

.icon {
    margin-right: 10px;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
}

table th {
    font-weight: 900;
}

.box {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #1a031a5b;
    color: #ddd;
    width: 100%;

}

.notification {
    background-color: #1a031a5b;
    border-radius: 4px;
    position: relative;
    padding: 25px;
    margin-bottom: 15px;
    font-size: 14px;
}

.box .noti_text {
    font-size: 13px;
}

.true {
    color: #48c774;
}

.wrong {
    color: #ca0000;
}

.notification.danger,
.notification.info {
    padding: 10px;
    padding-left: 25px;
}

.notification.info {
    color: #F2F2F2;
    background-color: #4d00b1;
}

.notification.success,
.box .success {
    color: #F2F2F2;
    background-color: #48c774;
    border: none;
}

.notification.danger,
.box .danger {
    color: #F2F2F2;
    background-color: #8d0000;
    border: none;
}

.box h3,
.box h2 {
    color: #ccc;
}

/* start Header */

.header {
    padding: 0;
}

/* start navbar */

.navbar {
    background-color: #00000080;
    box-shadow: 0 0 20px 1px #2c1f35;
    margin-bottom: 90px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #F2F2F2;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #6916a5;
}

.navbar-light .navbar-toggler {
    color: #ddd;
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 5px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #F2F2F2;
    text-decoration: none;
    background-color: #6916a5;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #F2F2F2;
    text-align: left;
    list-style: none;
    background-color: #00000080;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: false;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #F2F2F2;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a.nav-link.dropdown-toggle {
    font-family: 'Jost', sans-serif;
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    color: #F2F2F2;
    outline: none;
}

figure.imgbox {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    border: none;
}

.imgbox ._24x24 {
    height: 24px;
    width: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #3e048a;
    border-color: #3e048a;
    border-radius: 5px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #4d00b1;
    border-color: #4d00b1;
}

/* Start Products */

.nav {
    display: block;
}

.content-tab-1 .nav {
    text-align: center;
    text-transform: uppercase;
}

.content-tab-1>.nav>li {
    padding: 0;
    float: none;
    display: inline-block;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 2px #F2F2F2;
    margin-bottom: 5px;
}

.content-tab-1>.nav>li:hover {
    border: 2px solid #6916a5;
    background: #6916a5;
}

.content-tab-1>.nav>li:has(a.active) {
    border: 2px solid #510069;
    background: #510069;
}

.content-tab-1>.nav li>a {
    display: inline-block;
    color: #ccc;
    background-color: transparent;
    width: 100%;
    transition: all 0.2s ease 0s;
    text-decoration: none;
    padding: 15px;
}

.content-tab-1>.nav li>a>i {
    color: #ccc;
    font-size: 25px;
    margin-bottom: 15px;
}

.content-tab-1>.nav>li>a>h4 {
    display: block;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 0px;
}

.tab-content-main {
    padding: 70px 0px 0px;
}

.content-tab-1 .product_card {
    position: relative;
    width: 320px;
    height: 450px;
    background-color: #1a031a5b;
    border-radius: 10px;
    overflow: hidden;
}

.content-tab-1 .product_card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: circle(300px at 50% -15%);
    transition: 0.5s ease-in-out;
}

.content-tab-1 .product_card:hover:before {
    clip-path: circle(500px at 50% -62%);
}

.content-tab-1 .product_card:after {
    position: absolute;
    top: 30%;
    left: -20%;
    font-size: 12em;
    font-weight: 800;
    font-style: italic;
    color: rgba(255, 255, 255, 0.04);

}

.content-tab-1 .product_card .imgBx {
    width: 100%;
    transition: .5s;
}

.content-tab-1 .product_card .imgBx img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 215px;
    border-radius: 1%;
}

.content-tab-1 .product_card .contentBx {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    transition: 1s;
    height: 210px;
    overflow-y: auto;
}

.content-tab-1 .product_card .contentBx h2 {
    text-transform: capitalize;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 5px;
}

.content-tab-1 .product_card .contentBx .price {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
    transition: .5s;
}

.content-tab-1 .product_card .contentBx .price h3 {
    color: white;
    font-weight: 300;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 2px;
}

.content-tab-1 .product_card .contentBx .price span {
    padding: 2px 4px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    background: #fff;
    margin: 0 5px;
    transition: .5s;
    color: #111;
    border-radius: 4px;
}

.content-tab-1 .product_card .contentBx a {
    display: inline-block;
    padding: 5px 15px;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    opacity: 1;
    transform: translateY(0px);
    transition-delay: .7s;
    transition: .5s;
    cursor: pointer;
}

/* Start Pop up */

.main__title {
    font-size: 4rem
}

.main__paragraph {
    font-size: 1.8rem
}

.modal__img {
    max-width: 60%;
    height: auto;
    display: block;
}

.modal {
    max-width: 700px;
    max-height: 680px;
    width: 85%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #482C5B;
    display: none;
    overflow-y: auto;
    height: auto;
}

.modal.show {
    display: block
}

#close {
    cursor: pointer;
    color: #ddd;
    position: absolute;
    top: 0;
    font-size: 25px;
    right: 0;
    padding: 1rem;
    margin-right: 10px;
}

.modal .modal__card_head {
    text-align: left;
    background-color: #1a031a5b;
    padding: 10px;
    margin-bottom: 10px;
}

.modal .modal__card_head h3 {
    color: #ccc;
}

.popup {
    color: #ddd;
    text-align: center;
}

.modal .box {
    padding: 5px 0 5px 0;
    color: #ddd;
}

.modal .box_block .box {
    display: block;
}

.modal .col-md-6 .box .icon {
    margin-right: 0;
}


.box_text {
    text-align: left;
    color: #F2F2F2;
}

/* Start Refund */

.box .login_btn_tele {
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    background-color: #3e048a;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    padding: 9px 21px 11px;
    border-radius: 20px;
    text-decoration: none;
}

.box .login_btn_tele:hover,
.box .login_btn_tele:focus,
.box .login_btn_tele:active {
    background-color: #4a00aa;
}

.box .noti_text {
    text-align: center;
}

.box .content {
    color: #ddd;
    font-size: small;
}

.box .content h3,
.box .content h5 {
    color: #ccc;
}

.media {
    align-items: flex-start;
    display: flex;
    text-align: inherit;
}

.content .media-left {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
}

.content .media-left:not(:last-child) {
    margin-bottom: 2em;
}

.media-content {
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    text-align: inherit;
}

.box .content .imgbox {
    width: 64px;
    height: 64px;
}

.box .content .imgbox img {
    border-radius: 100%;
    width: 100%;
}

.refunds .table td,
.refunds .table th {
    font-size: 14px;
    border: 1px solid #dbdbdb;
    border-width: 1px;
    padding: 10px 7px;
}

.refunds .table td span {
    padding: 3px 10px;
    margin: 5px 20px;
    border-radius: 5px;
    background-color: #FFDC5A;
    color: #270727c2;
}

.refunds .table td .btn_view {
    padding: 5px;
    border-radius: 3px;
    background-color: #4a00aa;
    color: #ddd;
    cursor: pointer;
    text-decoration: none;

}

/* Start Footer */

footer.footer {
    background-color: #0000003f;
    border-top: 1px solid rgb(256, 256, 256, 0.1) !important;
}

footer.footer .copyright {
    background-color: #0000002f;
}

/* Start Submit Form */

.field:not(:last-child) {
    margin-bottom: 0.75rem;
}

.box .label {
    color: #b4aebc;
}

.label:not(:last-child) {
    margin-bottom: 0.5em;
}

.checkradio[type=checkbox],
.checkradio[type=radio] {
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: absolute;
    opacity: 0;
}

.checkradio[type=checkbox]+label,
.checkradio[type=radio]+label {
    position: relative;
    display: initial;
    cursor: pointer;
    vertical-align: middle;
    margin: 0.5em;
    padding: 0.2rem 0.5rem 0.2rem 0;
    border-radius: 4px;
}

.checkradio[type=radio]+label {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-left: 2rem;
}

.checkradio[type=radio]+label::after,
.checkradio[type=radio]+label::before,
.checkradio[type=radio]+label:after,
.checkradio[type=radio]+label:before {
    width: 1.5rem;
    height: 1.5rem;
}

.checkradio[type=radio]+label::before,
.checkradio[type=radio]+label:before {
    border-radius: 50%;
}

.checkradio[type=checkbox]+label::before,
.checkradio[type=checkbox]+label:before,
.checkradio[type=radio]+label::before,
.checkradio[type=radio]+label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border: 0.1rem solid #dbdbdb;
}

.checkradio[type=checkbox]+label::after,
.checkradio[type=checkbox]+label:after,
.checkradio[type=radio]+label::after,
.checkradio[type=radio]+label:after {
    position: absolute;
    display: none;
    content: '';
    top: 0;
}

.checkradio[type=radio]+label::after,
.checkradio[type=radio]+label:after {
    border-radius: 50%;
    background: #00d1b2;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}

.checkradio[type=checkbox]:checked+label::after,
.checkradio[type=checkbox]:checked+label:after,
.checkradio[type=radio]:checked+label::after,
.checkradio[type=radio]:checked+label:after {
    display: inline-block;
}

.checkradio[type=radio]+label::after,
.checkradio[type=radio]+label:after {
    background: #613bea;
}

.checkradio[type=radio]+label::after,
.checkradio[type=radio]+label::before,
.checkradio[type=radio]+label:after,
.checkradio[type=radio]+label:before {
    width: 1.5rem;
    height: 1.5rem;
}

.help.warning {
    color: #ffdd57;
}

.help {
    display: block;
    font-size: .75rem;
    margin-top: 0.25rem;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}

.input,
.select select,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636;
}

.input,
.textarea {
    box-shadow: inset 0 0.0625em 0.125em rgb(10 10 10 / 5%);
    max-width: 100%;
    width: 100%;
}

.select:not(.is-multiple) {
    height: 2.5em;
}

.select {
    display: inline-block;
    max-width: 100%;
    position: relative;
    vertical-align: top;
}

.select select {
    cursor: pointer;
    display: block;
    font-size: 1em;
    max-width: 100%;
    outline: 0;
}

.box .input,
.box .select select,
.box .textarea {
    color: #ddd;
    background-color: #0000003d;
    box-shadow: 0 25px 20px -20px #0000001a, 0 0 15px #0000000f;
    border: 1px solid #0000003d;
}

.control .input,
.control .select select {
    padding-left: 2.5em;
}

.control .select select option {
    background-color: #0000003d;
}

.control .select select option:hover,
.control .select select option:focus,
.control .select select option:active {
    background-color: #613bea;
}

.control.has_icons_left .icon,
.control.has_icons_right .icon {
    display: inline-flex;
    color: #ddd;
    height: 2.5em;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 2.5em;
    z-index: 4;
}

.icons_left {
    left: 0;
}

.icons_right {
    right: 0;
}

.navbar-link:not(.is-arrowless)::after,
.select:not(.is-multiple):not(.is-loading)::after {
    border: 3px solid transparent;
    border-radius: 2px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: 0.625em;
    margin-top: -0.4375em;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: 0.625em;
}

.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #6f00ff;
    right: 1.125em;
    z-index: 4;
}


.btn_submit_refund {
    background-color: #3e048a;
    border-color: transparent;
    color: #fff;
}

/* start Login_to_cont*/

.box.emt {
    background-color: transparent;
    margin-top: 16%;
    text-align: center;
}

.box.emt h1 {
    color: #ccc;
}

.box.emt button {
    margin-bottom: 2%;
}

/* Start Plugged Form */

form hr {
    border-top: 2px solid #664784;
}

.textarea:not([rows]) {
    max-height: 40em;
    min-height: 8em;
}

/* Start Missed Drops */

table {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
}

.box .table {
    background-color: inherit;
    color: #ccc;
}

td,
th {
    padding: 0;
}

table td,
table th {
    vertical-align: top;
}

table th {
    color: #ccc;
}

.has-text-centered {
    text-align: center !important;
}

td:not([align]),
th:not([align]) {
    text-align: inherit;
}

.table td,
.table th {
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
}

.table td,
.table th {
    border: none;
}

table td:not([align]),
table th:not([align]) {
    text-align: inherit;
}

.table thead td,
.table thead th {
    border: 1px solid #4618ac;
    border-width: 0 0 2px;
    color: #ccc;
}

.table th:not([align]),
.table td:not([align]) {
    text-align: inherit;
}

.box.missed {
    background-color: #2a0b53;
}

.box.missed h3 {
    margin-bottom: 10px;
}

/* Start Recent Grabbed */

.notification.not_prim {
    background-color: #00d1b2;
    color: #fff;
}

/* Refund_Submitted */
.steps-segment.is-warning:after {
    background-color: #ffdd57;
}

.steps-segment.is-danger:after {
    background-color: #ff3860;
}

.tile.is-ancestor .tile.is-child.box .content div[style="display: flex; align-items: center;"] {
    margin-bottom: 20px;
}

.refund .box .textarea.is-small {
    height: 70px;
}

@media screen and (min-width: 769px),
print {
    .field.is-horizontal {
        display: flex;
    }

    .field-label {
        flex-basis: 0;
        flex-grow: 1;
        flex-shrink: 0;
        margin-right: 1.5rem;
        text-align: right;
    }

    .field-label.is-normal {
        padding-top: 0.375em;
    }

    .field-body {
        display: flex;
        flex-basis: 0;
        flex-grow: 5;
        flex-shrink: 1;
    }

    .field-body>.field:not(.is-narrow) {
        flex-grow: 1;
    }

    .field-body>.field {
        flex-shrink: 1;
    }

    .field-body .field {
        margin-bottom: 0;
    }

    .field-body>.field:not(:last-child) {
        margin-right: 0.75rem;
    }
}

@media only screen and (min-width: 768px) {
    .modal__container {
        text-align: center;
    }
}

@media (min-width: 576px) {
    .header {
        padding: 0;
    }
}

@media only screen and (max-width: 500px) {
    .modal__title {
        font-size: 2rem;
    }
}