body {}
.row {
    margin: 0px !important;
}
.col-md-12 {
    padding: 0px !important;
}
main {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.outlink {
    color: #000000;
}
.disabled {
    //color: transparent !important;
    //text-shadow: 3px 0px 5px #000;
}
.blur {
    //filter: blur(10px);
}
.container2 {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    width: 100%;
}

.chatbotarea {
    margin-left: 5px;
    margin-right: 5px;
}

.chatBothint{
    width:100%;
    margin: auto;
    text-align: center;
    color: #747577;
    font-size: 12px;
    margin-bottom: 15px;
}

hr {
    clear: both;
}

#upload_overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 300px;
    background-color: #0081FF;
    color: #FFFFFF;
    z-index: 9999;
    display: none;
}

#upload_content {
    padding: 10px;
}

.upload_element_text {
    display: block;
}

input::placeholder {
    font-family: "Space Grotesk", Sans-serif !important;
}

#country_list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 190px;
    position: absolute;
    left: 20px;
    top: 50px;
}

#country_list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}

#country_list li:hover {
    background: #ece3d2;
    cursor: pointer;
}

#search-box {
    padding: 10px;
    border: #66afe9 1px solid;
    border-radius: 8px;
}
#search-box:disabled {
    box-shadow: 0px 0px;
    border: none;
    color: #000000;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
@media (max-width: 768px) {
    .nomobile {
        display: none;
    }
    .container2 {
        margin-left: 0px;
        padding-top: 15px;
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 0px) !important;
    }
    .c-footer {
        margin-left: 0px !important;
        padding-bottom: 0px !important;;
    }
    .btn-wallet {
        display: none;
    }
    .btn-identity {
        display: none;
    }
    .social {
        display: none !important;
    }
    .footerTitle{
        display: none !important;
    }
    .links {
        display: none !important;
    }
    main {
        width: calc(100% ) !important;
        max-width: calc(100%) !important;
    }
    nav#header{
        display: none !important;
    }
    .headerbar {
        display: none !important;
    }
    .stepActive h1, .stepDisable h1 {
        font-size: 9px;
        margin: 0;
    }
    .steps {
        display: flex;
        justify-content: end;
    }
    
    .stepActive {
        background-color: #0081FF;
        color: #fff;
        border-radius: 30px;
        padding: 12px 20px;
    }

    .stepDisable {
        border: 2px solid #0081FF;
        background-color: #ffffff;
        color: #0081FF;
        border-radius: 30px;
        padding: 12px 20px;
    }
    
    .lineStep {
        border-bottom: 4px solid #0081FF;
        width: 150px;
        height: 22px;
    }

}
main,
p,
button,
input,
button {
    font-family: "Space Grotesk", Sans-serif !important;
    white-space: nowrap;
    border: none;
}

.hidden {
    display: none;
}

 .spinner_overlay {
    position: fixed;
    background: rgba(0,0,0,0.5);
    top:  0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
} 
 .spinner_wheel{
    width:30px;
    height:30px;
    background-image: url('/images/spinner.png');
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
} 
.steps {
    display: flex;
    justify-content: end;
}

.stepActive {
    background-color: #0081FF;
    color: #fff;
    border-radius: 40px;
    padding: 10px 30px;

}

.stepActive h1, .stepDisable h1 {
    font-size: 15px;
    margin: 0;
}

.stepDisable {
    border: 2px solid #0081FF;
    background-color: #ffffff;
    color: #0081FF;
    border-radius: 40px;
    padding: 10px 30px;

}

.lineStep {
    border-bottom: 4px solid #0081FF;
    width: 150px;
    height: 22px;
}

.blue-h1 {
    color: #0081FF;
}

.counter {
    margin-top: 2px;
    margin-left: 10px;
    float: left;
}

.btn-wallet {
    position: relative;
    border: 2px #0081FF solid;
    color: #0081FF;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    width: 210px;
}

textArea {
    width: 100%;
    height: 350px;
    color: #222222;

}

.checkpolicyid {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    text-align: center;
    border: 2px solid #000000;
    margin-bottom: 10px;
}

.btn-submit {
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}

a {
    
    text-decoration: none !important;
}

.greybtn-verification {
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    border: 2px #333333 solid;
    background-color: #666666;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    width: 210px;
}

.btn-verification {
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative;
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    width: 210px;
}

.btn-identity {
    position: relative;
    border: 2px #0081FF solid;
    color: #0081FF;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    width: 210px;
}

.btn-pill-blue {
    float: left;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border: 2px solid #0081FF;
    border-radius: 40px;
    background-color: #ffffff;
    height: 50px;
    margin: 2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    text-decoration: none;
    color: #0081FF;
}

