

    .select2-results__option {
      padding-right: 20px;
      vertical-align: middle;
    }
    .select2-results__option:before {
      content: "";
      display: inline-block;
      position: relative;
      height: 20px;
      width: 20px;
      border: 2px solid #e9e9e9;
      border-radius: 4px;
      background-color: #fff;
      margin-right: 20px;
      vertical-align: middle;
    }
    .select2-results__option[aria-selected=true]:before {
      font-family:fontAwesome;
      content: "\f00c";
      color: #fff;
      background-color: #0e1c81e8;
      border: 0;
      display: inline-block;
      padding-left: 3px;
    }
    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #fff;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color: #eaeaeb;
        color: #272727;
    }
    .select2-container--default .select2-selection--multiple {
        margin-bottom: 10px;
    }
    .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
        border-radius: 4px;
    }
    .select2-container--default.select2-container--focus .select2-selection--multiple {
        border-color: #0e1c81e8;
        border-width: 2px;
    }
    .select2-container--default .select2-selection--multiple {
        border-width: 2px;
    }
    .select2-container--open .select2-dropdown--below {
        
        border-radius: 6px;
        box-shadow: 0 0 10px rgba(0,0,0,0.5);
    
    }
    .select2-selection .select2-selection--multiple:after {
        content: 'hhghgh';
    }
    /* select with icons badges single*/
    .select-icon .select2-selection__placeholder .badge {
        display: none;
    }
    /* .select-icon .placeholder {
    	display: none;
    } */
    .select-icon .select2-results__option:before,
    .select-icon .select2-results__option[aria-selected=true]:before {
        display: none !important;
        /* content: "" !important; */
    }
    .select-icon  .select2-search--dropdown {
        display: none;
    }
 
    #message {
        display:none;
        background: #f1f1f1;
        color: #000;
        position: relative;
    }
    #message span {
        padding: 5px 5px;
        font-size: 12px;
    }
    .valid-msg {  
        color: green;
    } 
    .invalid {  
        color: red;
    }
    
    .show-msg{
        display: block;
    }
    
    .hide-msg{
        display: none;
    }
 
 
    lable.error_validate{
        color: #F00;
        background-color: #FFF;
    }

    label.error_validate{
        color: #F00;
        background-color: #FFF;
    }
    span.error{
        color: #F00;
        background-color: #FFF;
    }
    label.error{
        color: #F00;
        background-color: #FFF;
    }
    
    /* Department Table  */
    td .btn {
    padding: 5px 10px;
    }   
   .mr-2 {
       margin-right: 10px;
    }


    .image-area {
        position: relative;
        width: 100%;
        background: #333;
        margin-right: 10px;
    }
    .uploaded_document {
        display: flex;
    }
    .image-area img {
        max-width: 100%;
        height: auto;
    }
    .image-group {
        position: relative;
        max-width: max-content;
        margin-right: 20px;
    }
    .uploaded_document .remove-image {
        position: absolute;
        top: -8px;
        right: -4px;
        background: #4e4e4e;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-shadow: 0 0 4px #fff;
    }
   
    .remove-image:hover {
        background: #E54E4E;
    }
    
    .remove-image:active {
        background: #E54E4E;
    }
    :root{
        --clr-body-bg: #09162e;
        --clr-loader-bg: #00aeff;
      }
      
      .loader {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        cursor: not-allowed;
      }
      
      .loader-spiner {
        z-index: 1100;
        padding: 16px;
        border: 5px solid #00b09cdb;
        /* box-shadow: 0 0 5px 1px var(--clr-loader-bg); */
        border-right-color: #ffffff;
        border-radius: 63%;
        animation: rotate 1s infinite linear;
        position: fixed;
        top: 36%;
        left: 53%;
      }
      .canvasjs-chart-credit {
        display: none !important;
    }
      
      @keyframes rotate {
        100% {
          transform: rotate(360deg);
        }
      }
      .offcanvas-end{
        width: 550px !important;

      }

      form .form-label{
        margin-bottom: 0.5rem;
        line-height: 35px;
    }

    form label {
        display: inline;
    }
    #personalDetails .nav-pills .active .chat-user-box .chatlist-user-name {
        color: #fff;
    }
