/*!
 * Project: Asilify
 * Author: Dotted Limited
 * Version   :  1.8.0
 * Updated   :  07.23.2020
**/

/*Google translate*/
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
.skiptranslate.goog-te-gadget {
    display: block !important;
}
iframe#\:2\.container {
    display: none !important;
}
.flag-container .country-list li {
    width: 100%;
}
.flag-container .divider {
    display: none;
}
.modal-content {
    background: #fff;
}
.pull-right {
  float: right;
}
.text-right {
  text-align: right;
}

/*checkout*/
.custom-control-label.addons-label {
  font-size: 13px;
  font-weight: 400;
}

/*Video*/
.video-overview .order-md-last {
  min-width: 160px;
}
.video-overview .order-md-last a {
  text-align: left;
}
.video-overview .user-card {
  vertical-align: text-bottom;
}
.video-overview .user-card .icon {
    font-size: 19px;
    vertical-align: middle;
}
.wizard .actions ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
    transition: all .4s ease;
    border-color: #854fff;
    background: #854fff;
    padding: 0.4375rem 1.125rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    border-radius: 4px;
}
.nk-wizard-simple .steps ul li.done:after, .nk-wizard-simple .steps ul li.current:after {
    height: 4px;
    background: #854fff;
    width: 100%;
}
.nk-wizard-simple .steps ul li:after {
    background: #e5e9f2;
}
.question .custom-checkbox {
    display: block;
    margin-bottom: 10px;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: #fff;
}
.question.hide {
    display: none;
}
.question.show {
    display: block;
}
.wizard .actions ul li a[href="#next"], .wizard .actions ul li a[href="#previous"] {
    border-color: #364a63;
    background: #364a63;
}
.custom-control.custom-checkbox.correct-answer .custom-control-label {
    color: #854fff;
    font-weight: 700 !important;
}
.correct-answer.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #6576ff;
}
.custom-control.custom-checkbox.wrong-answer .custom-control-label {
    color: #e85347;
    font-weight: 700 !important;
}
.wrong-answer.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: #e85347;
}
.wrong-answer.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e85347;
}
.wrong-answer.custom-checkbox .custom-control-label:after {
    content: "\ea06";
}

/*Parsley*/
.parsley-errors-list {
  margin: 0;
  padding: 0; }
  .parsley-errors-list > li {
    list-style: none;
    color: #ff5c75;
    margin-top: 10px;
    padding: 4px 7px 4px 28px;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 92, 117, 0.2);
    border-radius: 7px; }
    .parsley-errors-list > li:before {
      content: "ⓘ";
      font-family: "Nioicon";
      position: absolute;
      left: 8px;
      top: 4px; }
    .parsley-errors-list > li:after {
      content: "";
      border: 8px solid transparent;
      border-bottom-color: rgba(255, 92, 117, 0.2);
      position: absolute;
      left: 14px;
      top: -16px; }

.parsley-error {
  border-color: #ff5c75; }

.parsley-success {
  border-color: #43d39e; }

  /*input*/
.hide-arrows input::-webkit-outer-spin-button, .hide-arrows input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*mods*/
.wider .profile-ud-value, .wider .profile-ud-label {
    width: 50%;
}
.dent-scratch-color {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin: 0 0 0 0 !important;
    padding: 0;
    border: 3px solid #8492a0;
}
.dent-scratch-color.red {
    border: 3px solid #ff0000;
    background: #ff0000;
}
.dent-scratch-color.blue {
    border: 3px solid #1418FF;
    background: #1418FF;
}
.dent-scratch-color.active {
    border: 3px solid #8492a0;
}
canvas#car-diagram {
    border-radius: 5px;
    background-color: transparent !important;
    cursor: pointer;
}
.car-diagram-holder {
    width: 600px;
    border: 2px solid #e6eaee;
    border-radius: 5px;
    background-color: #F7F7F7 !important;
    margin: 0 auto;
}

.brand-logo img {
    max-width: 250px;
}



.hide-arrows input[type=number] {
  -moz-appearance: textfield;
}

/*Toastr*/
.sweet-alert button.cancel {
    background-color: transparent;
    border: 1px solid #ccc;
    color: #777;
}

.sweet-alert button.cancel:hover {
    background-color: rgba(0, 0, 0, .1);
}

.alert.alert-dismissable i {
    margin-right: 5px;
}

#toast-container>div {
    -moz-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    -webkit-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}

.toast-success {
    background-color: #00C853;
}

.toast-error {
    background-color: #ff1a1a;
}

#toast-container>div:hover {
    -moz-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    -webkit-box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
    box-shadow: 0 10px 48px rgba(30, 107, 174, 0.1), 0 1px 1px rgba(255, 248, 254, 0.61);
}
button.toast-close-button {
    margin-top: 6px;
}

/*empty*/
.empty {
    padding: 40px 0;
}
.empty em {
    font-size: 45px;
}
.empty p {
    margin-top: 10px;
}

/*helper classes*/
.pull-right {
  float: right !important;
}
.unset-mh {
  min-height: unset !important;
}
.users-list-holder {
    height: 300px;
    overflow-y: auto;
    padding: 15px;
}

