.bg-logout, .bg-signin {
    background: #000000 !important;
}
    .bg-logout .bg-overlay, .bg-signin .bg-overlay {
        background: #000000;
        opacity: 0.9;
    }
:is([data-layout=vertical],[data-layout=semibox])[data-sidebar=dark] .navbar-menu {
    background: #000000;
}
.btn-black {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.btn-gray {
    background: #ccc;
    border: 1px solid #ccc;
    color: #000;
}
    .btn-gray:hover {
        background: #e6e6e6;
        border: 1px solid #e6e6e6;
        color: #000;
    }
.add-btn {
    background: #494949 !important;
    border-color: #494949 !important;
    color: #fff !important;
}

    .add-btn:hover {
        background: #000 !important;
        border-color: #000 !important;
        color: #fff !important;
    }
.btn-black:hover, .btn-black:active, .btn-black:focus,  .btn.active,  .btn:first-child:active, :not(.btn-check) + .btn:active {
    background: #e0dede !important;
    border: 1px solid #e0dede !important;
    color: #000 !important;
}
.text-right {
    text-align: right;
}
.add-bm-cart {
    background: #00acac;
    color: #fff;
    padding: 4px 7px;
    border-radius: 20px;
}
.add-tcb-b {
    margin-top: 3px;
    font-size: 11px;
    padding: 4px 10px;
    max-width: 140px;
}
.bundle-box-m {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px;
    font-size: 11px;
    font-weight: 600;
    margin: 3px 0px;
}
.pimg-bor{
	border:1px solid #f3f3f3;
}
.split-sec {
    background: #fff;
/*    margin: 0 20px 20px;*/
   /* padding: 20px;*/
}
.split-sec .row .col-md-4 {
    background: #fff;
    padding: 20px;
}

.kyc-status .d-flex {
    background: #f3f3f3;
    padding-top: 12px;
    padding-left: 12px;
}


.table .sort::before {
    content: "\f035d";
    position: absolute;
    right: 0px;
    top: 14px;
    font-size: .8rem;
    font-family: "Material Design Icons";
}

.table .sort::after {
    position: absolute;
    right: 0px;
    content: "\f0360";
    font-family: "Material Design Icons";
    font-size: .8rem;
    top: 9px;
}

.table th, .table td {
    padding: 0.75rem 1.5rem;
}
}

/*notification start*/
.alert {
    padding: 15px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 2px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

 
    .alert .close, .alert-dismissible .close {
        position: relative;
        top: -26px;
        right: -61px;
        float:right;
        border:none;
        border-radius:50%;
        font-size:18px;
        width:30px;
        color: inherit;
    }

/* .alert-success {
  background-color: #4caf50;
  border-color: transparent;
  color: #ffffff;
} */

.alert-success hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-success .alert-link {
    color: #e6e6e6;
}

/* .alert-info {
  background-color: #2196f3;
  border-color: transparent;
  color: #ffffff;
} */

.alert-info hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-info .alert-link {
    color: #e6e6e6;
}

/* .alert-warning {
  background-color: #ffc107;
  border-color: transparent;
  color: #ffffff;
} */

.alert-warning hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-warning .alert-link {
    color: #e6e6e6;
}
/* 
.alert-danger {
  background-color: #f44336;
  border-color: transparent;
  color: #ffffff;
} */

.alert-danger hr {
    border-top-color: rgba(0, 0, 0, 0);
}

.alert-danger .alert-link {
    color: #e6e6e6;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.alert {
    padding-left: 30px;
    font-size: 13px;
}

    .alert span {
        cursor: pointer;
    }

    .alert:not(.alert-dismissible) {
        padding-right: 30px;
    }

    .alert.alert-dismissable {
        padding-right: 44px;
    }

.alert-inverse {
    margin-top:20%!important;
    background-color: #ffffff!important;
    border-color: transparent;
    color: #000000;
    text-align: center;
  /*  padding: 45px;*/
}

    .alert-inverse hr {
        border-top-color: rgba(0, 0, 0, 0);
    }

    .alert-inverse .alert-link {
        color: #e6e6e6;
    }



.growl-animated.alert-inverse {
    box-shadow: 0 0 5px rgba(51, 51, 51, 0.5);
}

.growl-animated.alert-info {
    box-shadow: 0 0 5px rgba(33, 150, 243, 0.5);
}

.growl-animated.alert-success {
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
}

.growl-animated.alert-warning {
    box-shadow: 0 0 5px rgba(255, 193, 7, 0.5);
}

.growl-animated.alert-danger {
    box-shadow: 0 0 5px rgba(244, 67, 54, 0.5);
}

.alert-link {
    color: #fff !important;
}


/*notification end*/


.nav-success.nav-tabs-custom .nav-link.active {
    color: #000000!important;
    background-color: var(--vz-card-bg-custom);
    font-weight: 600;
}

:is(.nav-tabs,.nav-pills) > li > a {
    color: #000;
}

.modal-dialog-lg {
    max-width: 60% !important;
    margin: auto;
    display: table;
    margin-top: 5%;
    width: 50% !important;
}

:is([data-layout=vertical],[data-layout=semibox])[data-sidebar-size=sm] .navbar-menu .navbar-nav .nav-item:hover > a.menu-link {
    background-color: #4e4e4e!important;
}
.text-red {
    color: #eb0000;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --vz-table-accent-bg: rgb(33 37 41 / 5%) !important;
}

input#customSwitchsizelg:checked {
    background-color: #d20000 !important;
    border-color: #d20000 !important;
}

