
.removeImage {
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.upldPhoto {
    text-align: center;
    margin-bottom: 20px;
}

#dropzone form {
    background-color: #F0F2F8;
    border: 0px none rgba(0, 0, 0, 0.3);
}

#cloud_icon {
    color: #DDDFE7;
    font-size: 6rem;
}

.dropzone .dz-message {
    text-align: center;
    margin: -0.4em 0;
}

.lg_text {
    font-size: 6rem;
    font-weight: bolder;
}

.list-group-item.active {
    color: #fff !important;
}

.accordion .card .card-body {
    line-height: 1.1;
}

.lg_svg {
    height: 70px;
    width: auto;
}

.lg_svg svg {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.small_text {
    color: #fff !important;
    font-size: 2.4rem;
    font-weight: 500;
}

.fa_arrow {
    font-size: 1.3rem;
}

.mid_text {
    margin-bottom: 1.6rem;
    -moz-box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .4);
    box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .4), inset -5px -5px 5px rgba(0, 0, 0, .4), 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.mid_text.active {
    box-shadow: inset -15px -15px 40px 0px rgba(40, 40, 40, .4), inset 15px 15px 40px 0px rgba(40, 40, 40, .4);
}

.link_button {
    background-color: #BAD167;
}

.link_button.active {}

.cancel_button {
    background-color: #DA6667;
}

.cancel_button.active {}

.radio_button {
    background-color: #EDD567;
}

.radio_button.active {}

.toggle_button {
    background-color: #9E75D3;
}

.toggle_button.active {}

.badge-links {
    background-color: #BAD167;
    color: #fff;
}

.badge-cancels {
    background-color: #DA6667;
    color: #fff;
}

.badge-radio {
    background-color: #EDD567;
    color: #fff;
}

.badge-toggles {
    background-color: #9E75D3;
    color: #fff;
}

body.modal-open {
    overflow: hidden;
}

.list-group-item {
    font-size: 1.2rem !important;
    font-weight: normal !important;
}

.icon_png {
    width: 50px;
    height: 50px;
}

table.table th,
table.table td {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}

.oncart {
    background-color: #5a5a5a;
}

.oncart .text-muted {
    color: #000 !important
}

/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.circle {
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.38);
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    margin-right: 8px;
}

.list_item {
    cursor: pointer;
}

.href_click {
    cursor: pointer;
}

.overlay_zoom {}

.removeImage {
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
}

.upldPhoto {
    text-align: center;
    margin-bottom: 20px;
}

#dropzone form {
    background-color: #F0F2F8;
    border: 0px none rgba(0, 0, 0, 0.3);
}

#cloud_icon {
    color: #DDDFE7;
    font-size: 6rem;
}

.dropzone .dz-message {
    text-align: center;
    margin: -0.4em 0;
}

.testimonial-card .avatar {
    border: 5px solid #c5c5c5;
    background-color: #c5c5c5 !important;
}

.btn-floating {
    border-color: transparent;
    margin: 0px;
}

.btn-floating i {
    margin-left: -0.08rem;
}

.btn-outline-primary {
    border: 2px solid #4D4F5C;
    color: #4D4F5C !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary.active {
    color: #404148;
    border-color: #404148;
}

.classic-tabs .nav {
    white-space: nowrap;
    overflow-x: auto;
    position: relative;
    -webkit-border-radius: .3rem .3rem 0 0;
    border-radius: .3rem .3rem 0 0;
    width: 100%;
    background-color: #808495;
}

@media (min-width: 62rem) {
    .classic-tabs .nav {
        overflow-x: hidden;
    }
}

.classic-tabs .nav li a {
    display: block;
    padding: 20px 24px;
    font-size: 13px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.classic-tabs .nav li a.active {
    border-bottom: 3px solid;
    color: #fff;
}

@media (min-width: 62em) {
    .classic-tabs .nav li:first-child {
        margin-left: 56px;
    }
}

.classic-tabs .nav.tabs-cyan li a.active {
    border-color: #4D4F5C;
}

.classic-tabs .nav.tabs-orange li a.active {
    border-color: #e53935;
}

.classic-tabs .nav.tabs-grey li a.active {
    border-color: #fff;
}

.classic-tabs .nav.tabs-pink li a.active {
    border-color: #673ab7;
}

.classic-tabs .nav.tabs-green li a.active {
    border-color: #1565c0;
}

.classic-tabs .nav.tabs-primary li a.active {
    border-color: #fff;
}

.classic-tabs .tab-content.card {
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}

.badge-pill {
    float: right;
    margin-top: 2em;
    margin-right: 1em;
}
.white-skin .btn-primary.dropdown-toggle {
    background-color: #4D4F5C !important;
}
.white-skin .btn-primary.dropdown-toggle:hover,
.white-skin .btn-primary.dropdown-toggle:focus {
    background-color: #5E5E5F !important;
}
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
    background-color: #5E5E5F !important;
}

.tabs-cyan {
    background-color: #4d4f5c;
}
.classic-tabs.tabs-cyan li a.active {
    border-color: #808495;
}

.card .card-footer {
    background-color: #00000012;
}

.popover-header {
    background-color: #808495;
    color: #ffffff;
    font-weight: bold;
}