@import url("../../libraries/bootstrap/bootstrap.css");
@import url("../../libraries/fontawsome/all.css");
@import url("../common/animation.css");
@import url("../layouts/sidebar.css");
@import url("../layouts/sidebar_.css");/** To be removed once new sidenav is updated **/
@import url("../layouts/header.css");
@import url("../components/card.css");
@import url("../components/button.css");
@import url("../components/form.css");
@import url("../components/table.css");
@import url("../components/dropdown.css");
@import url("../components/badges.css");
@import url("../components/alert.css");
@import url("../components/breadcrumbs.css");
@import url("../components/modal.css");
@import url("../components/pagination.css");
@import url("../components/toastr.css");
@import url("../components/daterange.css");
@import url("../components/list.css");
@import url("../components/tabs.css");
@import url("../components/dialog.css");
@import url("../components/layout.css");
@import url("../components/progressbar.css");
@import url("../components/tooltip.css");
@import url("../layouts/login.css");
@import url("../layouts/edgearch.css");
@import url("../layouts/qnnect.css");
@import url("../layouts/reliability.css");
@import url("../layouts/dashboard.css");
@import url("../common/helpers.css");
@import url("../layouts/navbar_v3.css");



html {
    height: 100%;
}

body {
    background: #F7F6F6;
    font-size: 14px;
    color: #333;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
    font-family: 'Arial', sans-serif;
}

@keyframes loader-animation {
    0% {
        left: -50%;
    }

    49% {
        left: 100%;
    }

    50% {
        left: 100%;
    }

    100% {
        left: -50%;
    }
}

.loader {
    height: 2px;
    width: 50%;
    margin: 0px auto;
    top: 50%;
    left: 25%;
    overflow: hidden;
    position: absolute;
    background: #efefef;
}

.loader-inner {
    margin-top: 150px;
    margin-bottom: 155px;
    /* position: relative; */
    height: 2px;
}

.loader-inner>.loader-text .loader {
    top: 30px !important;
}

.loader-inner-sm {
    margin-top: 50px;
    margin-bottom: 55px;
    position: relative;
    height: 2px;
}

.loader-text {
    display: block;
    text-align: center;
    color: #999;
    top: -25px;
    position: relative
}

.data-empty {
    padding: 80px 0px 80px 0px;
    color: #999;
}

