/* width */

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar:horizontal {
    height: 6px;
}


.mx-w-40{
   max-width: 160px;
}

/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

 ::-webkit-scrollbar-track:hover {
    box-shadow: inset 0 0 5px grey;
}



.floating { 
    animation-name: floating; 
    animation-duration: 3s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
} 
.floating-4 { 
    animation-name: floating; 
    animation-duration: 4s; 
    animation-iteration-count: infinite; 
    animation-timing-function: ease-in-out;
} 
@keyframes floating-4 { 
    0% { transform: translate(0, 0px); } 
    50% { transform: translate(0, 8px); } 
    100% { transform: translate(0, -0px); }  
}
.text-darken {
    color: #2F327D;
}

/* clears the 'X' from Internet Explorer */
/* input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; } */

/* clears the 'X' from Chrome */
 input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { cursor: pointer; } 


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #006CA5;
    border-radius: 5px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #006CA5;
}

.text-blacky {
    color: #3B3B3B;
}

.min-h-24 {
    min-height: 96px;
}

.min-h-32 {
    min-height: 128px;
}


/* width */

::-webkit-scrollbar {
    width: 6px;
}


/* Track */

 ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 5px;
}

 ::-webkit-scrollbar-track:hover {
    box-shadow: inset 0 0 5px grey;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #006CA5;
    border-radius: 5px;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #006CA5;
}

.btn-gradient-bg {
    background: linear-gradient(to right, #008dd8, #006ca5 100%);
}

.login-gradient-bg {
    background: linear-gradient(to top right, #008dd8 8%, #006ca5 95%);
}

.landing-gradient-bg {
    background: linear-gradient(to left, #c7d0dd, #c9d2e0, #cad4e2, #ccd7e5, #cdd9e8, #d2ddeb, #d8e0ed, #dde4f0, #e7eaf4, #ffffff, #ffffff, #ffffff);
}

.carousel-gradient-bg {
    background: linear-gradient(to left, #85cdf2, #92d3f4, #9fd9f7, #acdff9, #b8e5fc);
}

a.close-modal {
    visibility: hidden;
}

.z-100 {
    z-index: 100;
}

.blocker {
    z-index: 100 !important;
    backdrop-filter: blur(3px);
}

span.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.cursor-default.leading-5 {
    background: #006ca5;
    color: white;
}

button.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150:hover,
button.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150:hover,
a.relative.inline-flex.items-center.px-2.py-2.-ml-px.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-r-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150:hover,
a.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150:hover,
button.relative.inline-flex.items-center.px-2.py-2.text-sm.font-medium.text-gray-500.bg-white.border.border-gray-300.rounded-l-md.leading-5.hover\:text-gray-400.focus\:z-10.focus\:outline-none.focus\:border-blue-300.focus\:shadow-outline-blue.active\:bg-gray-100.active\:text-gray-500.transition.ease-in-out.duration-150:hover,
a.relative.inline-flex.items-center.px-4.py-2.-ml-px.text-sm.font-medium.text-gray-700.bg-white.border.border-gray-300.leading-5.hover\:text-gray-500.focus\:z-10.focus\:outline-none.focus\:ring.ring-gray-300.focus\:border-blue-300.active\:bg-gray-100.active\:text-gray-700.transition.ease-in-out.duration-150:hover {
    background: #006ca5;
    color: white;
}

.-z-100 {
    z-index: -100;
}


/* register page caompany info */

#mar-cat {
    display: none;
}

#sub-cat {
    display: none;
}

#iso_input {
    display: none;
}

#other_input {
    display: none;
}

#msme_input {
    display: none;
}


.disabled-checkbox{
    cursor: default!important;
    background-color: #c7d0dd!important;
    background: #333!important;
    border: 1px solid #333!important;
}


/* register page caompany info */


/* checkbox btn register page */

label.check {
    cursor: pointer
}

label.check input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    pointer-events: none
}

label.check span {
    display: inline-block;
    color: black;
}

