@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);
/*!
 * Start Bootstrap - One Page Wonder v5.0.8 (https://startbootstrap.com/theme/one-page-wonder)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-one-page-wonder/blob/master/LICENSE)
 */

/*DataTables*/
/*@import "~datatables.net-bs4/css/dataTables.bootstrap4.css";
@import "~datatables.net-buttons-bs4/css/buttons.bootstrap4.css";*/

body {

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-weight: 800 !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn-xl {
    text-transform: uppercase;
    padding: 1.5rem 3rem;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.bg-black {
    background-color: #000 !important;
}

.rounded-pill {
    border-radius: 5rem;
}

.navbar-custom {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.7);
}

.navbar-custom .navbar-brand {
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

header.masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(7rem + 72px);
    padding-bottom: 7rem;
    background: linear-gradient(0deg, #7c69ef 0%, #3480ef 100%);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}

header.masthead .masthead-content {
    z-index: 1;
    position: relative;
}

header.masthead .masthead-content .masthead-heading {
    font-size: 4rem;
}

header.masthead .masthead-content .masthead-subheading {
    font-size: 2rem;
}

header.masthead .bg-circle {
    z-index: 0;
    position: absolute;
    border-radius: 100%;
    background: linear-gradient(0deg, #7c69ef 0%, #3480ef 100%);
}

header.masthead .bg-circle-1 {
    height: 90rem;
    width: 90rem;
    bottom: -55rem;
    left: -55rem;
}

header.masthead .bg-circle-2 {
    height: 50rem;
    width: 50rem;
    top: -25rem;
    right: -25rem;
}

header.masthead .bg-circle-3 {
    height: 20rem;
    width: 20rem;
    bottom: -10rem;
    right: 5%;
}

header.masthead .bg-circle-4 {
    height: 30rem;
    width: 30rem;
    top: -5rem;
    right: 35%;
}

@media (min-width: 992px) {
    header.masthead {
        padding-top: calc(10rem + 55px);
        padding-bottom: 10rem;
    }
    header.masthead .masthead-content .masthead-heading {
        font-size: 6rem;
    }
    header.masthead .masthead-content .masthead-subheading {
        font-size: 4rem;
    }
}

.form-section-header{
    font-size: 1.4em;
    border-bottom: 1px solid #d9e2ef;

}

.validationerror{
    color: red;
    font-size: 0.8em;
}

ul.nav-dropdown-items{
    padding-left: 31px;
}

/*scanner*/

.datalog{
    background-color: #333;
}

/*SIGNATURE*/
.signature-wrapper {
    position: relative;
    width: 300px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    border: 2px solid;
    border-radius: 5px;
    /*margin: auto;*/
    margin-bottom: 16px;
}

.signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:296px;
    height:196px;
    background-color: white;
    border-radius: 5px;
}

/**/
canvas#qr-canvas{margin: auto}
.datalog{
    background-color: #333;
    padding: 15px;
    border-radius: 3px;
    border:1px solid rgba(0,40,100,.12);
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.datalog::-webkit-scrollbar {
    display: none;
}

.datalog ul{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
}

/*BLOG*/

.blog-post-meta{
    color: #666;
}


/*form size*/
.form-group-xs .form-control,
.form-control-xs {
    height: calc(1em + .675rem + 3px) !important;
    padding: .125rem .25rem !important;
    font-size: .85rem !important;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-group-xs label{
    font-size: .85rem;
    line-height: 1;
}

.form-group-xs{
    margin-bottom: .1rem;
}
.form-group-xs label{
    margin-bottom: 0.2rem
}
.form-group-xs .help-block{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8em;

}
.form-group-xs .input-group>.input-group-prepend,
.form-group-xs .input-group>.input-group-append{
    height: calc(1em + 0.675rem + 1px) !important;
    line-height: 1.5;
}
.form-group-xs .input-group>.input-group-append>.input-group-text,
.form-group-xs .input-group>.input-group-append>.input-group-text{
    font-size: 0.85rem !important;
}

.tab-content .tab-pane {
    background-color: #f3eede !important;
}
.nav-tabs-custom .nav-link.active{
    background-color: #f3eede !important;
}

.card-xs .card-header{
    padding: 0.1rem 1rem;
    font-size: 0.9rem;

}
.card-xs .card-body{
    padding: 0.5rem
}

.form-group-xs .select2-container--bootstrap .select2-selection--single{
    height:28px;
    min-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
}


.csp-icon{
    font-size: 1.2em;
    color:#7c69ef;
}

.days-checkbox{
    padding: 28px 5px 0 5px;

}

/* Import Google font - Poppins */

.pr-input,
#project_form input, #project_form textarea, #project_form select{
    background-color: #d8ffd8 !important;

}
.pr-input:disabled,
#project_form input:disabled, #project_form textarea:disabled, #project_form select:disabled{
    background-color: #c7c7c7 !important;
}


input.pr-input:-moz-read-only {
    background-color: #c7c7c7 !important;
}


input.pr-input:read-only {
    background-color: #c7c7c7 !important;
}



.container.disable .editor-panel,
.container.disable .controls .reset-filter,
.container.disable .controls .save-img{
    opacity: 0.5;
    pointer-events: none;
}
.container h2{
    margin-top: -8px;
    font-size: 22px;
    font-weight: 500;
}
.container .wrapper{
    display: flex;
    margin: 20px 0;
    min-height: 335px;
}

.wrapper{
    /*padding: 15px 20px;*/
    /*width: 280px;*/
    border: 1px solid #ccc;
}

.wrapper-form{
    padding: 7px;
}

.wrapper-form label{

    font-size: 0.9em;
    margin-bottom: 3px;

}

.wrapper hr{
    margin-top: 10px;
}

.wrapper .btn-toolbar{

    padding: 15px;
}
.editor-panel .title{
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.editor-panel .options, .controls{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.editor-panel button{
    outline: none;
    height: 40px;
    font-size: 14px;
    color: #6C757D;
    background: #fff;
    border-radius: 3px;
    margin-bottom: 8px;
    border: 1px solid #aaa;
}
.editor-panel .filter button{
    /*width: calc(100% / 2 - 4px);*/
    width: calc(100% / 4 - 3px);
}
.editor-panel button:hover{
    background: #f5f5f5;
}
.filter button.active{
    color: #fff;
    border-color: #5372F0;
    background: #5372F0;
}
.filter .slider{
    margin-top: 12px;
}
.filter .slider .filter-info{
    display: flex;
    color: #464646;
    font-size: 14px;
    justify-content: space-between;
}
.filter .slider input{
    width: 100%;
    height: 5px;
    accent-color: #5372F0;
}
.editor-panel .filter,
.editor-panel .rotate{
    /*margin-top: 17px;*/
    display: inline-block;
    vertical-align: top;

}
.editor-panel .rotate button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% / 4 - 3px);
}
.rotate .options button:nth-child(3),
.rotate .options button:nth-child(4){
    font-size: 18px;
}
.rotate .options button:active{
    color: #fff;
    background: #5372F0;
    border-color: #5372F0;
}
.wrapper .preview-img{
    flex-grow: 1;
    display: flex;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    align-items: center;
    justify-content: center;

    /*display: block;*/
    background-color: #6C757D;
    max-width: 100%;
    max-height: 100%;

}
.preview-img img{
    /*max-width: 800px;
    max-height: 600px;*/
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.controls button{
    padding: 11px 20px;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    color: #fff;
    cursor: pointer;
    background: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.controls .reset-filter{
    color: #6C757D;
    border: 1px solid #6C757D;
}
.controls .reset-filter:hover{
    color: #fff;
    background: #6C757D;
}
.controls .choose-img{
    background: #6C757D;
    border: 1px solid #6C757D;
}
.controls .save-img{
    margin-left: 5px;
    background: #5372F0;
    border: 1px solid #5372F0;
}

@media screen and (max-width: 760px) {
    .container .wrapper{
        flex-wrap: wrap-reverse;
    }
    .wrapper .editor-panel{
        width: 100%;
    }
    .wrapper .preview-img{
        width: 100%;
        margin: 0 0 15px;
    }
}

@media screen and (max-width: 500px) {
    .controls button{
        width: 100%;
        margin-bottom: 10px;
    }
    .controls .row{
        width: 100%;
    }
    .controls .row .save-img{
        margin-left: 0px;
    }
}

/*DRAGGABLE MODAL*/
#dragable_modal {
    position: relative;
}

#dragable_modal .modal-dialog {
    position: fixed;
    max-width: 100%;
    box-shadow: 0 0 5px
    rgba(0, 0, 0, 0.5);
    background: var(--white);
    margin: 0;
}

#dragable_modal .modal-content {
    /*height: 400px;*/
    overflow: hidden;
    resize: both;
    /*width: 500px;*/
}

#dragable_modal .modal-body {
    height: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.dragable_touch {
    cursor: move;
}

.imgbox {
    display: grid;
    height: 100%;
}

.all_img_wrapper{
    padding: 0 !important;
}
.all_img_wrapper_footer{
    padding: 0.5rem !important;
}
.all_img_nav{
    cursor: pointer;
}

.wrapped-disabled{
    background-color: #cdcaca;
}

/*form submit buttons*/
  @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  input[type="submit"] {
    /*margin: 0;
    display: inline-block;
    padding: 10px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-shadow: -1px 0px 1px #7db9e8;
    border: solid 1px #fff;
    border-radius: 5px;
    background: #7db9e8;
    color: #fff;
    transition: all 75ms linear;
    width: 147px;
    height: 40px;
    transition: all 0.4s linear;*/
  }
  input[type="submit"]:hover {
    /*text-decoration: none;
    color: #fff;
    background: #91cefe;
    text-shadow: -1px 0px 1px #91cefe;*/
  }
  input[type="submit"]:active {
    /*background-color: #2c3f5a;
    background: linear-gradient(to bottom, #1b2738, #2c3f5a);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b2738', endColorstr='#2c3f5a');*/
  }
  input[type="submit"]:disabled {
    /*cursor: default;
    background: #ddd;
    text-shadow: -1px 0px 1px #bbb;*/
  }
  input[type="submit"].uploading {
    text-indent: -9999px;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #7db9e8;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 1s 0.4s infinite linear;
  }

  #loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.75) url("/loading.svg") no-repeat center center;
    z-index: 99999;
}


.mid_size_fonts{
    font-size: 1.2em !important;
}

.mid_size_fonts input,
.mid_size_fonts select{
    font-size: 1.1em !important;
    height: 1.35em !important;
}
.mid_size_fonts textarea {
    font-size: 1.1em !important;
}

.large_size_fonts{
    font-size: 1.4em !important;
}

.large_size_fonts input,
.large_size_fonts select{
    font-size: 1.3em !important;
    height: 1.5em !important;
}
.large_size_fonts textarea{
    font-size: 1.3em !important;
}

