﻿
/*custom css */
 
.not-allowed {
    cursor: not-allowed !important;
}

.toggle-pwd {
    margin-left: -35px !important;
    cursor: pointer !important;
    display: inline !important;
}
/*  <i class="fa fa-eye-slash toggle-pwd" pwd-id="#Regpasswd"></i> */

.image-preview {
    max-width: 150px;
    max-height: 150px;
}

.size-28 {
    font-size: 28px !important;
    width: 38px !important;
    height: 38px !important;
}

.feather-24 {
    width: 24px !important;
    height: 24px !important;
}

.feather-32 {
    width: 32px !important;
    height: 32px !important;
}

.required:after {
    content: ' *' !important;
    color: red !important;
    font: bold 14px !important;
    display: inline !important;
    padding: 1px !important;
}

[v-cloak] {
    display: none;
}

.cursor {
    cursor: pointer;
}

 
/*.select2 {
    width: 100% !important;
}
*/
.select2-selection__rendered {
    margin-top: -4px !important;
    padding: 3px !important;
    padding-left: 5px !important;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container .select2-selection--single {
    height: 39px !important;
}

.select2-selection__arrow {
    height: 38px !important;
}

.ts_checkbox {
    width: 16px !important;
    height: 16px !important;
}

.no-sort::after {
    display: none !important;
    content: "" !important;
}

.no-sort {
    /*  pointer-events: none !important;*/
    cursor: default !important;
    content: "" !important;
    background: none !important;
}

/* google translation */
#google_translate_element {
    display: none;
}

.skiptranslate {
    display: none;
}

.flag_link {
    padding-left: 18px !important
}

.form-select {
    min-width: 150px !important;
}
 
.handle {
    cursor: move;
}

/*-----------------
	Loader
-----------------------*/

#loader-wrapper {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.loader {
    position: absolute;
    top: 50%;
    left: 40%;
    margin-left: 10%;
    transform: translate3d(-50%, -50%, 0);
}

.dot {
    width: 20px;
    height: 20px;
    background: #3ac;
    border-radius: 100%;
    display: inline-block;
    animation: slide 1s infinite;
}

    .dot:nth-child(1) {
        animation-delay: 0.1s;
        background: #3E007C;
    }

    .dot:nth-child(2) {
        animation-delay: 0.2s;
        background: #f1bd06;
    }

    .dot:nth-child(3) {
        animation-delay: 0.3s;
        background: #007bff;
    }

    .dot:nth-child(4) {
        animation-delay: 0.4s;
        background: #dc3545;
    }

    .dot:nth-child(5) {
        animation-delay: 0.5s;
        background: #28a745;
    }

.demo-tabs .nav-tabs li:first-child a {
    border-radius: 40px 0 0 40px !important;
}

.demo-tabs .nav-tabs li:last-child a {
    border-radius: 0 40px 40px 0 !important;
}

@-moz-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes slide {
    0% {
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(2);
    }

    100% {
        transform: scale(1);
    }
}
 
  
  

.select2-selection__arrow {
    display: none !important;
}


.alert-dismissible .close {
    color: #fff;
    opacity: 1;
    border: none;
    text-shadow: none;
}


.alert-dismissible .close {
    top: 10px;
}

.alert {
    padding: 2px !important;
    margin: 15px !important;
}

.close {
    padding: 1rem;
    background-color: transparent !important;
    box-shadow: none !important;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.8875rem 1rem;
}

.close:after, .btn-close:after {
    content: '' !important;
}

.btn-close > span {
    display: none !important;
}

.offcanvas-40 {
    width: 40% !important;
}

.offcanvas-50 {
    width: 50% !important;
}

.offcanvas-60 {
    width: 60% !important;
}

.offcanvas-70 {
    width: 70% !important;
}

.offcanvas-80 {
    width: 80% !important;
}

.offcanvas-90 {
    width: 90% !important;
}

.offcanvas-100 {
    width: 100% !important;
}

.buttons-html5 {
    margin-left: 2px !important;
    margin-right: 2px !important;
}

/** ---- */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: .75
    }

    .btn-close:focus {
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        opacity: 1
    }

    .btn-close.disabled,
    .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        opacity: .25
    }

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%)
}


.iframe-doc {
    height: auto;
    min-height: 550px !important;
    width: 100%;
    resize: both;
    overflow: auto;
}

.close, .btn-close {
    cursor: pointer;
}
 