.btn-pill {
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    border: 2px solid #000000;
    border-radius: 40px;
    background-color: #ffffff;
    height: 48px;
    margin: 2px;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
}

.hint {
    font-size: 12px;
    color: #666666;
}

.btn-arrow {
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 24px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin-top: 10px;
    border-radius: 25px;
    height: 48px;
    width: 82px;
}

.arrow {
    position: relative;
    top: 23px;
    width: 20px;
    height: 3px;
    background-color: #fff;
}

.arrow:hover {
    background-color: #0081FF;
}

.arrow::after, .arrow::before {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    right: -10px;
    background-color: #fff;
}

.arrow::after {
    top: -3px;
    transform: rotate(45deg);
}

.arrow:hover:after {
    background-color: #0081FF;
}

.arrow::before {
    top: 3px;
    transform: rotate(-45deg);
}

.arrow:hover:before {
    background-color: #0081FF;
}

.btn-start {
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 20px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
}

.btn-pay {
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}


.btn:hover {
    color: #0081FF;
    background-color: transparent;
    border-color: #0081FF;
    ;
}

.identity-btn {
    float: left;
    margin: 0px;
    width: 100%;
    color: #0081FF;
    border-radius: 0px;
}

cardano-connect {
    --btn-bg-color: #ffffff;
    --btn-text-color: #0081FF;
    --btn-hover-bg-color: #ffffff;
    --btn-hover-text-color: #0081FF;
    font-family: "Space Grotesk", sans-serif;
}

.hidden {
    display: none;
}

ul.cardano-wallet-list {
    font-family: "Space Grotesk", sans-serif;
    font-size: .85rem;
    position: absolute;
    z-index: 9998;
    border: 1px solid #efefef;
    border-radius: 5px;
    background-color: #fff;
    text-align: left;
    width: 150px;
    box-shadow: 5px 5px 10px 1px #efefef;
}

ul.cardano-wallet-list, ul.cardano-wallet-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.cardano-wallet-list li {
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    padding: 6px;
}

ul.cardano-wallet-list li:hover {
    background-color: #efefef;
}

ul.cardano-wallet-list li:last-child {
    border-bottom: none;
}

ul.cardano-wallet-list li.disabled {
    cursor: default;
    opacity: .5;
}

ul.cardano-wallet-list li.disabled:hover {
    background-color: #fff;
}

div.cardano-wallet-loading {
    background-color: #fff;
    position: absolute;
    width: 150px;
    padding: 16px 24px;
    z-index: 9999;
}

.image {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 8px 0px 0px;
    vertical-align: bottom;
}

.loadingImage {
    display: block;
    width: 64px;
    height: 64px;
}

