html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #E8EAED;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: calc(100% - 80px);
}
        
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}
        

      

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #E8EAED;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: stretch;
          align-content: center;
          padding-top: 30px;
      }
        


      .swiper-slide img {
          display: inline-block;
          padding: 2px;
          border-radius: 8px;
          box-sizing: border-box;
      }
        
        .card {
            width:98% !important;
            border: 1px solid rgb(246, 247, 248) !important;
            box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
        }
        
        .card-header{
            background-color: white !important;
            border-bottom: 1px solid rgb(248, 249, 250) !important;
            
        }
        
        body {
            background: #E8EAED !important;
        }
        
        .sample-source-container {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 5px 0 20px 0;
            overflow: hidden;
        }

        .webcam-outer-wrapper {
            padding-left: 0;
        }
        
        .webcam-container {
            display: none;
        }
        
        .webcam-container {
            background: #E8F0FE;
            border-radius: 4px;
            padding: 20px 0 7px 0;
            margin-bottom: 20px;
        }
        
        .sample-source-btn {
            width: 80%;
            min-width: 72px;
            outline: 0;
            height: 78px;
            line-height: 78px;
            text-align: center;
            background-color: #E8F0FE;
            color: #1967D2;
            border: 2px solid transparent;
            border-radius: 4px;
            font-size: 2rem;
            font-weight: bolder;
            cursor: pointer;
            margin-right: 5px;
            font-weight: 500;

        }

        .record {
            font-size: 0.8rem;
            line-height: 0.95rem;
        }
        
        .sample-source-label {
            font-size: 1rem;
            position: relative;
            text-transform: capitalize;
            white-space: nowrap;
            top: -25px;
            font-weight: 500;
        }
        
        .examples-label {
            font-size: 14px;
            white-space: nowrap;
            font-weight: 500;
            color: #1967D2;
            text-align: left;
            margin-top: 15px;
            padding-bottom: 5px;
        }
        
        .sample-source-icon {
            display: block;
            position: relative;
            top: 7px;
            left: 50%;
            transform: translate(-50%, 0%);
        }
        
        video {
            border-radius: 4px;
        }
        
        .camera-label {
            position: relative;
            padding-left: 5%;
            margin: 0 auto;
        }

        
        .camera-label h4 {
            margin: 0;
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 500;
            color: #1967D2;
            text-align: left;
        }
        
        .camera-label .exit-button {
            cursor: pointer;
            background: transparent;
            outline: 0;
            border: none;
            position: absolute;
            top: -20px;
            right: 2px;
        }
        
        .btn-primary {
            width: 90% !important;
            background: rgb(25, 103, 210) !important;
        }
        
        .examples-container {
            text-align: left;
            margin: 0 auto; 
            border-top: 1px solid #E8F0FE;
            padding-top: 5px;
            padding-bottom: 75px;
        }
        
        
        .vertical-center {
          margin: 0;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
        }
        
        .float{
            position:absolute;
            width:130px;
            height:35px;
            bottom:40px;
            right:40px;
            background: #1967D2;
            font-size: 14px;
            font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
            font-weight: 500;
            color: #fff;
            border-radius:4px;
            text-align:center;
            box-shadow: 1px 1px 2px #999;
            z-index: 999;
            line-height: 30px;
            padding: 2px 5px 2px 5px;
            -webkit-backface-visibility: hidden;
        }
        
        .float-model {
            width: 35px;
            height:35px;
            right:180px;
            background: #34c240; /* to be saved #fa9f47 */
            
        }

        .my-float{
            margin-top:2px;
        }
        
        .manage-artwork-button {
            float: right;
            border: 0;
            position: relative;
            right: -7px;
            border-radius: 4px;
            background-color: #E8F0FE;
            color: #1967D2;
        }

.btn-link {
    color: #ff0000 !important;
    text-decoration: none !important;
    float: left !important;
}

.modal-footer {
    justify-content: flex-start !important;
}

.prediction {
    text-align: left;
    font-size: 0.75rem;
    margin-left: 1px;
    margin-top: 12px;
    margin-bottom: -6px;
}


            