label.check input:checked+span {
    border-color: #006CA5;
    background: linear-gradient(to right, #008dd8, #006ca5 100%);
    color: #fff;
    font-weight: 500;
}


/* checkbox btn register page */

.pac-container:after {
    /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
    background-image: none !important;
    height: 0px;
}


/* multiselect register page */

[x-cloak] {
    display: none;
}

.svg-icon {
    width: 1em;
    height: 1em;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #333;
}

.svg-icon circle {
    stroke: #4691f6;
    stroke-width: 1;
}

.viewall:hover span {
    visibility: visible;
}

.special-text, .special-text-btm {
    position: relative;
    display: inline-block;
}

.special-text .special-text__tooltip {
    visibility: hidden;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 2;
    bottom: 60%;
    margin-left: -157px;
}

 .special-text__tooltip-btm::before {
    border-top: 7px solid #F48500;
    margin-top: -7px;
}
.special-text__tooltip-btm::before, .special-text__tooltip-btm::after {
    content: "";
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: 0;
    left:50%;
    transform: rotate(180deg);
    margin-left: 5px;
}

.special-text-btm .special-text__tooltip-btm {
    visibility: hidden;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: -55px;
    margin-left: -104px;
    text-align: center;
} 

[type="date"] {
    text-transform: uppercase;
}

@media only screen and (max-width: 900px) {
    .special-text .special-text__tooltip {
        visibility: hidden;
        border-radius: 6px;
        padding: 10px;
        position: absolute;
        z-index: 2;
        bottom: 60%;
        margin-left: -123px;
    }
    .special-text__tooltip::before,
    .special-text__tooltip::after {
        content: "";
        position: absolute;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        top: 100%;
        left: 39%;
        margin-left: 5px;
    }
}


/* Show the tooltip on hover */

.special-text:hover .special-text__tooltip, .special-text-btm:hover .special-text__tooltip-btm {
    visibility: visible;
    opacity: 1;
}

.special-text__tooltip, .special-text__tooltip-btm {
    position: absolute;
    left: 0%;
    bottom: 100%;
    margin-bottom: 15px;
    padding: 5px;
    border: 1px solid #F48500;
    border-radius: 10px;
    /* Hide the tooltip by default */
    visibility: hidden;
    opacity: 0;
    background-color: #FFE1BD;
    /* Prettify */
    text-align: left;
}

.special-text__tooltip::before,
.special-text__tooltip::after {
    content: "";
    position: absolute;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: 5px;
}

.special-text__tooltip::before {
    border-top: 7px solid #F48500;
    margin-top: 1px;
}


/* The white fill of the triangle */

.special-text__tooltip::after {
    border-top: 12px solid #FFE1BD;
    margin-top: -5px;
    z-index: 1;
}

/* hover-underline custom css  */


.custom-underline {
    position: relative;
    display: inline-block;
}

.custom-underline,
.custom-underline:hover,
.custom-underline:focus,
.custom-underline:active {
    text-decoration: none;
}

.custom-underline::after {
    content: "";
    position: absolute;
}

.box-e .custom-underline::after {
    top: 65%;
    height: 2px;
    width: 0%;
    left: 5%;
    bottom: -14px;
    background-color: white;
}

.box-e:hover .custom-underline::after {
    width: 70%;
    color: white;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
}


.link-underline {
    border-bottom-width: 0;
    background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
    background-size: 0 1.3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size .5s ease-in-out;
}


.link-underline:hover {
    top:23px;
    background-size: 100% 1.3px;
    background-position: 0 100%
}




.wrap-drop {
    background: #D3D3D3;
    cursor: pointer;
    margin: 0 auto;
    padding: 5.1px 20.5px;
    position: relative;
    width: 36%;
    z-index: 3;
    border-radius: 18px 0px 0px 18px;
    font-size: 14px;
}

@media only screen and (max-width: 500px) {
    .wrap-drop {
        background: #D3D3D3;
        cursor: pointer;
        margin: 0 auto;
        padding: 5.1px 18.5px;
        position: relative;
        width: 50%;
        z-index: 3;
        border-radius: 18px 0px 0px 18px;
        font-size: 14px;
    }
}

.wrap-drop::after {
    /* content: '\f107';
    font-family: 'PhpDebugbarFontAwesome';
    height: 0;
    margin-top: -18px;
    position: absolute;
    right: 2.0rem;
    top: 50%;
    width: 0;
    font-size: 24px;
    color: #18191b; */
    position: absolute;
    content: '\f107';
    font-family: 'PhpDebugbarFontAwesome';
    font-size: 24px;
    color: #18191b;
    right: 2.0rem;
    top: 50%;
    margin-top: -18px;
    width: 0;
}

.wrap-drop .drop {
    background: white;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 25%);
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
}