.loader .bar,
.loader-inner .bar {
    width: 50%;
    position: absolute;
    height: 2px;
    background-color: #ff6634;
    animation-name: loader-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.content-wrapper{
    width: 100%;
    margin-top: 109px;
    padding: 0 20px 0 20px;
    height: calc(100vh - 109px);
    overflow-x: hidden;
    overflow-y: auto;
}
.wrapper {
    width: 90%;
    margin: 0px auto;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.3333%;
}

.col-xs-4 {
    width: 33.3333%;
}

.col-xs-8 {
    width: 66.6666%;
}

.col-xs-2 {
    width: 16.6666%;
}

.col-xs-2_5 {
    width: 20%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.3333%;
}

.col-xs-11 {
    width: 91.6663%;
}

.col-xs-1 {
    width: 8.3333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-5 {
    width: 41.6665%;
}

/***************Helpers*************/

.clearfix {
    float: none;
    clear: both;
}

.n-p-m {
    padding: 0px;
    margin: 0px;
}

.card-section-offset {
    margin-top: -25px;
}


.offset-top-5 {
    position: relative;
    top: -5px;
}

.n-b-r {
    border-radius: 0px;
}


.b-t {
    border-top: 1px solid #efefef;
}

.b-b {
    border-bottom: 1px solid #efefef !important;
}

.b-l {
    border-left: 1px solid #efefef;
}

.b-r {
    border-right: 1px solid #efefef;
}

.n-p {
    padding: 0px !important
}

.p-l {
    padding-left: 20px;
}

.m-t {
    margin-top: 20px;
}
.m-r{
    margin-right: 10px;
}
.m-t-top{
    margin-top: -20px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-n {
    margin-bottom: 0px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.w-100 {
    width: 100%;
}

.p-l-r {
    padding-left: 15px;
    padding-right: 15px;
}

.m-l-r {
    margin-left: 20px;
    margin-right: 20px;
}

.p-all-less {
    padding: 10px 20px;
}

.p-all {
    padding: 20px;
}

.p-t-50 {
    padding-top: 50px;
}

.p-t-90 {
    padding-top: 90px;
}

.p-t-100 {
    padding-top: 100px;
}

.h-100-percent {
    min-height: 100%;
    height: 100%;
}

.h-200 {
    max-height: 200px !important;
    overflow-x: auto;
}

.h-250 {
    max-height: 250px !important;
    overflow-x: auto;
}

.h-200 {
    max-height: 200px !important;
    overflow-x: auto;
}

.mh-250 {
    min-height: 250px !important;
    overflow-x: auto;
}

.h-280 {
    max-height: 280px !important;
    overflow-x: auto;
}

.mh-280 {
    min-height: 280px !important;
    overflow-x: auto;
}

.h-300 {
    max-height: 300px !important;
    overflow-x: auto;
}

.mh-300 {
    min-height: 300px !important;
    overflow-x: auto;
}

.h-350 {
    max-height: 350px !important;
    overflow-x: auto;
}

.mh-350 {
    min-height: 350px !important;
    overflow-x: auto;
}

.mh-400 {
    min-height: 400px !important;
    overflow-x: auto;
}

.h-600 {
    overflow-x: auto;
    max-height: 600px;
}

.draggable-item @media(max-width:768px) {
    .card-section-offset {
        margin-top: 20px;
    }
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

/***************End Helpers*************/

.status-success {
    background: #7ED321;
}

.status-danger {
    background: #FF6634;
}

.status-warning {
    background: #f1c40f;
}

.status-default {
    background: #999;
}

.status-info {
    background: #ff6634;
}

.text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
}

.text-highlight,
.text-danger {
    color: #ff6634;
}

.text-success {
    color: #222;
}

.text-dark {
    color: #333;
}

.text-secondary {
    color: #999 !important;
}

.text-mute {
    color: #ccc;
}

.text-md {
    font-size: 20px;
}

.text-bold {
    font-weight: bold !important;
}

.text-normal {
    font-weight: normal;
}

.text-white {
    color: #fff !important;
}

.text-sm {
    font-size: 12px;
}

.text-lg {
    font-size: 30px;
    line-height: 45px;
}

.text-banner {
    background-image: url("../../images/resultbanner.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
}

.banner-text-inner {
    padding-top: 25px;
}

.banner-sm {
    height: 100px;
    background-size: cover;
    border-radius: 5px;
    background-repeat: no-repeat;
}

.box-info {
    background: #FF6634;
    color: #fff;
}

.box-dark {
    background: #444;
    color: #fff;
}

.box-info h3 {
    color: #fff;
}

.box-highlight {
    background-color: #FAE0D7;
}

a.box-highlight {
    color: #ff6634 !important;
    background-color: #FAE0D7;
}

.background-white {
    background-color: #fff!important;
}

.background-light-grey {
    background-color: #ddd;
}

.box-highlight-flash {
    animation: colorchange 1s infinite;
    -webkit-animation: colorchange 1s infinite;
}

@keyframes colorchange {
    0% {
        background: #ffffff;
    }

    50% {
        background: #FAE0D7;
    }

    100% {
        background: #ffffff;
    }
}

@-webkit-keyframes colorchange {
    0% {
        background: #ffffff;
    }

    50% {
        background: #FAE0D7;
    }

    100% {
        background: #ffffff;
    }
}

.box-grey {
    background-color: #eee !important;
}
.box-white{
    background-color: #fff!important;
}

.box-grey-lite {
    background-color: rgb(248, 248, 248);
}

.box-disabled {
    background-color: #efefef;
}



.link {
    color: #ff6634;
    cursor: pointer;
    transition: 0.3s;
}

.link:hover,
.link:active,
.link:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #333;
}

.link-invert {
    color: #333!important;
    cursor: pointer;
    transition: 0.3s;
}

.link-invert:hover,
.link-invert:active,
.link-invert:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #ff6634;
}

.link-light {
    color: #fff !important;
}

.sort-arrow {
    display: inline-block;
    padding-left: 5px;
}

.page-item.active .page-link {
    background: #333;
    border-color: transparent;
}

.page-item .page-link:hover,
.page-item .page-link:active,
.page-item .page-link:focus {
    background-color: #f5f5f5 !important;
    box-shadow: none;
    outline: none;
}

.mini-username {
    display: block;
    clear: both;
}

a:link,
a:visited {
    color: #ff6634;
    transition: 0.3s;
}

a:hover,
a:focus {
    color: #333 !important;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 20px;
}

h1 span {
    font-size: 13px;
    color: #50525A;
    display: block;
}

h2 {
    font-size: 16px;
}

h2 span.text-secondary,
h3 span.text-secondary {
    display: block;
    font-size: 11px;
    padding-top: 2px;
}

h3 {
    display: block;
    font-size: 15px;
    padding-top: 2px;
}

h4 {
    font-size: 14px;
}

h4 span {
    display: block;
    font-size: 13px;
    padding-top: 2px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 13px;
}

.shadow-bottom {
    -webkit-box-shadow: 0px 2px 51px -18px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 51px -18px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 51px -18px rgba(0, 0, 0, 0.3);
}

.shadow-right {
    -webkit-box-shadow: 17px 0px 51px -18px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 17px 0px 51px -18px rgba(0, 0, 0, 0.1);
    box-shadow: 17px 0px 51px -18px rgba(0, 0, 0, 0.1);
}

.shadow-center {
    -webkit-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 30px -8px rgba(0, 0, 0, 0.17);
}

.shadow-top {
    -webkit-box-shadow: 0px -12px 24px -15px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px -12px 24px -15px rgba(0, 0, 0, 0.52);
    box-shadow: 0px -12px 24px -15px rgba(0, 0, 0, 0.52);
}

section {
    padding: 20px 0px;
}

.dropdown-menu {
    font-size: inherit;
}

footer {
    color: #666;
    padding: 50px 0px;
}

.search-bar {
    position: relative;
}

.search-bar input {
    background-color: #F6F6F6;
    padding: 12px 20px 12px 45px;
    border-radius: 5px;
    border: none;
    width: 100%;
    transition: 0.3s;
}

.search-bar input:hover,
.search-bar input:focus {
    background: #efefef;
    outline: none;
}

.search-bar img {
    position: absolute;
    top: 14px;
    left: 20px;
}



.icon-circle {
    width: 80px;
    height: 80px;
    padding-top: 15px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.icon-circle-sm {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-circle-xs:hover {
    background: #333;
    color: #fff !important;
}

.icon-circle-xs {
    width: 40px;
    height: 40px;
    padding-top: 8px;
    font-size: 17px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-circle-sm img {
    width: 30px !important;
    display: inline-block;
}

.icon-circle .icon-count {
    right: 0px;
    top: 0px;
}

.icon-disabled,
.icon-disabled:hover,
.icon-disabled:active,
.icon-disabled:focus {
    background: #efefef !important;
    color: #ccc !important;

}

.icon-count {
    display: inline-block;
    border: 3px solid #F7F6F6;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    top: -10px;
    position: absolute;
    right: -10px;
    line-height: 20px;
}

.qlite-icon {
    margin-top: 7px;
}

.qrelay-icon {
    margin-top: 11px;
}

.qcustom-icon {
    margin-top: 7px;
}

.editable:hover {
    background: #ccc;
}

.editable-text {
    margin: 10px;
}

.editable-textarea {
    display: block;
    font-size: 30px;
    margin: 0 0 0 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    resize: none;
}

.dropdown-light .dropdown-toggle {
    background: transparent !important;
}

.action-dropdown {
    position: absolute;
    right: 10px;
    top: 15px;
}

.action-dropdown-lite .dropdown-toggle {
    background: transparent !important;
}

.action-outer {
    right: 30px !important;
    top: 35px !important;
}

.action-dropdown .dropdown-toggle {
    background-color: rgb(0, 0, 0, 0.5);
    border-radius: 100%;
    text-align: center;
    width: 32px;
    height: 32px;
}

.action-dropdown .dropdown-toggle img {
    margin: -4px 0px 0px 1px;
}

.action-dropdown .dropdown-toggle:focus {
    background-color: rgb(0, 0, 0, 0.7);
    outline: none;
    box-shadow: none;
}

.action-dropdown .dropdown-menu {
    border: none;
    font-size: 13px;
    padding: 0px;
    margin-top: 3px;
    width: auto;
}

.action-dropdown .dropdown-toggle::after {
    border: none;
    content: none;
}

.action-dropdown .dropdown-menu a {
    padding: 10px;
}

.svg-wrapper {
    display: flex;
    align-items: center;
}

.svg {
    margin: 0 auto;
    display: block;
}

/*************** Tag Item*************/

.tag-item {
    background: #fff;
    border-radius: 3px;
    padding: 10px 15px;
    cursor: move;
    position: relative;
}

/*************** End Tag *************/

/***************Draggable Item*************/

[data-react-beautiful-dnd-drag-handle="0"] {
    cursor: move !important;
}

.draggable-item {
    cursor: move;
}

.draggable-item:hover {
    -webkit-box-shadow: 0px 0px 97px -17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 97px -17px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 97px -17px rgba(0, 0, 0, 0.2);
}

.draggable-item:hover h6 {
    color: #ff6634;
}

.draggable-area {
    background: #efefef;
    border: 1px dashed #ccc;
    border-radius: 3px;
}

.draggable-area:hover {
    background: #ddd;
}


.loading {
    height: auto;
    text-align: center;
    color: #4c3f2e;
    position: relative;
    overflow: hidden;
    padding: 1rem;
    margin: 3%;
    font-style: italic;
}

.draggable-can-drop {
    background-image: linear-gradient(45deg, rgba(255, 102, 51, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 102, 51, 0.05) 50%, rgba(255, 102, 51, 0.05) 75%, transparent 75%, transparent);
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
    background-size: 1rem 1rem;
    border-color: rgb(255, 102, 51);
    background-color: #FFE5DC;
}

.draggable-cannot-drop {
    background-size: 1rem 1rem;
    opacity: 0.3;

}

/*************** End Draggable *************/

/*************** Accordion Items *************/
.accordion {
    border-radius: 5px !important;
    overflow: hidden;
}

.accordion .card-header .btn-link::before {
    content: "\f107";
    font-weight: bold;
    font-size: 13px !important;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s
}

.accordion .card-header .btn-link.collapsed::before {
    content: "\f105";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
}

.collapsed {
    color: #333;
    text-decoration: none;
}

/*************** End Accordion *************/
.basic-carousel {
    /* overflow-x: scroll; */
    overflow-y: hidden;
    width: 100% !important;
    white-space: nowrap;
    display: flex;

}

.basic-carousel .carousel-tab {
    display: inline-block;
    white-space: nowrap;
}

.carousel-inner {
    float: left;
    width: 100%;
    white-space: normal !important;
}

#carousel-horizontal {
    position: relative;
    background: #fafafa;
    z-index: 999;
    margin-bottom: -2px;
    border-bottom: 1px solid #efefef;


}

#carousel-horizontal .owl-carousel {
    position: relative;
    bottom: -1px;
}


#carousel-horizontal .owl-stage-outer {

    position: relative;
    z-index: 2;
}

.carousel-tab {
    border: 1px solid transparent;
    cursor: pointer;
    bottom: -2px;
    position: relative;
    z-index: 5;
    opacity: 0.5;
    margin-top: 20px;
    width: 250px;
    min-width: 250px;


}

.carousel-tab:hover {
    opacity: 0.8;
}

.carousel-tab.active {
    background: #fff;
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: -1px -4px 36px -4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: -1px -4px 36px -4px rgba(0, 0, 0, 0.07);
    box-shadow: -1px -4px 36px -4px rgba(0, 0, 0, 0.07);
    opacity: 1;


}

.owl-nav {
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.owl-prev::before,
.owl-next::before {
    content: "";
}

.owl-theme .owl-nav .disabled,
.owl-prev.disabled,
.owl-next.disabled {
    display: none;
}

.owl-prev,
.owl-next {
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 100% !important;
    -webkit-box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);

}

.owl-next::before {
    content: "\f054";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
    right: -22px;
    top: 17px;
    position: relative;

}

.owl-next:hover::before,
.owl-prev:hover::before {
    color: #ff6634;
}

.owl-dots {
    display: none;
}

.owl-prev::before {
    content: "\f053";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
    left: 20px;
    top: 17px;
    position: relative;

}

.owl-prev span,
.owl-next span {
    display: none;
}

.owl-prev {
    position: absolute;
    top: 65px;
    left: -35px;
}

.owl-next {
    position: absolute;
    top: 65px;
    right: -35px;
}

.grid {
    width: 100%;
}

.chart-image canvas,
.chart-image img {
    width: 100% !important;
    height: auto !important;
}

.highcharts-legend-item:hover {
    cursor: pointer !important;
}

.chart-image canvas,
.chart-image img {
    width: 100% !important;
    height: auto !important;
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
    float: left;
    /*height: 100px;*/
}

.widget-sm-w {
    width: 21% !important;
}

.widget-md-w {
    width: 46% !important;
}

.grid-item--width2 {
    width: 200px;
}

.grid-item--height2 {
    height: 200px;
}

.report-logo {
    display: none;
    text-align: right;
}

.rect {
    width: 24px;
    height: 24px;
}

.rect-warn {
    background-color: rgb(242, 238, 171);
}

.rect-alarm {
    background-color: rgb(244, 171, 171);
}

.rect-good {
    background-color: rgb(230, 255, 237);
}

.rect-training {
    background-color: rgb(247, 169, 145);
    ;
}

.rect-testing {
    background-color: rgb(147, 147, 147);
}

.category-modal {
    min-height: 40vh;
}

.grid-item .card-header:hover {
    cursor: move;
}

.grid-item.is-dragging,
.grid-item.is-positioning-post-drag {
    z-index: 2222;
}

.packery-drop-placeholder {
    outline: 3px dashed hsla(0, 0%, 0%, 0.5);
    outline-offset: -6px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}


.chart-image canvas,
.chart-image img {
    width: 100% !important;
    height: auto !important;
}

.react-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-left: 5px;
    padding-top: 5px;
}

.react-tagsinput--focused {
    border-color: #a5d24a;
}

.react-tagsinput-tag {
    background-color: #cde69c;
    border-radius: 2px;
    border: 1px solid #a5d24a;
    color: #638421;
    display: inline-block;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 5px;
}

.react-tagsinput-remove {
    cursor: pointer;
    font-weight: bold;
}

.react-tagsinput-input,
.react-tagsinput-input:focus {
    background: transparent;
    border: 0;
    color: #777;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 6px;
    margin-top: 1px;
    outline: none;
    padding: 5px;
    width: 80px;
}

@media print {
    .sidenav {
        width: 0px !important;
    }

    #main {
        margin-left: 0px !important;
        background: #f7f6f6;
        background-color: #f7f6f6;
    }

    body {
        -webkit-print-color-adjust: exact;
    }

    .report-logo {
        display: block;
        text-align: right;
    }

    .report-logo img {
        display: inline-block;
    }

    .result-print {
        margin-top: 600px;
    }
}

.chart-slider {
    padding-top: 13px;
    padding-bottom: 72px;
    height: 100%;
}

.rc-slider-handle {
    -webkit-box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 9px -1px rgba(0, 0, 0, 0.35);
    border: 3px solid #fff !important;
    background-color: #333 !important;
}

.rc-slider-mark-text {
    position: relative;
    background: #333;
    color: #fff !important;
    -webkit-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 1) !important;
    -moz-box-shadow: 0 0 30px -8px rgba(0, 0, 0, 1) !important;
    box-shadow: 0 0 30px -8px rgba(0, 0, 0, 1) !important;
    padding: 3px 5px !important;
    left: 10px;
    bottom: -4px;
}