/* For salary slip */
    .col-sm-3.clear-padding-x.border-bottom.py-12 {
        padding: 12px;
    }
   .salary-slip-header {
        padding: 15px;
        font-size: 19px;
        font-weight: 600;
    }
    .text-dark.salary-slip-heading.text-uppercase {
        font-weight: 600;
    }
    .col-sm-7.salary-slip-detail {
        padding: 4px 14px;
    }
    
       
    .bg-holiday-gandhi .carousel-item .carousel-caption {
        top: 0px;
    }

    .bg-holiday-gandhi .carousel-item {
        background-image: url(http://127.0.0.1:8001/image/whiteimage.jpg);
        background-size: cover;
        width: 100%;
        height: 120px;
    }

    .bg-holiday-gandhi .carousel button {
        height: 46px;
        margin-top: 20px;
    }

    .bg-white.pay-slip-detail.position-relative.mx-auto.p-12 {
        margin: 10px 20px !important;
        border: 2px solid #898888;
        padding: 10px 20px;
        border-radius: 10px;
    }
    .pay-slip-nav-link {
        border: 1px solid #3a5285 !important;     
    }
    .pay-slip-header{
        border-bottom: 1px solid #898888 !important;
    }
    .pay-slip-logo{
        background-color: #00ae9c99;
    border-radius: 3px;
    border: 1px solid #00ae9c99;
    }

    /* Pure CSS Post Tags */
    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        -webkit-transition: all .1s linear 0;
        -moz-transition: all .1s linear 0;
        transition: all .1s linear 0;

    }


    .post {
        position: relative;
        margin: 1.5em;

        background: #f8f8f8;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 5px;
        width: auto;
        border: 1px solid #e8e8e8;
        margin-bottom: 20px;
        text-align: center;
    }

    .calendar {
        top: 0em;
        left: 8em;
        padding-top: 5px;
        width: 80px;
        background: #ededef;
        background: -webkit-gradient(linear, left top, left bottom, from(#ededef), to(#ccc));
        background: -moz-linear-gradient(top, #ededef, #ccc);
        font: bold 30px/60px "Lucida Sans Unicode", Arial Black, Arial, Helvetica, sans-serif;
        text-align: center;
        color: #000;

        text-shadow: #fff 0 1px 0;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        position: absolute;
        -moz-box-shadow: 0 2px 2px #888;
        -webkit-box-shadow: 0 2px 2px #888;
        box-shadow: 0 2px 2px #888;
    }

    .calendar em {
        display: block;
        font: 12px/30px "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
        color: #fff;
        text-shadow: #00365a 0 -1px 0;
        background: #04599a;
        background: -webkit-gradient(linear, left top, left bottom, from(#0ad9d9de), to(#182c44c4));
        background: -moz-linear-gradient(top, #04599a, #00365a);
        -moz-border-radius-bottomright: 3px;
        -webkit-border-bottom-right-radius: 3px;
        border-bottom-right-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        -webkit-border-bottom-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top: 1px solid #00365a;
    }

    .calendar:before,
    .calendar:after {
        content: '';
        float: left;
        position: absolute;
        top: 5px;
        width: 8px;
        height: 8px;
        background: #111;
        z-index: 1;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -moz-box-shadow: 0 1px 1px #fff;
        -webkit-box-shadow: 0 1px 1px #fff;
        box-shadow: 0 1px 1px #fff;
    }

    .calendar:before {
        left: 11px;
    }

    .calendar:after {
        right: 11px;
    }

    .calendar em:before,
    .calendar em:after {
        content: '';
        float: left;
        position: absolute;
        top: -5px;
        width: 4px;
        height: 14px;
        background: #dadada;
        background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
        background: -moz-linear-gradient(top, #f1f1f1, #aaa);
        z-index: 2;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    .calendar em:before {
        left: 13px;
    }

    .calendar em:after {
        right: 13px;
    }



    /* post module css  */


.profile-header {
    position: relative;
    overflow: hidden
}

.profile-header .profile-header-cover {
    background: var(--vz-vertical-menu-bg-dark);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.profile-header .profile-header-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .75) 100%)
}

.profile-header .profile-header-content {
    color: #fff;
    padding: 25px
}

.profile-header-img {
    float: left;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin: 0 0 -20px;
    padding: 3px;
    border-radius: 4px;
    background: #fff
}

.profile-header-img img {
    max-width: 100%
}

.profile-header-info h4 {
    font-weight: 500;
    color: #fff
}

.profile-header-img+.profile-header-info {
    margin-left: 140px
}

.profile-header .profile-header-content,
.profile-header .profile-header-tab {
    position: relative
}

.b-minus-1,
.b-minus-10,
.b-minus-2,
.b-minus-3,
.b-minus-4,
.b-minus-5,
.b-minus-6,
.b-minus-7,
.b-minus-8,
.b-minus-9,
.b-plus-1,
.b-plus-10,
.b-plus-2,
.b-plus-3,
.b-plus-4,
.b-plus-5,
.b-plus-6,
.b-plus-7,
.b-plus-8,
.b-plus-9,
.l-minus-1,
.l-minus-2,
.l-minus-3,
.l-minus-4,
.l-minus-5,
.l-minus-6,
.l-minus-7,
.l-minus-8,
.l-minus-9,
.l-plus-1,
.l-plus-10,
.l-plus-2,
.l-plus-3,
.l-plus-4,
.l-plus-5,
.l-plus-6,
.l-plus-7,
.l-plus-8,
.l-plus-9,
.r-minus-1,
.r-minus-10,
.r-minus-2,
.r-minus-3,
.r-minus-4,
.r-minus-5,
.r-minus-6,
.r-minus-7,
.r-minus-8,
.r-minus-9,
.r-plus-1,
.r-plus-10,
.r-plus-2,
.r-plus-3,
.r-plus-4,
.r-plus-5,
.r-plus-6,
.r-plus-7,
.r-plus-8,
.r-plus-9,
.t-minus-1,
.t-minus-10,
.t-minus-2,
.t-minus-3,
.t-minus-4,
.t-minus-5,
.t-minus-6,
.t-minus-7,
.t-minus-8,
.t-minus-9,
.t-plus-1,
.t-plus-10,
.t-plus-2,
.t-plus-3,
.t-plus-4,
.t-plus-5,
.t-plus-6,
.t-plus-7,
.t-plus-8,
.t-plus-9 {
    position: relative!important
}

.profile-header .profile-header-tab {
    background: #fff;
    list-style-type: none;
    margin: -10px 0 0;
    padding: 0 0 0 140px;
    white-space: nowrap;
    border-radius: 0
}

.text-ellipsis,
.text-nowrap {
    white-space: nowrap!important
}

.profile-header .profile-header-tab>li {
    display: inline-block;
    margin: 0
}

.profile-header .profile-header-tab>li>a {
    display: block;
    color: #929ba1;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    border: none
}

.profile-header .profile-header-tab>li.active>a,
.profile-header .profile-header-tab>li>a.active {
    color: #242a30
}

.profile-content {
    padding: 25px;
    border-radius: 4px
}

.profile-content:after,
.profile-content:before {
    content: '';
    display: table;
    clear: both
}

.profile-content .tab-content,
.profile-content .tab-pane {
    background: 0 0
}

.profile-left {
    width: 200px;
    float: left
}

.profile-right {
    margin-left: 240px;
    padding-right: 20px
}

.profile-image {
    height: 175px;
    line-height: 175px;
    text-align: center;
    font-size: 72px;
    margin-bottom: 10px;
    border: 2px solid #E2E7EB;
    overflow: hidden;
    border-radius: 4px
}

.profile-image img {
    display: block;
    max-width: 100%
}

.profile-highlight {
    padding: 12px 15px;
    background: #FEFDE1;
    border-radius: 4px
}

.profile-highlight h4 {
    margin: 0 0 7px;
    font-size: 12px;
    font-weight: 700
}

.table.table-profile>thead>tr>th {
    border-bottom: none!important
}

.table.table-profile>thead>tr>th h4 {
    font-size: 20px;
    margin-top: 0
}

.table.table-profile>thead>tr>th h4 small {
    display: block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 5px
}

.table.table-profile>tbody>tr>td,
.table.table-profile>thead>tr>th {
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #242a30;
    background: 0 0
}

.table.table-profile>tbody>tr>td.field {
    width: 20%;
    text-align: right;
    font-weight: 600;
    color: #2d353c
}

.table.table-profile>tbody>tr.highlight>td {
    border-top: 1px solid #b9c3ca;
    border-bottom: 1px solid #b9c3ca
}

.table.table-profile>tbody>tr.divider>td {
    padding: 0!important;
    height: 10px
}

.profile-section+.profile-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #b9c3ca
}

.profile-section:after,
.profile-section:before {
    content: '';
    display: table;
    clear: both
}

.profile-section .title {
    font-size: 20px;
    margin: 0 0 15px
}

.profile-section .title small {
    font-weight: 400
}

body.flat-black {
    background: #E7E7E7
}

.flat-black .navbar.navbar-inverse {
    background: #212121
}

.flat-black .navbar.navbar-inverse .navbar-form .form-control {
    background: #4a4a4a;
    border-color: #4a4a4a
}

.flat-black .sidebar,
.flat-black .sidebar-bg {
    background: #3A3A3A
}

.flat-black .page-with-light-sidebar .sidebar,
.flat-black .page-with-light-sidebar .sidebar-bg {
    background: #fff
}

.flat-black .sidebar .nav>li>a {
    color: #b2b2b2
}

.flat-black .sidebar.sidebar-grid .nav>li>a {
    border-bottom: 1px solid #474747;
    border-top: 1px solid #474747
}

.flat-black .sidebar .active .sub-menu>li.active>a,
.flat-black .sidebar .nav>li.active>a,
.flat-black .sidebar .nav>li>a:focus,
.flat-black .sidebar .nav>li>a:hover,
.flat-black .sidebar .sub-menu>li>a:focus,
.flat-black .sidebar .sub-menu>li>a:hover,
.sidebar .nav>li.nav-profile>a {
    color: #fff
}

.flat-black .sidebar .sub-menu>li>a,
.flat-black .sidebar .sub-menu>li>a:before {
    color: #999
}

.flat-black .page-with-light-sidebar .sidebar .active .sub-menu>li.active>a,
.flat-black .page-with-light-sidebar .sidebar .active .sub-menu>li.active>a:focus,
.flat-black .page-with-light-sidebar .sidebar .active .sub-menu>li.active>a:hover,
.flat-black .page-with-light-sidebar .sidebar .nav>li.active>a,
.flat-black .page-with-light-sidebar .sidebar .nav>li.active>a:focus,
.flat-black .page-with-light-sidebar .sidebar .nav>li.active>a:hover {
    color: #000
}

.flat-black .page-sidebar-minified .sidebar .nav>li.has-sub:focus>a,
.flat-black .page-sidebar-minified .sidebar .nav>li.has-sub:hover>a {
    background: #323232
}

.flat-black .page-sidebar-minified .sidebar .nav li.has-sub>.sub-menu,
.flat-black .sidebar .nav>li.active>a,
.flat-black .sidebar .nav>li.active>a:focus,
.flat-black .sidebar .nav>li.active>a:hover,
.flat-black .sidebar .nav>li.nav-profile,
.flat-black .sidebar .sub-menu>li.has-sub>a:before,
.flat-black .sidebar .sub-menu>li:before,
.flat-black .sidebar .sub-menu>li>a:after {
    background: #2A2A2A
}

.flat-black .page-sidebar-minified .sidebar .sub-menu>li:before,
.flat-black .page-sidebar-minified .sidebar .sub-menu>li>a:after {
    background: #3e3e3e
}

.flat-black .sidebar .nav>li.nav-profile .cover.with-shadow:before {
    background: rgba(42, 42, 42, .75)
}

.bg-white {
    background-color: #fff!important;
}
.p-10 {
    padding: 10px!important;
}
.media.media-xs .media-object {
    width: 32px;
}
.m-b-2 {
    margin-bottom: 2px!important;
}
.media>.media-left, .media>.pull-left {
    padding-right: 15px;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}
select.form-control:not([size]):not([multiple]) {
    height: 34px;
}
.form-control.input-inline {
    display: inline;
    width: auto;
    padding: 0 7px;
}


.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}



.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}

.timeline-header .userimage {
    float: left;
    width: 34px;
    height: 34px;
    border-radius: 40px;
    overflow: hidden;
    margin: -2px 10px -2px 0
}

.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}

.timeline-footer {
    background: #fff;
    border-top: 1px solid #e2e7ec;
    padding-top: 15px
}

.timeline-footer a:not(.btn) {
    color: #575d63
}

.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}

.timeline-likes {
    color: #6d767f;
    font-weight: 600;
    font-size: 12px
}

.timeline-likes .stats-right {
    float: right
}

.timeline-likes .stats-total {
    display: inline-block;
    line-height: 20px
}

.timeline-likes .stats-icon {
    float: left;
    margin-right: 5px;
    font-size: 9px
}

.timeline-likes .stats-icon+.stats-icon {
    margin-left: -2px
}

.timeline-likes .stats-text {
    line-height: 20px
}

.timeline-likes .stats-text+.stats-text {
    margin-left: 15px
}

.timeline-comment-box {
    background: #FFF;
    margin-left: -25px;
    margin-right: -25px;
    padding: 20px 25px
}

.timeline-comment-box .user {
    float: left;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 30px
}

.timeline-comment-box .user img {
    max-width: 100%;
    max-height: 100%
}

.timeline-comment-box .user+.input {
    margin-left: 44px
}

.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.text-danger, .text-red {
    color: #ff5b57!important;
}

.more-option{
    position: absolute;
    padding: 0 4px 2px;
    height: 14px;
    background-color: #FFF;
    font-size: 20px;
    border: 1px solid #ccc;
    color: #afafaf;
    line-height: 0;
    right: -2px;
    top: 0px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
}
.leave-user-wrap:hover .more-option{
    visibility: visible;
    opacity: 1;
}

.like__btn {
    color: #5CA177;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    cursor: pointer;
    border: none;
    background: none;
}

.like-btn-block .like__btn {
    margin: 56px 0px 10px 0px;
}

.like-all-block {
    position: relative;
}

.like-all-block .like-btn {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 6px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.like-btn-block .like__btn .like-btn {
    visibility: hidden;
    transform: scale(0);
    transition: all 0.5s;
    transform-origin: bottom;
    opacity: 0;
}

.like-btn-block .like__btn:hover .like-btn {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
}

.like-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.like-btn ul li {
    display: inline-block;
    margin: 0px 4px;
}







