﻿.containerpwdtext {
    position: absolute;
    top: 53px;
    right: 6px;
}
.containerpwdtext i {
    cursor: pointer
}
.fa-eye-slash {
    color: #3699ff;
}
.svg-icon.svg-icon-primary-white svg g [fill] {
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    fill: #f3f6f9 !important
}
.datatablechk {
    width: 20px;
    margin-left: 15px;
}
.datatableactionspan {
    cursor: pointer;
}

.select2-container .select2-selection--single {
    height: 47px;
}

select.select2 {
    opacity: unset;
    height: 47px;
    /*border-color: #aaaaaa;*/
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 13px !important;
}

.select2-container--default .select2-selection--multiple::after {
    position: absolute;
    right: 5px;
    top: 42%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f078";
    font-size: 0.7rem;
}



.card-header-list {
    padding: 0 !important;
}

.list-searchbox {
    margin-right: 5px;
}
.inner-menuleft-list {
    margin-left: 10px !important;
}
.left-list-box {
    border-bottom: 1px solid #3699ff
}
.span-cursor {
    cursor:pointer;
}
.header-top-right-box {
    background: #fff;
    padding-left: 10px;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: -10px;
}
.inner-menuright-form {
    padding: 0px !important;
}
.label-cursor {
    cursor: pointer;
}
.card-body-tabs {
    padding: 1rem 0rem 2.25rem 0rem;
}
.hide {
display:none;
}