@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html {
    position: relative;
    height: 100%;
}
body {
    height: 100%;
    background-color: #f4f6f8;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.5715;
    color: #212b36;
    font-variant: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    background-image: url(../../Images/login-bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.body-wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}
.interaction-body {
    background-image: url(../../Images/Interaction-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

a {
    color: #096a9a;
}
    a:hover {
        color: #40a9ff;
    }
.navbar {
    padding: 0 1rem;
    box-shadow: 0 2px 8px hsla(0,0%,68.6%,.5);
}

.navbar-brand img {
    height: 60px;
}

.text-black, .navbar-light .navbar-nav .nav-link.text-black {
    color: #000;
}
.interaction-main {
    background: hsla(0,0%,100%,.95);
    padding: 16px;
    min-height: calc(100vh - 115px);
    box-shadow: 0 3px 6px rgba(0,0,0,.1607843137254901);
    border-radius: 3px;
}
.instruction-box {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
    .instruction-box .image-box {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: rgba(255, 255, 255, 0.95);
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }
.interaction-block {
    height: auto;
    overflow: hidden;
    /* overflow: auto;*/
}
    .interaction-block .scroll-box {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        padding-right: 20px; /* Increase/decrease this value for cross-browser compatibility */
        box-sizing: content-box; /* So the width will be 100% + 17px */
    }
    .interaction-block .content-block {
        padding: 20px 0;
    }
.interaction-wrap {
    padding: 2rem 3rem 0 3rem;
}
.sub-heading {
    font-size: 1rem;
    color: rgb(13, 28, 69);
    font-family: Roboto, sans-serif;
    margin-top: 20px;
}
.heading {
    font-size: 1.5rem;
    color: rgb(13, 28, 69);
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
}
.heading2 {
    font-size: 21px;
    font-family: Roboto, sans-serif;
    margin-bottom: 0px;
    font-weight: 400;
}
    .heading2.red {
        color: rgb(242, 22, 22);
    }
    .heading2.green {
        color: rgb(23, 169, 7);
    }
    .ex-small {
        color: rgba(0, 0, 0, 0.4);
        font-size: 10px;
    }
.heading-b {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 400;
    font-size: 21px;
}
.heading-b-sm {
    margin-top: 0;
    margin-bottom: .5em;
    color: rgba(0,0,0,.85);
    font-weight: 500;
    font-size: 17px;
}
.form-control {
    height: 40px;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum","tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.form-control-sm {
    height: 34px;
}
    .devider {
        height: calc(100vh - 178px);
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        color: azure;
        overflow-y: auto;
    }

.divider-vertical {
    position: relative;
    top: -.06em;
    display: inline-block;
    height: .9em;
    margin: 0 8px;
    vertical-align: middle;
    border-top: 0;
    border-left: 1px solid rgba(0,0,0,.06);
    border-width: 2px;
    height: calc(100vh - 200px);
}
.page-header {
    margin-top: 70px;
    padding: 10px 0;
}
/**********************************************
    button
**********************************************/
.btn-warning {
    background: #fff200;
}
.btn-primary {
    background: #096a9a;
    border-color: #096a9a;
}
    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #3589b2;
        border-color: #3589b2;
    }
.btn-outline-primary {
    color: #096a9a;
    background-color: transparent;
    background-image: none;
    border-color: #096a9a;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #3589b2;
    background-color: transparent;
}
/**********************************************
    general
**********************************************/
.text-black, .navbar-light .navbar-nav .nav-link.text-black {
    color: #000;
}
.bg-primary {
    background-color: #3d69a7 !important;
    border-color: #3d69a7 !important;
    color: #fff !important;
}
.bg-info {
    background-color: #0eb3e3 !important;
    border-color: #0eb3e3 !important;
    color: #fff !important;
}
.w-60 {
    width: 60%;
}
.w-80 {
    width:80%;
}
@media (min-width:768px) {
    .w-md-60 {
        width: 60%;
    }
}
@media (min-width:992px) {
    .w-lg-60 {
        width: 60%;
    }
}
button.close {
    background-color: #e10d0d;
    opacity: 1;
    color: #fff;
    text-shadow: none;
}
/**********************************************
    footer
**********************************************/
    .footer {
    text-align: center;
    padding: 10px;
    height: 42px;
    margin-top: -42px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    background: #f0f2f5;
}

@media only screen and (max-width: 600px) {
    .btnmock {
        padding: 1.5px 8px !important;
    }
}