.rc-slider-mark-text:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(51, 51, 51, 0);
    border-right-color: #333;
    border-width: 5px;
    margin-top: -5px;
}


.model-image-info {
    background-image: url("../../images/modal_active.png");
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: right -40px;
}


.btn-prev::before {
    content: "\f053";
    font-weight: bold;
    font-family: 'Font Awesome 5 Pro';
    color: #333;
    position: relative;


}

.btn-prev:hover::before {
    color: #ff6634;
}

.btn-prev {
    position: absolute;
    top: 45px;
    left: -30px;
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 100% !important;
    -webkit-box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);
    box-shadow: 0px 0px 61px -5px rgba(0, 0, 0, 0.28);
    content: "";
    outline: none;
    border: none;
}

.btn-prev:active {
    outline: none;
}

.dot-icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ff6634;
    border-radius: 100%;
    margin-right: 10px;
    top: 0px;
    position: relative;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-3 {
    opacity: 0.3;
}

@media print {
    .print-hide {
        display: none;
    }

    .page-break {
        display: block;
        page-break-before: always;
        page-break-inside:avoid
    }
    .print-width{
        min-width: 950px!important;
        width: 950px!important;
    }
}

div.blocklyWidgetDiv {
    z-index: 1!important;
}



/* i.fa-question-circle{
    color: #888;
    cursor: pointer;
}
i.fa-question-circle:hover{
    color: #333;
} */