.wrap-drop .drop li a {
    color: black;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
}

.wrap-drop span {
    color: black;
}

.wrap-drop .drop li:hover a {
    background-color: #ebedef;
}

.wrap-drop.active::after {
    /* border-width: 0 7px 7px; */
    transform: rotateX(-180deg);
}

.wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
    margin-top: 4px;
    border-radius: 4px;
}


/* multiselect register page */


/* Checkbox start */

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #656363;
    border-radius: 15%;
    cursor: pointer;
    height: 17px;
    left: 0;
    top: 3;
    position: absolute;
    width: 17px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 3px;
    opacity: 0;
    position: absolute;
    top: 4px;
    transform: rotate(-45deg);
    width: 8px;
}

input[type="radio"] {
    color: #008DD8;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked+label,
input[type="radio"]:checked {
    background-color: #008DD8;
    border-color: white;
}

.round input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.labelcheck {
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #656363;
}

.labelcheck input[type="checkbox"]:checked+label {
    background-color: #008DD8;
    border-color: #008DD8;
}

.labelcheck input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.labelcheck :after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    opacity: 0;
}

.form-control,
.form-control-sm {
    border: 1px solid rgb(209, 213, 219);
    border-radius: 7px;
    width: 10px;
    /* padding-right: 32px; */
    /* background-color: rgb(229 231 235); */
    height: 34px;
}


div.dataTables_wrapper div.dataTables_filter input{
    width: 30% !important;
}


/* start Datatable styles */



.table-scrl{
width: unset !important;
white-space: nowrap;
display: block;
overflow-x: auto;
}

/* table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background: none!important;
} */

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    border-radius: 7px;
    border: 1px solid rgb(209, 213, 219);
    margin-bottom: 10px;
    height: 34px;
    font-size: 14px;
    margin-top: 3px;
    margin-right: 2px;
}

table.data-table thead th,
table.data-table thead td {
    padding: 12px !important;
    border-bottom: 0 !important;
    font-size: 14px !important;
}

table.data-table thead td {
    padding: 12px !important;
}