.button, .button:hover {
    font-family: "Space Grotesk", sans-serif;
    background-color: var(--btn-bg-color, #efefef);
    color: var(--btn-text-color, black);
    border: none;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
}

.button:hover {
    background-color: var(--btn-hover-bg-color, #fafafa);
    color: var(--btn-hover-text-color, black);
}

.identity-btn:hover {
    color: #ffffff !important;
    background-color: #0081FF !important;
}

.identity-btn:hover .identity-icon {
    display: none;
}

.identity-btn:hover .identity-icon2 {
    display: inline;
}

.wallet-btn {
    float: left;
    margin: 0px;
    width: 100%;
    color: #0081FF;
    border-radius: 0px;
}

.wallet-btn:hover {
    color: #ffffff !important;
    background-color: #0081FF !important;
}

.btn-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.wallet-icon {
    height: 32px;
    margin-right: 25px;
}

.identity-icon {
    height: 24px;
    margin-right: 8px;
    float: left;
    margin-left:8px;
}

.identity-iconinline {
    height: 24px;
    margin-right: 8px;
    float: left;
}

.identity-icon2 {
    height: 24px;
    margin-right: 25px;
    display: none;
    float: left;
    margin-left:25px;
}

.wallet-icon-small {
    height: 24px;
    margin-right: 10px;
}

.copycb {
    vertical-align: text-top;
    font-size: 12px !important;
}

.idropdown {
    display: none;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    border: 2px solid #0081FF;
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 210px;
    right: -2px;
    top: 37px;
}

.idrqr{
    display: none;
    overflow: hidden;
    z-index: 900;
    position: absolute;
    border: 2px solid #0081FF;
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align:center;
    width: 210px;
    height: 150px;
    right: -2px;
    top: 37px;
}
.idrqrwrapper{
    width: 100%;
    margin-left: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.wdropdown {
    display: none;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    border: 2px solid #0081FF;
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 210px;
    right: -2px;
    top: 37px;
}

nav#header {
    width: 110px;
    writing-mode: vertical-rl;
    display: flex;
    border-right: 2px solid #000000;
    position: fixed;
    z-index: 11;
    height: 100%;
    overflow: hidden !important;
}
.labelwrap {
    width:100%;
    text-align: center;
    display: contents;
    width: 100%;
    text-align: left;
    display: contents;
    clear: both;
    float: left;
    display: block;
}
.labelwrap2 {
    width:100%;
    text-align: left;
}
.break{
    display: block;
}
label {
    margin:auto;
}
.disabled{
    cursor: not-allowed !important;
    color: #555;
}
nav#header a {
    transform: scale(-1);
    display: flex !important;
    display: none;
    white-space: nowrap;
    color: #000000;
    text-decoration: none;
}

span:not(.flag,.spanidn) {
    padding-left: 0 !important;
}
.bootstrap-select>.dropdown-toggle {
    
}
.dropdown-toggle{
    flex-grow: 2;
    font-size: 18px;
    height: 60px;
    border: 1px solid #96A5B1;
    border-radius: 8px;
    margin-bottom: 0px;
}
.dropdown-toggle:disabled {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    box-shadow: 0px 0px;
    border: none;
}
.bootstrap-select>.dropdown-toggle .disabled{
    background-color: #eee;
    opacity: 1;
    box-shadow: 0px 0px;
    border: none;
    color: #555;
}
.saveEditedDataBtn{
    color: transparent !important;
    background-image: url(/images/saveBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
}
.saveMultiEditDataBtn {
    color: transparent !important;
    background-image: url(/images/saveBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
}
.stakeAddressInput {
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' fill='currentColor' class='bi bi-search' viewBox='-2 -2 20 20'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/%3E%3C/svg%3E");
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 6%;
    border-right: 0;
}

.input-group-text {
    background-color: white;
}

#epochsInput, #stakeInput {
    padding-left: 6%;
}

.c-footer {
    background-color: #0081FF;
    color: #ffffff;
    padding: 0 80px;
    height: 90px;
    width: 100%;
}

.c-footer p {
    color: #ffffff;
}

.c-container {
    width: 100%;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    color: #ffffff;
}

.list-group-item-rewards {
    position: relative;
    display: block;
    padding: 0.5rem 0rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    font-size: 20px;
}

.input-claim {
    font-size: 1rem !important;
    ;
}

@media (min-width: 1024px) {
    .c-footer__wrap {
        display: flex;
    }
}

.c-footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #ffffff;
}

.c-footer__wrap p,
.c-footer__wrap b {
    font-size: 20px;
    line-height: 32px;
}

.c-footer__wrap a {
    font-size: 20px;
    line-height: 32px;
    margin-top: 18px;
    color: #ffffff;
}

.footerTitle {
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 64px;
    width: 556px;
}

.footer-social {
    font-family: "Space Grotesk", sans-serif;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-top: 21px;
    display: inline-flex;
    justify-content: space-evenly;
}

.footer-social .holder {
    background-color: #ffffff;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    text-align: center;
}

.footer-social .holder .icon-linkedin {
    margin-top: 14px;
    height: 21px;
    width: 21px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social .holder .icon-2 {
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social .holder .icon-twitter {
    height: 36px;
    width: 36px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social .holder .icon-telegram {
    margin-top: 14px;
    height: 21px;
    width: 26px;
    margin-left: auto;
    margin-right: auto;
}

.footer-social .holder .icon-discord {
    margin-top: 10px;
    height: 26px;
    width: 26px;
    margin-left: auto;
    margin-right: auto;
}


.footer-social img {
    width: 30px;
    height: 28px;
    margin: 5px;
}

.footer-video {
    font-family: "Space Grotesk", sans-serif;
    width: 300px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

.identity-name {
    font-weight: 700;
    font-size: 16px;
}

.wallet-name {
    font-weight: 700;
    font-size: 16px;
}

.footer-video a {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
}

@media (min-width: 1024px) {
    ul {
        font-style: normal;
        font-size: 14px;
        line-height: 27px;
    }
}

.contactButton {
    width: 212px;
    height: 60px;
    background: #FFFFFF;
    color: #0081FF;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-top: 30px;
}

.logo {
    width: 120px;
    margin-bottom: 50px;
}

.header {
    margin-top: 20%;
}

.hint-image {
    width: 120px;
    margin-bottom: 50px;
    margin-top: 15px;
}

.thank-you-list {
    list-style-type: none;
    font-size: 22px;
}

i.fa.fa-regular.fa-clone {
    color: #0081FF;
    cursor: pointer;
}


.id-progress li.active+li span {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20.000000pt" height="80.000000pt" viewBox="0 0 20.000000 80.000000" preserveAspectRatio="xMidYMid meet"><rect width="100%" height="100%" fill="%23ebebeb"/><g transform="translate(0.000000,80.000000) scale(0.100000,-0.100000)" fill="%230081ff" stroke="none"><path d="M0 401 c0 -217 2 -392 4 -390 7 7 156 383 156 394 0 5 -36 96 -80 200 l-79 190 -1 -394z"/></g></svg>') !important;
}

.id-progress li.active:not(.first) span {
    background-image: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" width="20.000000pt" height="80.000000pt" viewBox="0 0 20.000000 80.000000" preserveAspectRatio="xMidYMid meet"><rect width="100%" height="100%" fill="%23ebebeb"/> <g transform="translate(0.000000,80.000000) scale(0.100000,-0.100000)" fill="%230081ff" stroke="none"><path d="M49 753 c11 -27 47 -113 80 -193 34 -80 61 -150 61 -156 0 -7 -36 -100 -79 -208 l-80 -196 85 0 84 0 0 400 0 400 -85 0 -85 0 19 -47z"/></g></svg>') !important;
}

.abort-upload:before {
    filter: hue-rotate(90deg);
}

.nav-tabs>li>a {
    border: 1px solid #0081ff !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: #0081ff !important;
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    text-align: center;
    background-color: #0081ff !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width 0.6s ease;
}

.id-progress span {
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px 10px 30px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
}

.id-progress li.first.active span {
    background-color: #0081ff !important;
}

.id-progress li.active.first {
    background-color: #0081ff !important;
    background: transparent;
}

#nav-choose-plattform button.active:before,
#nav-choose-plattform button:active:before {
    position: absolute;
    top: 50%;
    right: -16px;
    content: "";
    margin-top: -8px;
    border: 8px solid transparent;
    border-left-color: #0081ff !important;
}

.id-progress li.active {
    color: #fff !important;
    background-color: #0081ff !important;
}

.btn-proceed {
    color: #fff !important;
    background-color: #0081ff !important;
}

.btn-proceed.fixed {
    color: #fff !important;
    background-color: #0081ff !important;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #fff !important;
    border: 1px solid #0081ff !important;
}

.document-view-btn,
.sign-again {
    color: #0081ff !important;
}

.nav-tabs>li>a:hover {
    border-color: #f6fafc #f6fafc #ddd !important;
    color: #fff !important;
    background-color: #0081ff !important;
}

#main-footer a {
    color: #FFFFFF !important;
}

choose-plattform button:active {
    background: #0081ff !important;
}

.circle {
    background-color: #0081ff !important;
}

.btn-idnow {
    color: #0081ff !important;
}

.signature-overlay .btn-proceed {
    background-color: #0081ff !important;
}


#nav-choose-plattform button.active,
#nav-choose-plattform button:active {
    background: #0081ff !important;
}

#nav-choose-plattform button.webcam-link.active {
    background: transparent !important;
}

#nav-choose-plattform button.webcam-link:hover {
    background: transparent !important;
}