.modal-body {
padding:22px 30px!important;
}

label.radio-inline {
    padding-right: 14px;
}
    label.radio-inline input {
        margin-right: 5px;
    }

.text-green {
    color: #00ce00;
}
.check-icon-op {
    padding-left: 6px;
    font-size: 28px;
    top: 7px;
    position: relative;
}






/** Last Updated: 7/2020 **/
/* Title magic is in the JS bit - these are just to make it pretty~ */



.article {
width:100%;
}

.article-head {
    position: relative;
    padding: 2rem;
    background: #eee;
    margin: 1rem;
}
    .article-head .content-width {
       /* display: grid;*/
        grid-template-columns: 8fr 2fr;
        column-gap: 2rem;
        width: 100%;
        margin: 0 auto;
    }

.flair {
    position: absolute;
    display: inline-block;
    top: -17px;
    left: 50%;
    margin-left: -97px;
    padding: .5rem 2rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: red;
    clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
}

    .flair p {
        margin: 0;
    }

.content-class, .content-class2 {
    /* display: grid; */
    grid-template-columns: 2fr 4fr;
    column-gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

    .content-class img {
        margin-top: 1rem;
        width: 100%;
    }

.subtitle {
    text-align: center;
}


.line {
    display: block;
    width: 100%;
    height: 2rem;
    margin: 1rem 0;
    background: lightgray;
}

.next .line {
    background: #ccc;
}

.circle {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 250px;
    background: url("https://via.placeholder.com/300")no-repeat center;
    background-size: cover;
}

button.button-class2, button.button-class {
    color: #ffffff;
    font-size: 17px;
    background: rgb(69 69 69);
    border-color: rgba(85, 85, 85, 0);
    box-shadow: 0px 0px 14px 0.2px rgba(0, 0, 0, 0.2);
    padding: 6px 20px;
}

    button.button-class2 {
        float: right;
    }

.macids-align {
    background: #dedede;
    padding: 5px 10px;
    line-height: 32px;
}
.mac-dis-bl {
    display: block;
}

/*rocketbox design*/
.text-blue {
    color: blue;
}

.dwnld-lables {
    color: blue;
}

.nav.flex-column.custom-nav.nav-pills .nav-link::before {
    border-right-color: #f3f3f3 !important;
}

.nav.flex-column.custom-nav.nav-pills .nav-link.active::before {
    border-right-color: #000 !important;
}

.nav.flex-column.custom-nav.nav-pills .nav-link.done::before {
    border-right-color: #0ab39c !important;
}

.nav.flex-column.custom-nav.nav-pills .nav-link::before {
    content: "";
    position: absolute;
    left: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-right-color: transparent;
    -webkit-transition: border-left-color .04 ease;
    transition: border-left-color .04 ease;
}

.nav.flex-column.custom-nav.nav-pills .nav-link {
    background: #f3f3f3 !important;
    border: none;
    color: #000;
    padding: 24px 20px;
}

    .nav.flex-column.custom-nav.nav-pills .nav-link.active {
        background: #000 !important;
        border: none;
        padding: 24px 20px;
        color: #fff;
    }

    .nav.flex-column.custom-nav.nav-pills .nav-link.done {
        background: #0ab39c !important;
        color: #fff;
    }

.vertical-navs-step .nav .nav-link.active .step-icon, .vertical-navs-step .nav .nav-link.done .step-icon {
    color: #ffffff;
    font-size: 22px;
    margin-top: -7px;
    margin-bottom: -6px;
}

.vertical-navs-step .nav .nav-link .step-icon {
    color: #f06548;
    vertical-align: middle;
    font-weight: 500;
    float: left;
    font-size: 22px;
    margin-top: -7px;
    margin-bottom: -6px;
}
.box_dim{
    border: 1px solid #ced4da;
    padding: 10px 15px;
}
/*rocketbox design*/

.arrow-navtabs .nav-item .nav-link:before {
    bottom: -11px !important;
}

.btn-green {
    background-color: #008a2b;
    color: #fff;
}
.btn-green:hover {
    background-color: #f3f3f3;
    color: #000;
}




.form-container {
    width: 100vw;
    height: 100vh;
    background-color: #7b2cbf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-files-container {
    background-color: #f7fff7;
    width: 100%;
    padding: 30px 60px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 10px 20px, rgba(0, 0, 0, 0.28) 0px 6px 6px;
}

.drag-file-area {
    border: 2px dashed #b4b4b4;
    border-radius: 40px;
    margin: 10px 0 15px;
    padding: 30px 47px 10px;
    width: 100%;
    text-align: center;
}

    .drag-file-area .upload-icon {
        font-size: 20px;
    }

    .drag-file-area h3 {
        font-size: 15px;
        margin: 15px 0;
    }

    .drag-file-area label {
        font-size: 15px;
        margin-left: -28px !important;
    }

        .drag-file-area label .browse-files-text {
            color: #000;
            font-weight: bolder;
            cursor: pointer;
        }

.browse-files span {

    position: relative;
    top: -25px;
}

.default-file-input {
    opacity: 0;
}

.cannot-upload-message {
    background-color: #ff4c4c;
    font-size: 15px;
    display: flex;
    align-items: center;
    margin: 5px 0;
    padding: 5px 10px 5px 30px;
    border-radius: 5px;
    color: #fff;
    display: none;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.cannot-upload-message span, .upload-button-icon {
    padding-right: 10px;
}

    .cannot-upload-message span:last-child {
        padding-left: 20px;
        cursor: pointer;
    }

.file-block {
    color: #f7fff7;
    background-color: #727173;
    transition: all 1s;
    width: 100%;
    position: relative;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0 15px;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
}

.file-info {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.file-icon {
    margin-right: 10px;
}

.file-name, .file-size {
    padding: 0 3px;
}

.remove-file-icon {
    cursor: pointer;
}

.progress-bar {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 4.5%;
    width: 0;
    height: 5px;
    border-radius: 25px;
    background-color: #4BB543;
}

.upload-button {
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    border: none;
    border-radius: 20px;
    margin: auto;
    padding: 7.5px 50px;
    cursor: pointer;
}

.table th {
    background: #353535;
    color: #e4e4e4;
}
.bg-soft-info {
    background-color: #007a7a !important;
}

.text-primary {
    color: #0074ff!important;
}

.accordion-body hr {
    margin: 8px 0;
}

.dropzone.dz-clickable {
    text-align: center !important;
}

.tab-content > .tab-pane {
    background: #f3f6f9;
    padding: 10px 25px;
    margin-top: 6px;
    height: 100%;
}
.android.preview-background {
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    margin: 4px;
    height: 220px;
}
.banner-content {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
}
.android.preview-background {
    padding: 15% 4.6632124352% 0;
}
.banner-text .title {
    font-size: 13px;
    min-height: 20px;
    text-align: left;
    overflow: hidden;
    color: #000;
    font-weight: 500;
}
.banner-text .text {
    font-size: 12px;
    text-align: left;
    overflow: hidden;
}
.banner-image {
    height: 40px;
    margin-left: 8px;
}
.expanded-image {
    width: 50%; 
    margin: auto;
    display: table;
}
.banner-card {
    overflow: hidden;
    width: 100%;
}

.banner-card {
    border-radius: 0px;
    margin: 4px;
    padding: 8px;
    background: #fff;
}



.pricing-modal .choices {
    margin-bottom: 12px;
}

.pricing-modal .pricing-modal-bundle-box {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    padding: 10px;
}
.pricing-modal .modal-product-image {
    max-height: 240px;
}

.refurbished {
    background: rgb(240, 101, 72);
    color: white;
    opacity: 1;
}