table.data-table tbody {
    font-size: 14px !important;
    letter-spacing: 0px !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_filter {
    float: none !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: white !important;
}

table.dataTable.stripe tbody tr.even,
table.dataTable.display tbody tr.even {
    background-color: #f2f2f2 !important;
}

table.dataTable.stripe tbody tr:hover {
    background-color: #edf9ff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 2.5em;
    padding: 3px 3px;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    border: 1px solid rgb(209, 213, 219);
    border-radius: 2px;
    background-color: white;
    font-weight: 500;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    /* background-color: rgb(229 231 235) !important; */
    padding-top: 6px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    color: white !important;
    border: 1px solid #006CA5 !important;
    background-color: #006CA5 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -moz-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -ms-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -o-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: linear-gradient(to bottom, #006CA5 0%, #006CA5 100%) !important;
}

.paginate_button.page-item.previous.disabled:hover {
    background-color: rgb(229 231 235) !important;
    cursor: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled:hover {
    color: black !important;
    border: 1px solid rgb(229 231 235) !important;
    background-color: transparent !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -moz-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -ms-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -o-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: linear-gradient(to bottom, rgb(229 231 235) 0%, rgb(229 231 235) 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled:hover {
    color: black !important;
    border: 1px solid rgb(229 231 235) !important;
    background-color: rgb(229 231 235) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -moz-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -ms-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -o-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: linear-gradient(to bottom, rgb(229 231 235) 0%, rgb(229 231 235) 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #006CA5 !important;
    background-color: #006CA5 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -moz-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -ms-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: -o-linear-gradient(to bottom, #006CA5 0%, #006CA5 100%);
    background: linear-gradient(to bottom, #006CA5 0%, #006CA5 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-right: 1px solid rgb(229 231 235) !important;
}

.dataTables_wrapper .dataTables_paginate .pagination {
    border: 1px solid rgb(229 231 235) !important;
    display: inline-block !important;
    border-radius: 6px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 0px !important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    border-radius: 2px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: rgba(55, 65, 81, var(--tw-bg-opacity));
    font-size: 14px;
}

table.dataTable tbody tr {
    height: 46px !important;
}

.font-13 {
    font-size: 13px;
}

.modal_ht {
    max-height: 400px;
    max-width: 652px !important;
}

#navi .fa-caret-down {
    transition: all 0.5s ease;
}

.rtoate180 {
    transform: rotate(180deg);
}


/* .toggle-path {
        transition: background 0.3s ease-in-out;
    }

    .toggle-circle {
        top: 0.1rem;
        left: 0.2rem;
        transition: all 0.3s ease-in-out;
    }

    input:checked~.toggle-circle {
        transform: translateX(100%);
        background-color: #008DD8;
        margin-left:6px;
    }

    input:checked~.toggle-path {
        background-color: #008DD8;
    } */

input:checked~.dot {
    transform: translateX(100%);
    background-color: white;
    margin-left: 6px;
}

input:checked~.dot1 {
    background-color: #008DD8;
}

.z-1 {
    z-index: 1;
}


/* end Datatable styles */


/* Loader scale styles */


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale,
.la-line-scale>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-line-scale {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale.la-dark {
    color: #333;
}

.la-line-scale>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale {
    width: 40px;
    height: 32px;
}

.la-line-scale>div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-animation: line-scale 1.2s infinite ease;
    -moz-animation: line-scale 1.2s infinite ease;
    -o-animation: line-scale 1.2s infinite ease;
    animation: line-scale 1.2s infinite ease;
}

.la-line-scale>div:nth-child(1) {
    -webkit-animation-delay: -1.2s;
    -moz-animation-delay: -1.2s;
    -o-animation-delay: -1.2s;
    animation-delay: -1.2s;
}

.la-line-scale>div:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    -moz-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.la-line-scale>div:nth-child(3) {
    -webkit-animation-delay: -1s;
    -moz-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}

.la-line-scale>div:nth-child(4) {
    -webkit-animation-delay: -.9s;
    -moz-animation-delay: -.9s;
    -o-animation-delay: -.9s;
    animation-delay: -.9s;
}

.la-line-scale>div:nth-child(5) {
    -webkit-animation-delay: -.8s;
    -moz-animation-delay: -.8s;
    -o-animation-delay: -.8s;
    animation-delay: -.8s;
}

.la-line-scale.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale.la-sm>div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale.la-2x>div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale.la-3x>div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}


/*
  * Animation
  */

@-webkit-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-moz-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@-o-keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes line-scale {
    0%,
    40%,
    100% {
        -webkit-transform: scaleY(.4);
        -moz-transform: scaleY(.4);
        -o-transform: scaleY(.4);
        transform: scaleY(.4);
    }
    20% {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* Loader styles */

.la-ball-spin-clockwise,
.la-ball-spin-clockwise>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.la-ball-spin-clockwise {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-ball-spin-clockwise.la-dark {
    color: #333;
}

.la-ball-spin-clockwise>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-ball-spin-clockwise {
    width: 32px;
    height: 32px;
}

.la-ball-spin-clockwise>div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    -webkit-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -moz-animation: ball-spin-clockwise 1s infinite ease-in-out;
    -o-animation: ball-spin-clockwise 1s infinite ease-in-out;
    animation: ball-spin-clockwise 1s infinite ease-in-out;
}

.la-ball-spin-clockwise>div:nth-child(1) {
    top: 5%;
    left: 50%;
    -webkit-animation-delay: -.875s;
    -moz-animation-delay: -.875s;
    -o-animation-delay: -.875s;
    animation-delay: -.875s;
}

.la-ball-spin-clockwise>div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.75s;
    -moz-animation-delay: -.75s;
    -o-animation-delay: -.75s;
    animation-delay: -.75s;
}

.la-ball-spin-clockwise>div:nth-child(3) {
    top: 50%;
    left: 95%;
    -webkit-animation-delay: -.625s;
    -moz-animation-delay: -.625s;
    -o-animation-delay: -.625s;
    animation-delay: -.625s;
}

.la-ball-spin-clockwise>div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    -webkit-animation-delay: -.5s;
    -moz-animation-delay: -.5s;
    -o-animation-delay: -.5s;
    animation-delay: -.5s;
}

.la-ball-spin-clockwise>div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    -webkit-animation-delay: -.375s;
    -moz-animation-delay: -.375s;
    -o-animation-delay: -.375s;
    animation-delay: -.375s;
}

.la-ball-spin-clockwise>div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    -webkit-animation-delay: -.25s;
    -moz-animation-delay: -.25s;
    -o-animation-delay: -.25s;
    animation-delay: -.25s;
}

.la-ball-spin-clockwise>div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    -webkit-animation-delay: -.125s;
    -moz-animation-delay: -.125s;
    -o-animation-delay: -.125s;
    animation-delay: -.125s;
}

.la-ball-spin-clockwise>div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
}