#nav-choose-plattform button:hover {
    color: #fff !important;
    background: #0081ff !important;
}

#nav-choose-plattform button:focus, #nav-choose-plattform button:hover {
    color: #fff !important;
    background: #0081ff !important;
}

.progress-circle::before {
    background: #0081ff !important;
}

#nav-choose-plattform button.webcam-link p {
    color: #0081ff !important;
}

.id-progress {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    cursor: default;
    background: #EBEBEB;
    color: #737373;
    list-style: none;
    -webkit-user-select: none;
    counter-reset: idprogress;
}

.id-progress li.active+li span {
    background: url(/images/progress-act-right-active.png) -9px 50% no-repeat;
}

.id-progress li.first span {
    background: 0 0;
}
.lblack{
    color: #000000;
}
.id-progress span {
    display: block;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px 10px 30px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    background: url(/images/progress-act-inactive.png) -9px 50% no-repeat;
}
.spanidn {
    padding: 10px 20px 10px 30px !important;
}
.id-progress li {
    display: table-cell;
    margin: 0;
    padding: 0;
}



/*
Make bootstrap-select work with bootstrap 4 see:
https://github.com/silviomoreto/bootstrap-select/issues/1135
*/
.dropdown-toggle.btn-default {
    color: #292b2c;
    background-color: #fff;
    border-color: #ccc;
  }
  .bootstrap-select.show > .dropdown-menu > .dropdown-menu {
    display: block;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
    display: none;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    text-decoration: none;
  }
  .bootstrap-select > .dropdown-menu > .dropdown-menu li a:hover {
    background-color: #f4f4f4;
  }
  .bootstrap-select > .dropdown-toggle {
    width: 100%;
  }
  .dropdown-menu > li.active > a {
    color: #fff !important;
    background-color: #337ab7 !important;
  }
  .bootstrap-select .check-mark {
    line-height: 14px;
  }
  .bootstrap-select .check-mark::after {
    font-family: "FontAwesome";
    content: "\f00c";
  }
  .bootstrap-select button {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Make filled out selects be the same size as empty selects */
  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline !important;
  }

