.custom-select-box .select2-container .select2-selection {
    border: none !important;
}

.datepicker {
    z-index: 1500 !important;
}
.h-130 {
    height: 130px !important;
}
.w1 {
    width: 100px;
}
.w2 {
    width: 35px;
}
.w3 {
    width: 150px;
}

@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.content-placeholder {
    display: inline-block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 800px 104px;
    height: inherit;
    position: relative;
}
[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }
@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}
.h-50{
    height: 50px;
}
body.horizontal-app-menu .pgn-wrapper{
    z-index: 1052;
}

.btn.btn-rounded {
    border-radius:50% !important;
    width: 35px;
    height: 35px;
    margin:1px !important;
    padding: 0 !important;
    border: 1px solid #ddd;
    background-color: white;
    outline:none;
}