/*custom font*/
@import url(https://fonts.googleapis.com/css?family=Poppins);

@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
    font-family: sans-serif !important;
    letter-spacing: 0.7px;
}

* {
    margin: 0;
    padding: 0;
}

#deletePng {
    width: 31px;
    cursor: pointer;
}

#editPng {
    width: 19px;
    cursor: pointer;
}

img#whatsappPng {
    width: 20px;
    cursor: pointer;
    float: right;
}

img#selfiePng,
img#visitingCardPng {
    width: 85px;
    height: 50px;
    cursor: pointer;
}

img#showFullImg {
    width: 100%;
    height: 400px;
}

#requiredField {
    color: red;
    font-size: 13px;
}
.note {
    font-size: 10px;
    color: red;
    font-weight: 600;
}

#showEventTable {
    color: #000000bf !important;
    font-family: sans-serif !important;
}

#showEventTable thead {
    background-color: #2bc3a7;
    font-size: 0.73rem;
    color: white;
}

#showEventTable tbody {
    font-size: 72%;
}

/* product Images Css start */

.productRow ul {
    list-style-type: none;
}

.productRow li {
    display: inline-block;
}

.productRow input[type="checkbox"][id^="myCheckbox"] {
    display: none;
}

.productRow label {
    border: 1px solid #fff;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
}

.productRow label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    border-radius: 50%;
    border: 1px solid grey;
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
    transition-duration: 0.4s;
    transform: scale(0);
}

.productRow label img {
    height: 120px;
    width: 120px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
}

.productRow :checked + label {
    border-color: #ddd;
}

.productRow :checked + label:before {
    content: "✓";
    background-color: green;
    transform: scale(1);
}

.productRow :checked + label img {
    transform: scale(0.9);
}

/* product Images Css end */

table.table.table-bordered.cell-border.mt-2.dataTable.no-footer.fixedHeader-floating {
    margin-top: 0px !important;
}

.card {
    position: fixed !important;
    width: 100%;
    top: 3rem;
}

div#header {
    position: fixed !important;
    width: 100%;
}

div#tableData {
    position: relative;
    top: 7rem;
}

/*Alrt css start */
#alertModal .modal-footer {
    padding: 6px;
    border-top: none;
}
#alertModal button#btn-submit {
    font-size: 14px;
    width: 7rem;
    font-weight: 600;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.theadColor {
    color: #2bc3a7;
}

/*Alrt css end */

/* Ajax Loader start */

.loader_hidden {
    display: none;
}

#loader {
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 999;
    opacity: 1;
}
@media (max-width: 767px) {
    #loader {
        position: fixed;
        top: 34%;
        left: 41%;
        z-index: 999;
        opacity: 1;
    }
}

img#loading-image {
    width: 94px;
}
/* Ajax Loader End */

.form-check {
    position: relative;
    display: flex !important;
    padding-left: 1.25rem;
}
button.default-btn.prev-step,
button.default-btn.next-step.skip-btn,
button.default-btn.next-step {
    font-size: 20px;
    letter-spacing: 1.1px;
}

#mainContainer {
    border-radius: 12px;
    box-shadow: 1px 2px 5px 5px #88888873;
}
.CDisplay {
    display: none;
}

i {
    margin-right: 10px;
}

/*------------------------*/
input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}

/*----------step-wizard------------*/
.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

/*---------signup-step-------------*/
.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 10px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs > li.active > a i {
    color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs > li a i {
    position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}

.next-step {
    background-color: #0db02b;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: 0.375rem 0.75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav > li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    float: right;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #18ba60;
    border-color: #18ba60;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }

    .wizard .nav-tabs > li a i {
        display: none;
    }

    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }

    .signup-logo-header .logo_area {
        margin-top: 0;
    }

    .signup-logo-header .header-flex {
        display: block;
    }
}

#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: normal;
    font-size: 20px;
}
#eventTitle {
    text-transform: uppercase;
    color: #3ab755;
    font-weight: normal;
    font-size: 20px;
}

#weblink {
    color: #18ba60;
    text-decoration: underline;
}
/*---------------------------------------------------*/
/*---------------------------------------------------*/

/* body {
    background: whitesmoke;
    font-family: "Open Sans", sans-serif;
} */
#visitingCardFile .container,
#self_photoFile .container {
    max-width: 960px;
    /* margin: 30px auto;
    padding: 20px; */
}
h1 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0 20px;
}
h1 small {
    display: block;
    font-size: 15px;
    padding-top: 8px;
    color: gray;
}
.avatar-upload,
.avatar-upload1 {
    position: relative;
    max-width: 205px;
    margin: -6px auto;
}
.avatar-upload .avatar-edit,
.avatar-upload1 .avatar-edit1 {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}
.avatar-upload .avatar-edit input,
.avatar-upload1 .avatar-edit1 input {
    display: none;
}
.avatar-upload .avatar-edit input + label,
.avatar-upload1 .avatar-edit1 input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover,
.avatar-upload1 .avatar-edit1 input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label:after,
.avatar-upload1 .avatar-edit1 input + label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #d40e0e;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    border-radius: 50%;
    background-color: #635a5a5e;
}
.avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
}

.avatar-upload1 .avatar-preview1 {
    width: 201px;
    height: 162px;
    position: relative;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.avatar-upload1 .avatar-preview1 > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Product_Title {
    font-family: "Orbitron", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 17px;
}