.speech-bubble-left {
    width: 100%;
    margin-top:10px;
    margin-bottom:5px;
    margin-left: 0px;
    text-align: left;
    position: relative;
    float:left;
}

.chatBotResultDiv .answer_container {
    margin-bottom: 35px;
}
.answer_container{
    display:flex;
    flex-direction:row; 
}
.chatBotMessageDiv {
    display: flex;
}
.chatBotMessageDiv2 {
    display: flex;
    flex-wrap: wrap;
}
.chatBotMessageDiv3 {
    display: block;
}
.mt-2{
    margin-top: 0px !important;
}
.sendAnswerBtn {
    color: transparent !important;
    background-image: url(/images/sendBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 50px 50px;
    border: none;
    width: 65px;
}
.note {
    color: #6ACB31 !important;
}
input[type="radio"] {
    height: 20px;
    width: 20px;
    margin-left: 0px !important;
}
.dragdrop{ 
    border-radius: 15px;
    border: 1px dashed #666666;
    width: 100%;
    max-width: 500px;
    height: 200px;
}
.multiformline{
    float: left;
    clear: both;
    margin-bottom: 5px;
}
.form-check{
    margin-right: 20px;
}
.sendAnswerBtn:disabled{
    color: transparent !important;
    background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_58)"><rect width="48" height="48" fill="white"/><circle cx="24" cy="24" r="24" fill="%2396A5B1"/><g clip-path="url(%23clip1_1_58)"><path d="M14.4841 15C14.0652 15 13.8047 15.3516 14.0207 15.8822L17.2131 23.6832C17.3028 23.8857 17.2984 24.1011 17.2131 24.3141L14.0207 32.1178C13.8399 32.6484 14.0652 33 14.4841 33C14.5547 33 14.6307 32.9869 14.704 32.9555L33.7301 24.5209C34.1961 24.3298 34.1961 23.6702 33.7301 23.4764L14.704 15.0445C14.628 15.0131 14.5547 15 14.4841 15Z" fill="white"/></g></g><defs><clipPath id="clip0_1_58"><rect width="48" height="48" fill="white"/></clipPath><clipPath id="clip1_1_58"><rect width="20.1571" height="18" fill="white" transform="translate(13.9215 15)"/></clipPath></defs></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    border: none;
    width: 65px;
}