/*picker*/
.reportrange {
    width: auto;
    float: right;
    background: #F8F8F8;
    padding: 6px 10px;
    border-radius: 3px;
    margin-top: -6px;
    font-size: 14px;
    border: 1.3px solid #EAECED;
    right: 0;
    position: absolute;
}
.daterangepicker .ranges li.active {
    background-color: #13A54E;
    color: #fff;
}
.daterangepicker {
    border: 1px solid #e6eaee;
    font-family: inherit;
}

/*cart*/
.cart-counter {    
    position: absolute;
    border-radius: 50%;
    font-size: 10px;
    right: -7px;
    top: -9px;
    padding: 2px;
    height: 20px;
    width: 20px;
    text-align: center;
}
.icon-status-info:after {
    display: none;
}


.form-control-wrap.stacked {
    margin-bottom: 10px;
}
.form-control-wrap.stacked a {
    right: 10px;
    position: absolute;
    top: 7px;
}
ol.styled-list, ul.styled-list {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: unset;
    padding: revert;
}

/*select 2*/
.select2-container--default .select2-selection--multiple {
    border: 1px solid #dbdfea;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #0971fe 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4efff;
  border: 1px solid #9dc6ff;
  color: #0971fe;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #0971fe;
}
.select2-container .select2-selection--multiple {
    min-height: 42px;
}


/*bulk imports*/
.custom-control.custom-switch.aligned {
    margin-top: 30px !important;
}
textarea.form-control.unset-min-height {
    min-height: unset !important;
}


/*monitor*/
.popover-header {
    background-color: #3c8efe;
    border-bottom: 1px solid #3c8efe;
    color: #fff;
}
.nk-menu-badge {
    color: #e85347 !important;
    background-color: rgba(232, 83, 71, 0.15) !important;
}

/*Size & magins*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(43, 55, 72, 0.15) !important; }

.shadow {
  box-shadow: 0 3px 12px 1px rgba(43, 55, 72, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(43, 55, 72, 0.25) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.375rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.375rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.375rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.375rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.375rem !important; }

.m-2 {
  margin: 0.75rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.75rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.75rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.75rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.75rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 2.75rem !important; }

.mt-5,
.my-5 {
  margin-top: 2.75rem !important; }

.mr-5,
.mx-5 {
  margin-right: 2.75rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 2.75rem !important; }

.ml-5,
.mx-5 {
  margin-left: 2.75rem !important; }

.m-gs {
  margin: 28px !important; }

.mt-gs,
.my-gs {
  margin-top: 28px !important; }

.mr-gs,
.mx-gs {
  margin-right: 28px !important; }

.mb-gs,
.my-gs {
  margin-bottom: 28px !important; }

.ml-gs,
.mx-gs {
  margin-left: 28px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.375rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.375rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.375rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.375rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.375rem !important; }

.p-2 {
  padding: 0.75rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.75rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.75rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.75rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.75rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 2.75rem !important; }

.pt-5,
.py-5 {
  padding-top: 2.75rem !important; }

.pr-5,
.px-5 {
  padding-right: 2.75rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 2.75rem !important; }

.pl-5,
.px-5 {
  padding-left: 2.75rem !important; }

.p-gs {
  padding: 28px !important; }

.pt-gs,
.py-gs {
  padding-top: 28px !important; }

.pr-gs,
.px-gs {
  padding-right: 28px !important; }

.pb-gs,
.py-gs {
  padding-bottom: 28px !important; }

.pl-gs,
.px-gs {
  padding-left: 28px !important; }

.m-n1 {
  margin: -0.375rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.375rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.375rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.375rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.375rem !important; }

.m-n2 {
  margin: -0.75rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.75rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.75rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.75rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -2.75rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -2.75rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -2.75rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -2.75rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -2.75rem !important; }

.m-ngs {
  margin: -28px !important; }

.mt-ngs,
.my-ngs {
  margin-top: -28px !important; }

.mr-ngs,
.mx-ngs {
  margin-right: -28px !important; }

.mb-ngs,
.my-ngs {
  margin-bottom: -28px !important; }

.ml-ngs,
.mx-ngs {
  margin-left: -28px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

/*viewer*/

.document {
    min-height: 500px;
}

.document-map {
    width: 100%;
    display: none;
}
.signer-document div {
    overflow-x: auto;
}

.document-pagination {
    overflow: hidden;
    margin-bottom: 15px;
}
.document-pagination .launch-viewer {
    margin-left: 30px;
    text-align: center;
}
.btn-zoom i {
    margin-left: -3px;
}

.document-load {
    font-size: 24px;
    text-align: center;
    padding: 200px 0;
    width: 100%;
}
.document-load div {
    overflow: hidden !important;
}
.document-error {
    font-size: 16px;
    text-align: center;
    margin-top: 140px;
    width: 100%;
    display: none;
}
.document-error i {
    font-size: 46px;
}
.document-pagination button {
        border: none;
    height: 30px;
    width: 29px;
    padding: 6px 12px !important;
}

#document-viewer {
    width: auto;
    border: 1px solid #fff;
}
.datatable-wrap {
    overflow-x: auto;
    min-height: 400px;
}
.note-editor ol, .note-editor ul, .bq-note-text ol, .bq-note-text ul {
    list-style: revert;
    margin: revert;
    padding: revert;
}


@media (max-width: 470px) {
    .record-booking-desktop {
        display:none;
    }
    .record-booking-mobile {
        display: inline-flex;
    }
}


@media (max-width: 500px) {

    .draw-signature-holder {
        width: 260px;
    }
}