.la-ball-spin-clockwise.la-sm {
    width: 16px;
    height: 16px;
}

.la-ball-spin-clockwise.la-sm>div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}

.la-ball-spin-clockwise.la-2x {
    width: 64px;
    height: 64px;
}

.la-ball-spin-clockwise.la-2x>div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
}

.la-ball-spin-clockwise.la-3x {
    width: 96px;
    height: 96px;
}

.la-ball-spin-clockwise.la-3x>div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px;
}

/*
 * Animation
 */

@-webkit-keyframes ball-spin-clockwise {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes ball-spin-clockwise {

    0%,
    100% {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes ball-spin-clockwise {

    0%,
    100% {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes ball-spin-clockwise {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    20% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}


::-ms-reveal {
    display: none !important;
}



/* only for safari browser */
@media not all and (max-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
/* for input default icons */
        input::-webkit-credentials-auto-fill-button {
            visibility: hidden;
        }

        /* for gap-4 */
        _::-webkit-full-page-media, _:future, :root .safari_only {
            gap: 1rem;
        }

        _::-webkit-full-page-media, _:future, :root .safari_only > * {
            padding: 0em 0.4em;
        }

        /* for gap-2 */
        _::-webkit-full-page-media, _:future, :root .safari > * {
            padding: 0em 0.3em;
        }

        _::-webkit-full-page-media, _:future, :root .safarigap_one > * {
            padding: 0em 0.2em;
        }

        _::-webkit-full-page-media, _:future, :root .safarigap_seven > * {
            margin: 0.8em 0.8em 0.8em 0.8em;
        }

        _::-webkit-full-page-media, _:future, :root .labelsafari > *{
            margin-top: 0.3rem;
        }

        _::-webkit-full-page-media, _:future, :root .svgsafari {
            width: 1rem;
            height: 1rem;
        }

        _::-webkit-full-page-media, _:future, :root .margin-x-safari {
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

        _::-webkit-full-page-media, _:future, :root .marginsafari > * {
            margin: 0em 0.1em;
        }

        _::-webkit-full-page-media, _:future, :root .marginrtsafari > * {
            margin-right: 0.2rem;
        }

        _::-webkit-full-page-media, _:future, :root .orgsafari > * {
            margin-top: 10px;
        }

    }
}

@media only screen and (max-width: 600px) {
    div.dataTables_wrapper div.dataTables_filter input{
        width: 75% !important;
    }
  }