.sendMultiBtn {
    color: transparent !important;
    background-image: url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_58)"><rect width="48" height="48" fill="white"/><circle cx="24" cy="24" r="24" fill="%230081FF"/><g clip-path="url(%23clip1_1_58)"><path d="M14.4841 15C14.0652 15 13.8047 15.3516 14.0207 15.8822L17.2131 23.6832C17.3028 23.8857 17.2984 24.1011 17.2131 24.3141L14.0207 32.1178C13.8399 32.6484 14.0652 33 14.4841 33C14.5547 33 14.6307 32.9869 14.704 32.9555L33.7301 24.5209C34.1961 24.3298 34.1961 23.6702 33.7301 23.4764L14.704 15.0445C14.628 15.0131 14.5547 15 14.4841 15Z" fill="white"/></g></g><defs><clipPath id="clip0_1_58"><rect width="48" height="48" fill="white"/></clipPath><clipPath id="clip1_1_58"><rect width="20.1571" height="18" fill="white" transform="translate(13.9215 15)"/></clipPath></defs></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
}
.editDataBtn {
    color: transparent !important; 
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_71)"><rect width="24" height="24" fill="white"/><circle cx="12" cy="12" r="12" fill="%230081FF"/><g clip-path="url(%23clip1_1_71)"><path d="M15.1407 9.86091L14.1391 8.85933L7.54167 15.4567V16.4583H8.54325L15.1407 9.86091ZM16.1422 8.85933L17.1438 7.85775L16.1422 6.85616L15.1407 7.85775L16.1422 8.85933ZM9.12975 17.875H6.125V14.8695L15.6415 5.35308C15.7743 5.22029 15.9544 5.14569 16.1422 5.14569C16.3301 5.14569 16.5102 5.22029 16.643 5.35308L18.6469 7.35696C18.7797 7.48979 18.8543 7.66992 18.8543 7.85775C18.8543 8.04557 18.7797 8.22571 18.6469 8.35854L9.12975 17.875Z" fill="white"/></g></g><defs><clipPath id="clip0_1_71"><rect width="24" height="24" fill="white"/></clipPath><clipPath id="clip1_1_71"><rect width="17" height="17" fill="white" transform="translate(4 3)"/></clipPath></defs></svg>');
    color: transparent !important;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 40px;
    width: 40px;
}
.editMultiDataBtn {
    color: transparent !important;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1_71)"><rect width="24" height="24" fill="white"/><circle cx="12" cy="12" r="12" fill="%230081FF"/><g clip-path="url(%23clip1_1_71)"><path d="M15.1407 9.86091L14.1391 8.85933L7.54167 15.4567V16.4583H8.54325L15.1407 9.86091ZM16.1422 8.85933L17.1438 7.85775L16.1422 6.85616L15.1407 7.85775L16.1422 8.85933ZM9.12975 17.875H6.125V14.8695L15.6415 5.35308C15.7743 5.22029 15.9544 5.14569 16.1422 5.14569C16.3301 5.14569 16.5102 5.22029 16.643 5.35308L18.6469 7.35696C18.7797 7.48979 18.8543 7.66992 18.8543 7.85775C18.8543 8.04557 18.7797 8.22571 18.6469 8.35854L9.12975 17.875Z" fill="white"/></g></g><defs><clipPath id="clip0_1_71"><rect width="24" height="24" fill="white"/></clipPath><clipPath id="clip1_1_71"><rect width="17" height="17" fill="white" transform="translate(4 3)"/></clipPath></defs></svg>');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
}
.submitDataBtn {
    /* background-image: url(/images/sendBtn.png); */
    /* background-color: transparent; */
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    background-color: #0081FF;
    margin-top: 20px;
    border: none;
    height: 35px;
    /* width: 35px; */
    float: right;
    border-radius: 20px;

}
#wcbtn_walletconnect {
    margin-top: 10px;
    height: 35px;
    background-color: #0081FF;
}
#wcbtn_walletconnect {
    height: 35px;
    background-color: #0081FF;
}
#upbtn_companyfiles:hover {
    color: #ffffff;
    background-color: #0081FF;
}
#upbtn_companyfiles:hover {
    color: #ffffff;
    background-color: #0081FF;
}
.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
    background-color: #eee;
}
.submitDataBtn:disabled{
    background-color: #eeeeee;
    color:#555;
}
.chatBotResultDiv{
    margin: 15px;
    text-align: left;
}

.form-control:focus {

}
.chatBotResultDiv p {
    margin-bottom: 2px;
}
.multiform {
    margin-right: 15px;
    float: left;
    background: #d7d7d7;
    margin: 4px;
    border-radius: 5px;
    padding: 4px;
    max-width: 207px;
}
.sendFileBtn {
    color: transparent !important;
    background-image: url(/images/sendBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 55px 55px;
    border: none;
    height: 65px;
    width: 65px;
}
.chatflow {
    overflow-y: auto;
    overflow-x: hidden;
    min-height: calc(100vh - 200px);
    max-height: calc(100vh - 200px);
}
.kyc-hint{
    margin-left: 50px;
    margin-top:30px;
    float: left;
    text-align: left;
}
.connectBtn {
    background-color: transparent !important;
    margin: auto;
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 18px;
    background-color: #0081FF;
    border-color: #0081FF;
}

.addRowBtn {
    color: transparent !important;
    background-color: transparent !important;
    background-image: url(/images/addBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
    float: right;
}
.removeRowBtn {
    color: transparent !important;
    background-color: transparent !important;
    background-image: url(/images/removeBtn.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 6px 2px;
    background-size: 30px 30px;
    border: none;
    height: 35px;
    width: 35px;
    float: right;
}
.useBtn {
    background-color: #0081FF;
    color:#ffffff;
    height: 35px;
    float: left;
}
.useBtn:hover {
    color:#ffffff;
    background-color: #0081FF;
}
.btn-primary:focus .btn-primary:active {
    color: #fff;
    background-color: #0081FF;
    border-color: #0081FF;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
.chatBotAnswer {
    flex-grow:2;
    font-size:18px;
    height: 60px;
    border: 1px solid #96A5B1;
    border-radius: 8px;
    margin-bottom: 0px;
}
.chatBotAnswer:disabled {
    box-shadow: 0px 0px;
    border: none;
    color: #555;
}
.sub_answer_container{
    margin: 5px;
}
.chatBot_filename {
    flex-grow: 2;
    font-size: 18px;
    border-radius: 8px;
    margin-bottom: 0px;
    background-color: #eeeeee;
    opacity: 1;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    width: 100%;
    padding: 1.375rem 0.75rem;
}
.chatBotAnswerDropdown {
    flex-grow:2;
    font-size:18px;
    border: 1px solid #96A5B1;
    border-radius: 8px;
    margin-bottom: 0px;
}
.chatBotAnswer[type="file"]:disabled  {
    display: none;
} 
.dropup {
    height: 60px;
}

.input_error {
    border:1px solid rgba(250,10,40, .25);;
}

.iamx_product {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
}

.iamx_product_description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

.btn-secondary {
    font-size:18px;
    background-color: #ffffff;
    color:#000000;
    min-width:200px;
    text-align: left;
}
.speech-bubble-right {
    width: 100%;
    margin-top:0px;
    margin-bottom:0px;
    margin-right: 10px;
    text-align: left;
    position: relative;
    min-height: 58px;
}
.BtnRow {

}
.sb_right:before {

}

.sb_left:before {

}

input[type=file]::file-selector-button {
    background-color: #fff;
    color: #000;
    border: 0px;
    border-right: 1px solid #e5e5e5;
    padding: 10px 15px;
    margin-right: 20px;
    transition: .5s;
    height: 60px;
}

input[type=file]::file-selector-button:hover {
    background-color: #eee;
    border: 0px;
    border-right: 1px solid #e5e5e5;
}

.form-check-label {
    display: block;
}

.BotValidationError {
    color: red;
}

.chatBotMessageText{
    color: #000000;
    font-size: 18px;
    white-space: normal;
    margin-bottom: 0px;
}

.chatBotResultDiv p{
    white-space: normal;
}

.chatBot_validation_error {
    color: red;
    position: absolute;
    top: 60px;
    font-size: 9px;
    margin-left: 5px;
    min-width: 101px;
}
.chatBot_multi_validation_error {
    color: red;
    font-size: 9px;
    margin-left: 5px;
}

.chatBot_form_validation_error {
    color: red;
    font-size: 9px;
    margin-left: 5px;
}

.chatbot_mandatory {
    background-color: rgba(250,10,40, .10);
}

.chatbot_mandatory:focus {
    background-color: rgba(250,10,40, .10);
    border: 1px solid rgba(250,10,40, .10);
    box-shadow: 0 0 0 .25rem rgba(250,10,40, .10);
}

html, body {
    min-height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-family: sans-serif;
  }
  
  ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .tg-list {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .tg-list-item {
    margin: 0 10px;;
  }
  
  h2 {
    color: #777;
  }
  
  h4 {
    color: #999;
  }
  
  .tgl {
    display: none;
  }
  .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
    background: none;
  }
  .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
    background: none;
  }
  .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .tgl + .tgl-btn:after {
    left: 0;
  }
  .tgl + .tgl-btn:before {
    display: none;
  }
  .tgl:checked + .tgl-btn:after {
    left: 50%;
  }
  
  .tgl-light + .tgl-btn {
    background: #f0f0f0;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .tgl-light + .tgl-btn:after {
    border-radius: 50%;
    background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  .tgl-light:checked + .tgl-btn {
    background: #9FD6AE;
  }
  
  .tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e8eae9;
  }
  .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #fbfbfb;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .tgl-ios + .tgl-btn:active:after {
    padding-right: .8em;
  }
  .tgl-ios:checked + .tgl-btn {
    background: #86d993;
  }
  .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -.8em;
  }
  
  .tgl-skewed + .tgl-btn {
    overflow: hidden;
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    background: #888;
  }
  .tgl-skewed + .tgl-btn:after, .tgl-skewed + .tgl-btn:before {
    -webkit-transform: skew(10deg);
            transform: skew(10deg);
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
  }
  .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }
  
  .tgl-flat + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #fff;
    border: 4px solid #FF4B00;
    border-radius: 2em;
  }
  .tgl-flat + .tgl-btn:after {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #FF4B00;
    content: "";
    border-radius: 1em;
  }
  .tgl-flat:checked + .tgl-btn {
    border: 4px solid #7FC6A6;
  }
  .tgl-flat:checked + .tgl-btn:after {
    left: 50%;
    background: #7FC6A6;
  }
  
  .tgl-flip + .tgl-btn {
    padding: 2px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    font-family: sans-serif;
    -webkit-perspective: 100px;
            perspective: 100px;
  }
  .tgl-flip + .tgl-btn:after, .tgl-flip + .tgl-btn:before {
    display: inline-block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 4px;
  }
  .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #02C66F;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .tgl-flip + .tgl-btn:before {
    background: #FF4B00;
    content: attr(data-tg-off);
  }
  .tgl-flip + .tgl-btn:active:before {
    -webkit-transform: rotateY(-20deg);
            transform: rotateY(-20deg);
  }
  .tgl-flip:checked + .tgl-btn:before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .tgl-flip:checked + .tgl-btn:after {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    left: 0;
    background: #7FC6A6;
  }
  .tgl-flip:checked + .tgl-btn:active:after {
    -webkit-transform: rotateY(20deg);
            transform: rotateY(20deg);
  }
  .hint {
    font-size: 10px;
    color: #555555;
}

/*!
 * Datetimepicker for Bootstrap 3
//! version : 4.0.0-beta
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
 .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
  }
  @media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  @media (min-width: 1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
      width: 38em;
    }
  }
  .bootstrap-datetimepicker-widget.dropdown-menu:before,
  .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px;
  }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0;
  }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
  }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none;
  }
  .bootstrap-datetimepicker-widget .timepicker-hour,
  .bootstrap-datetimepicker-widget .timepicker-minute,
  .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
  }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px;
  }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes";
  }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM";
  }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center;
  }
  .bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens";
  }
  .bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit;
  }
  .bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%;
  }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0;
  }
  .bootstrap-datetimepicker-widget td,
  .bootstrap-datetimepicker-widget th {
    text-align: center;
    border-radius: 4px;
  }
  .bootstrap-datetimepicker-widget th {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .bootstrap-datetimepicker-widget th.picker-switch {
    width: 145px;
  }
  .bootstrap-datetimepicker-widget th.disabled,
  .bootstrap-datetimepicker-widget th.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  .bootstrap-datetimepicker-widget th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month";
  }
  .bootstrap-datetimepicker-widget th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month";
  }
  .bootstrap-datetimepicker-widget thead tr:first-child th {
    cursor: pointer;
  }
  .bootstrap-datetimepicker-widget thead tr:first-child th:hover {
    background: #eeeeee;
  }
  .bootstrap-datetimepicker-widget td {
    height: 54px;
    line-height: 54px;
    width: 54px;
  }
  .bootstrap-datetimepicker-widget td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777777;
  }
  .bootstrap-datetimepicker-widget td.day {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .bootstrap-datetimepicker-widget td.day:hover,
  .bootstrap-datetimepicker-widget td.hour:hover,
  .bootstrap-datetimepicker-widget td.minute:hover,
  .bootstrap-datetimepicker-widget td.second:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  .bootstrap-datetimepicker-widget td.old,
  .bootstrap-datetimepicker-widget td.new {
    color: #777777;
  }
  .bootstrap-datetimepicker-widget td.today {
    position: relative;
  }
  .bootstrap-datetimepicker-widget td.today:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
  }
  .bootstrap-datetimepicker-widget td.active,
  .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #428bca;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .bootstrap-datetimepicker-widget td.active.today:before {
    border-bottom-color: #fff;
  }
  .bootstrap-datetimepicker-widget td.disabled,
  .bootstrap-datetimepicker-widget td.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  .bootstrap-datetimepicker-widget td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px;
  }
  .bootstrap-datetimepicker-widget td span:hover {
    background: #eeeeee;
  }
  .bootstrap-datetimepicker-widget td span.active {
    background-color: #428bca;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  }
  .bootstrap-datetimepicker-widget td span.old {
    color: #777777;
  }
  .bootstrap-datetimepicker-widget td span.disabled,
  .bootstrap-datetimepicker-widget td span.disabled:hover {
    background: none;
    color: #777777;
    cursor: not-allowed;
  }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px;
  }
  .input-group.date .input-group-addon {
    cursor: pointer;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .ac_results {
    display: block;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #666666;
    margin-top: 0px;
    padding: 0px;
  }

  .camselect{
    width: calc(100% - 100px);
    max-width: 640px;
    position: absolute;
  }

  .camvideo{
    display: none;
  }

  .campreview1 {
    margin-top: 70px;
    width: 640px;
    height: 360px;
    transform: scale(-1, 1);
    border-radius: 8px;
    border: 1px solid #96A5B1;
  }

  .campreview2 {
    display:none;
    margin-top: 70px;
    width: 640px;
    height: 360px;
    border-radius: 8px;
    border: 1px solid #96A5B1;
  }

  .campreview3 {
    display:none;
    margin-top: 70px;
    width: 640px;
    height: 360px;
    border-radius: 8px;
    border: 1px solid #96A5B1;
  }

  .campreview4 {
    display:none;
    margin-top: 70px;
    width: 640px;
    height: 360px;
    border-radius: 8px;
    border: 1px solid #96A5B1;
  }

  .snapbtn { 
    position: absolute;
    top:430px;
    border: 2px #0081FF solid;
    background-color: #0081FF;
    color: #ffffff;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.hintbtn { 
    position: absolute;
    top:430px;
    color: #222222;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.chatBotAnswer::placeholder {
    font-size:18px;
}