@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

/* font-family: 'Noto Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Nunito', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Encode Sans', sans-serif; */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* font-family: 'Roboto', sans-serif; */

/* * {
    font-family: 'Noto Sans', sans-serif !important;
} */

* {
    transition: all 0.5s;
}

body {
    overflow-x: hidden;
 }

/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: rgb(219 226 232);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    top:65px;
    padding-top: 60px;
    padding-bottom:120px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.header-top{
    position:fixed;
    top:0;
    left:0;
    height:65px;
    width:100%;
    background-color:#FFF;
    z-index: 999;
    padding-left:250px;
}

.header-top.toggled{
    padding-left:0;
}

.line {
    width: 21px;
    height: 2px;
    margin: 6px 0;
    background-color: rgba(0, 132, 229, 1.0);
}

a#menu-toggle{
    position: absolute;
    left:10px;
    top:0;
    z-index: 999;
}

a#menu-toggle:focus {
    outline: none;
    box-shadow: none;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    /* text-indent: 20px; */
    line-height: 40px;
    border-bottom: 1px solid rgb(0 132 229 / 8%);
    border-left:4px solid transparent;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #0084e5 !important;
    font-size: 0.9em;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff !important;
    background: #4a5d7f;
}

.sidebar-nav li.active a{
    background: #4a5d7f;
    color: #fff !important;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
    background: #FFF;
    margin-bottom: 30px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito', sans-serif !important;
}
h1, h2, h3{
    font-weight: 800 !important;
}
h4, h5, h6{
    font-weight: 700 !important;
}
p{
    font-size: 14px !important;
}
label{
    /* font-size:14px !important; */
}
p, label, th, td{
    font-family: 'Noto Sans', sans-serif !important;
}
.btn{
    font-family: 'Nunito', sans-serif !important;
    font-weight: 600 !important;
}
.form-control{
    border:1px solid #dbdfea !important;
}
/* a{
    color: #1a3071 !important;
} */
a {
    color: #303e67 !important;
}
a.btn{
    color: #fff !important;
}

.navbar{
    padding-top:0 !important;
    padding-bottom:0 !important;
}

a.nav-link{
    font-family: 'Nunito', sans-serif !important;
    font-weight:700 !important;
    text-transform: uppercase;
}

a.nav-link:hover {
    background-color: #4467cc !important;
}

.nav-item.active a.nav-link {
    background-color: #4467cc !important;
}

*:hover,
*:focus,
*:active {
    transition: all 0.5s;
}

.login-form input, .register-form input{
   font-size:0.9em !important;
}

.alert{
    font-size:0.9em;
}

body {
    background: #f5f6fa !important;
}

body.login-register {
    background-color: #f5f6fa;
}

header {
    background-color: #FFF !important;
}

.logo img {
    width: 13em;
}

.logo-text {
    font-weight: 700;
}

.sidebar-brand .logo img {
    width: 10em;
}

.welcome-user-block {
    display: flex;
    float: right;
    align-items: center;
    position: relative;
     margin-top: 13px; 
    text-align: right;
    font-size: 0.8em;
    font-family: 'Nunito', sans-serif !important;
}

.welcome-user-block .submenu {
    margin: 0;
    padding: 0;
    width: 150px;
    background: #dbdbdb;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 900;
    display: none;
}

.welcome-user-block:hover .submenu {
    display: block;
}

.welcome-user-block .submenu li {
    list-style: none;
    display: block;
}

.welcome-user-block .submenu li a {
    display: block;
    padding: 0.5em 1.5em;
}

.main-content {
    padding-top: 40px;
    padding-bottom: 180px;
    min-height: 100vh;
    position: relative;
}

.department-select {
    text-align: center;
}

.department-select .selection {
    margin-bottom: 1em;
    display: block;
}

.department-select .selection label {
    display: block;
    background-color: #FFF;
    border-radius: 6px;
    color: #000000;
    padding: 0.5em 0.5em;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 15px #ddd;
}

.department-select .selection label:hover {
    background-color: #a57608;
    color: #FFF;
}

.department-select .selection input[type=radio] {
    display: none;
}

.department-select .selection input[type=radio]:checked~label {
    background-color: #a57608;
    color: #FFF;
}

.nature-of-lapses-select {
    text-align: center;
}

.nature-of-lapses-select .selection {
    margin-bottom: 1em;
    display: block;
}

.nature-of-lapses-select .selection label {
    display: block;
    background-color: #FFF;
    border-radius: 6px;
    color: #000000;
    padding: 0.5em 0.5em;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 15px #ddd;
}

.nature-of-lapses-select .selection label:hover {
    background-color: #a57608;
    color: #FFF;
}

.nature-of-lapses-select .selection input[type=radio] {
    display: none;
}

.nature-of-lapses-select .selection input[type=radio]:checked~label {
    background-color: #a57608;
    color: #FFF;
}

#general-banking-form,
#investment-form,
#foreign-trade-form {
    display: none;
}

.irregularities_deviations_select_general,
.irregularities_deviations_select_investment,
.irregularities_deviations_select_foreign_trade {
    display: none;
}

.table-responsive {
    background-color: #FFF !important;
}

.table {
    margin-bottom: 0 !important;
    background-color: #FFF !important;
}

.table td,
.table th {
    vertical-align: middle !important;
    font-size: 0.8em;
}

.tableFixHead {
    overflow-y: auto;
    max-height: auto;
}

.tableFixHead thead th {
    position: sticky;
    top: -1px;
    z-index: 100;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 50%);
}

ul.summery {
    display: block;
    margin: 10px 0 10px 0;
    padding: 0;
}

ul.summery li {
    list-style: none;
    display: block;
    font-style: italic;
    font-size: 0.8em;
}

a.btn.btn-danger.close.delete_item {
    color: #FFF;
    background: #da0000;
}

a.btn.btn-danger.close.delete_item span {
    position: relative;
    top: -3px;
}

.date-time-show {
    font-size: 0.9em;
    font-weight: 600;
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
}

.date-time-show .badge {
    font-size: 100%;
    font-size: 0.9em;
    font-weight: 600;
}

.login-form .form-control, .register-form .form-control{
    font-size: 0.8em !important;
    border: 1px solid #ddd;
}

.login-form .btn, .register-form .btn {
    font-size: 1.2em !important;
}

.btn-primary {
    color:#fff !important;
    background-color: rgba(12, 77, 162, 1.0) !important;
    border-color: rgb(15, 69, 139, 1.0) !important;
}

.btn-primary:hover {
    color:#fff !important;
    background-color: rgba(12, 77, 162, 0.8) !important;
    border-color: rgb(15, 69, 139, 0.8) !important;
}

.btn-secondary {
    color:#fff !important;
    background-color: rgba(13, 148, 211, 1.0) !important;
    border-color: rgb(10, 120, 172, 1.0) !important;
}

.btn-secondary:hover {
    color:#fff !important;
    background-color: rgba(13, 148, 211, 0.8) !important;
    border-color: rgba(10, 120, 172, 0.8) !important;
}

.btn-danger {
    color:#fff !important;
    background-color: rgba(238, 61, 72, 1.0) !important;
    border-color: rgb(189, 36, 46, 1.0) !important;
}

.btn-danger:hover {
    color:#fff !important;
    background-color: rgba(238, 61, 72, 0.8) !important;
    border-color: rgb(189, 36, 46, 0.8) !important;
}

.btn-info {
    background-color: rgb(170, 214, 11, 1.0) !important;
    border-color: rgb(145, 182, 12, 1.0) !important;
}

.btn-info:hover {
    background-color: rgb(170, 214, 11, 0.8) !important;
    border-color: rgb(145, 182, 12, 0.8) !important;
}

.btn-success {
    background-color: rgba(0, 169, 165, 1.0) !important;
    border-color: rgb(9, 145, 142, 1.0) !important;
}

.btn-success:hover {
    background-color: rgba(0, 169, 165, 0.8) !important;
    border-color: rgb(9, 145, 142, 0.8) !important;
}

.badge-primary {
    background-color: rgba(0, 132, 229, 1.0) !important;
}

.main-menu .dropdown-menu {min-width: 15rem;}

.main-menu {
    background-color: rgba(0, 132, 229, 1.0) !important;
}

.main-menu a {
    color: #FFF !important;
    white-space: normal;
}

.nav-link {
    padding: 0 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
    font-size: 0.8em !important;
    padding: 0.8em 2em !important;
}

.main-menu .dropdown-menu {
    padding: 0 !important;
    top: 37px !important;
}

.main-menu .dropdown-menu a {
    color: #333 !important;
}

.main-menu .dropdown-item {
    padding: 0.5rem 1rem !important;
    font-size: 0.9em !important;
}

.main-menu .dropdown-item:active,
.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    background-color: #5376da !important;
    color: #FFF !important;
}

.page-link {
    color: #000 !important;
}

.page-item.active .page-link {
    background-color: rgba(0, 132, 229, 1.0) !important;
    border-color: rgba(0, 132, 229, 1.0) !important;
    color: #FFF !important;
}

.login-form,
.register-form {
    position: absolute !important;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -30%) !important;
    width: 100%;
}

.page-title {
    background: rgb(194 231 230);
    color: #333!important;
    padding: 10px 0;
    position: fixed;
    top: 65px;
    left: 0;
    width: 100%;
    padding-left:250px;
    z-index: 500;
}

.page-title.toggled {
    padding-left:0;
}

.page-title h1, .page-title h2, .page-title h3,  .page-title h4, .page-title h5, .page-title h6 {
    text-align: left;
    margin-bottom:0;
}

.custom-sub-heading{
    background: #e7edff;
    padding: 6px 10px;
    margin-bottom: 15px;
}

.dashboard {
    position: relative !important;
    margin-top:20px;
}

.dashboard-item {
    display: flex;
    background: #FFF;
    padding: 2em 2em;
    height: 100%;
    text-decoration: none !important;
    color: #000 !important;
    /* padding-bottom: 60px; */
    justify-content: center;
    align-items: center;
    border: 10px solid rgba(0, 132, 229, 1.0);
    border-radius: 25px;
}

.dashboard-item:hover {
    background-color: #dfe6ff;
    border-color:rgba(188, 65, 79, 1.0);
    
}

.dashboard-item img{
    width:50px;
    margin-right:20px;
}

.icon-box{
    display: inline-block;
    margin-right:10px;
    text-align: center;
}
.icon-box.round{
   border-radius: 100%;
   height:30px;
   width:30px;
   line-height: 26px;
   border:2px solid #586167;
    
}
.icon-box.round.user{
    position:relative;
    /* top:-15px; */
    margin-right:0;
    margin-left:10px;
    font-size:12px;
    cursor: pointer;
}
.icon-box.round.user i{
    color:#1a3071;
}

.card {
    border: 0 !important;
    box-shadow: 0 0 10px #DDD;
}

img.user_status {
    height: 18px;
    width: 18px;
    margin-right: 5px;
}

footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 0 0;
    color: #000;
    z-index: 200;
    background-color: #fff;
    border-top: 1px solid #e5e9f2;
}

footer .footer-container {
    width: 100%;
    padding: 25px 15px 25px 25px;
}

footer .footer-container p {
    margin: 0;
    font-size: 0.8em;
    color: #8094ae;
}

.sub-menu-user{
    width:150px;
    position:absolute;
    top:20px;
    right:0;
    z-index: 1000;
    display: none;
    padding-top:25px;
    transition: all 0.5s;
}

.sub-menu-user ul{
    display: block;
    background-color: #fff;
    box-shadow: 4px -2px 20px #ecebeb;
    margin: 0;
    padding: 0;
}

.sub-menu-user ul:after{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    content: " ";
    position: absolute;
    top: 13px;
    right: 0;
}

.sub-menu-user ul li{
    display: block;
    margin:0;
    padding:0;
}

.sub-menu-user ul li a{
    display: block;
    margin:0;
    padding:5px 15px;
    border-bottom: 1px solid #f5f6fa;
    text-decoration: none;
    text-align: left;
    color:#333 !important;
    transition: all 0.1s;
}

.sub-menu-user ul li a:hover{
    text-decoration: none;
    color:#1a3071 !important;
    transition: all 0.1s;
}

.icon-box.round.user:hover .sub-menu-user{
    display: block;
    transition: all 0.5s;
}

.user-text{
    display: inline-block;
}

.main-logo{
    display: none;
}

.main-logo img{
    top: 5px;
    width: 12em;
    position: relative;
}

.header-top.toggled .main-logo{
    display: block;
    padding-left: 50px;
    top: 12px;
    position: relative;
}

input#file {
    padding: 5px 7px;
    height: 38px;
}
.multiselect-custom{
    position: relative;
}
.multiselect-custom .btn-group{
    background-color:#FFF !important;
}
.multiselect-custom .multiselect-container>li>a>label{
    padding: 3px 10px 3px 10px;
    display: block;
}
.multiselect-custom .dropdown-menu{
    min-width: 67rem;
}
.multiselect-custom .multiselect-container>li {
    display: inline-block;
    min-width: 25%;
    max-width: 25%;
}
.multiselect-custom li.multiselect-item.multiselect-all:first-child {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}
.multiselect-custom .multiselect-container{
    height:100%;
    min-height: 350px;
    overflow: auto !important;
    padding-bottom:30px;
}
.multiselect-custom a{
    color:rgba(0, 132, 229, 1.0) !important;
}
.multiselect-custom .multiselect-container>li{
    vertical-align: top;
}
/* .multiselect-custom .dropdown-menu[x-placement^=bottom], .multiselect-custom .dropdown-menu[x-placement^=left], .multiselect-custom .dropdown-menu[x-placement^=right], .multiselect-custom .dropdown-menu[x-placement^=top] {
    right: 0 !important;
    bottom: 0 !important;
} */
.modal-header {
    background: rgb(0, 132, 229);
    color: #FFF;
}
.modal-header .close{
    color: #FFF;
}
.modal-footer {
    background: #f5f5f5;
}
.form-container {
    background-color: #FFF;
    padding: 40px 20px;
    box-shadow: 0 0 20px #ddd;
}
.select2-container--default{
    font-size:0.8rem !important;
}
.select2-container--default .select2-selection--single{
    height:38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height:38px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}
.select2-container{
    width: 100% !important;
}
.card {
    border: 0 !important;
    box-shadow: 0 0 10px #DDD;
}

.card-bordered {
    border: 1px solid #dbdfea;
}
.card-preview{
    padding:1.25rem;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #dee2e6 1px !important;
}

.select2-container--default .select2-selection--multiple{
    border: solid #dee2e6 1px !important;
}

::-webkit-input-placeholder { /* Edge */
    color: #999999 !important;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999 !important;
  }
  
  ::placeholder {
    color: #999999 !important;
  }

.form-control{
    font-size:0.8rem !important;
    height: calc(1.5em + .75rem + 7px) !important;
}

.custom-input-height {
    height: 40px !important;
    border-radius: 0 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff !important;
}

.showmore {
	cursor: pointer;
    font-weight: bold;
    color: #43bb4c;
}

ul{
    /* margin:0;
    padding:0; */
    list-style: none;
}

.select2-container .select2-selection--multiple{
    min-height: 38px !important;
}

.select2-container .select2-search--inline .select2-search__field{
    margin-top:7px !important;
}

.select2-container .select2-search--inline .select2-search__field{
    padding-left:8px !important;
}

.timeline {
    position: relative;
    width: 660px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 1em 0;
    list-style-type: none;
  }
  
  .timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: rgb(80,80,80);
    background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
    background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
    
    z-index: 5;
  }
  
  .timeline li {
    padding: 1em 0;
  }
  
  .timeline li:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .direction-l {
    position: relative;
    width: 300px;
    float: left;
    text-align: right;
  }
  
  .direction-r {
    position: relative;
    width: 300px;
    float: right;
  }
  
  .flag-wrapper {
    position: relative;
    display: inline-block;
    
    text-align: center;
  }
  
  .flag {
    position: relative;
    display: block;
    background: rgb(248,248,248);
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
  }
  
  .direction-l .flag {
    -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-r .flag {
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -36px;
    content: ' ';
    display: block;
    width: 12px;
    height: 12px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid rgb(255,80,80);
    z-index: 10;
  }
  
  .direction-r .flag:before {
    left: -36px;
  }
  
  .direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: rgb(248,248,248);
    border-width: 8px;
    pointer-events: none;
  }
  
  .time-wrapper {
    display: inline;
    
    line-height: 1em;
    font-size: 0.66666em;
    color: rgb(250,80,80);
    vertical-align: middle;
  }
  
  .direction-l .time-wrapper {
    float: left;
  }
  
  .direction-r .time-wrapper {
    float: right;
  }
  
  .time {
    display: inline-block;
    padding: 4px 6px;
    background: rgb(248,248,248);
  }
  
  .desc {
    margin: 1em 0.75em 0 0;
    
    font-size: 0.77777em;
    font-style: italic;
    line-height: 1.5em;
  }
  
  .direction-r .desc {
    margin: 1em 0 0 0.75em;
  }
  
  /* ================ Timeline Media Queries ================ */
  
  @media screen and (max-width: 660px) {
  
  .timeline {
       width: 100%;
      padding: 4em 0 1em 0;
  }
  
  .timeline li {
      padding: 2em 0;
  }
  
  .direction-l,
  .direction-r {
      float: none;
      width: 100%;
  
      text-align: center;
  }
  
  .flag-wrapper {
      text-align: center;
  }
  
  .flag {
      background: rgb(255,255,255);
      z-index: 15;
  }
  
  .direction-l .flag:before,
  .direction-r .flag:before {
    position: absolute;
    top: -30px;
      left: 50%;
      content: ' ';
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid rgb(255,80,80);
      z-index: 10;
  }
  
  .direction-l .flag:after,
  .direction-r .flag:after {
      content: "";
      position: absolute;
      left: 50%;
      top: -8px;
      height: 0;
      width: 0;
      margin-left: -8px;
      border: solid transparent;
      border-bottom-color: rgb(255,255,255);
      border-width: 8px;
      pointer-events: none;
  }
  
  .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0 0;
      z-index: 14;
  }
  
  .direction-l .time-wrapper {
      float: none;
  }
  
  .direction-r .time-wrapper {
      float: none;
  }
  
  .desc {
      position: relative;
      margin: 1em 0 0 0;
      padding: 1em;
      background: rgb(245,245,245);
      -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      -moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
      box-shadow: 0 0 1px rgba(0,0,0,0.20);
      
    z-index: 15;
  }
  
  .direction-l .desc,
  .direction-r .desc {
      position: relative;
      margin: 1em 1em 0 1em;
      padding: 1em;
      
    z-index: 15;
  }
  
  }
  
  @media screen and (min-width: 400px ?? max-width: 660px) {
  
  .direction-l .desc,
  .direction-r .desc {
      margin: 1em 4em 0 4em;
  }
  
  }

  .submenu_on_table{
      display: none;
      position: absolute;
      left:50px;
      top: -26px;
      padding-left:50px;
      z-index: 500;
  }

  .submenu_on_table .inner{
      display: block;
      min-height: 100px;
      max-height: 200px;
      overflow-y: scroll;
      width:400px;
      padding: 20px;
      background-color: #FFF;
      box-shadow:0 10px 20px #ddd;
  }

  .submenu_on_table .inner:before{
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-bottom: 0;
    top: 31px;
    left: 43px;
    background: #FFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(
-45deg
);
    transform: rotate(
-45deg
);
  }

  .submenu_on_table .inner .section{
      display: block;
      margin-bottom: 20px;
      text-align: left;
  }

  .submenu_on_table .inner .section .title{
      font-size: 13px;
      font-weight: 600;
      font-style: italic;
      border-bottom:1px dashed #dbdbdb;
      padding-bottom: 7px;
  }

  a.show_details{
      position: relative;
      display: block;
  }
  a.show_details:hover .submenu_on_table{
      display: block;
  }

  a.show_details_left .submenu_on_table{
      left: -414px;
      padding-left: 0;
      padding-right: 50px;
  }

  a.show_details_left{
      position: relative;
  }
  a.show_details_left:hover .submenu_on_table{
    display: block;
  }
  a.show_details_left:hover .submenu_on_table .inner{
    overflow:auto;
  }

  a.show_details_left .submenu_on_table .inner:before {
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    border: 1px solid #f4f4f4;
    border-right: 0;
    border-bottom: 0;
    top: 34px;
    left: 394px;
    background: #FFF;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate( 
135deg
 );
    transform: rotate( 
135deg
 );
}

  #style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

/*---ScrollBar Design-----*/
/*
 *  STYLE 1
 */

 #style-1::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
 }
 
 #style-1::-webkit-scrollbar
 {
     width: 12px;
     background-color: #F5F5F5;
 }
 
 #style-1::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #555;
 }
 
 /*
  *  STYLE 2
  */
 
 #style-2::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #F5F5F5;
 }
 
 #style-2::-webkit-scrollbar
 {
     width: 12px;
     background-color: #F5F5F5;
 }
 
 #style-2::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background-color: #D62929;
 }
 
 /*
  *  STYLE 3
  */
 
 #style-3::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-3::-webkit-scrollbar
 {
     width: 6px;
     background-color: #F5F5F5;
 }
 
 #style-3::-webkit-scrollbar-thumb
 {
     background-color: #000000;
 }
 
 /*
  *  STYLE 4
  */
 
 #style-4::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-4::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-4::-webkit-scrollbar-thumb
 {
     background-color: #000000;
     border: 2px solid #555555;
 }
 
 
 /*
  *  STYLE 5
  */
 
 #style-5::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-5::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-5::-webkit-scrollbar-thumb
 {
     background-color: #0ae;
     
     background-image: -webkit-gradient(linear, 0 0, 0 100%,
                        color-stop(.5, rgba(255, 255, 255, .2)),
                        color-stop(.5, transparent), to(transparent));
 }
 
 
 /*
  *  STYLE 6
  */
 
 #style-6::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-6::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-6::-webkit-scrollbar-thumb
 {
     background-color: #F90;	
     background-image: -webkit-linear-gradient(45deg,
                                               rgba(255, 255, 255, .2) 25%,
                                               transparent 25%,
                                               transparent 50%,
                                               rgba(255, 255, 255, .2) 50%,
                                               rgba(255, 255, 255, .2) 75%,
                                               transparent 75%,
                                               transparent)
 }
 
 
 /*
  *  STYLE 7
  */
 
 #style-7::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
     border-radius: 10px;
 }
 
 #style-7::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-7::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-image: -webkit-gradient(linear,
                                        left bottom,
                                        left top,
                                        color-stop(0.44, rgb(122,153,217)),
                                        color-stop(0.72, rgb(73,125,189)),
                                        color-stop(0.86, rgb(28,58,148)));
 }
 
 /*
  *  STYLE 8
  */
 
 #style-8::-webkit-scrollbar-track
 {
     border: 1px solid black;
     background-color: #F5F5F5;
 }
 
 #style-8::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-8::-webkit-scrollbar-thumb
 {
     background-color: #000000;	
 }
 
 
 /*
  *  STYLE 9
  */
 
 #style-9::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 #style-9::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-9::-webkit-scrollbar-thumb
 {
     background-color: #F90;	
     background-image: -webkit-linear-gradient(90deg,
                                               rgba(255, 255, 255, .2) 25%,
                                               transparent 25%,
                                               transparent 50%,
                                               rgba(255, 255, 255, .2) 50%,
                                               rgba(255, 255, 255, .2) 75%,
                                               transparent 75%,
                                               transparent)
 }
 
 
 /*
  *  STYLE 10
  */
 
 #style-10::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
     border-radius: 10px;
 }
 
 #style-10::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-10::-webkit-scrollbar-thumb
 {
     background-color: #AAA;
     border-radius: 10px;
     background-image: -webkit-linear-gradient(90deg,
                                               rgba(0, 0, 0, .2) 25%,
                                               transparent 25%,
                                               transparent 50%,
                                               rgba(0, 0, 0, .2) 50%,
                                               rgba(0, 0, 0, .2) 75%,
                                               transparent 75%,
                                               transparent)
 }
 
 
 /*
  *  STYLE 11
  */
 
 #style-11::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
     border-radius: 10px;
 }
 
 #style-11::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-11::-webkit-scrollbar-thumb
 {
     background-color: #3366FF;
     border-radius: 10px;
     background-image: -webkit-linear-gradient(0deg,
                                               rgba(255, 255, 255, 0.5) 25%,
                                               transparent 25%,
                                               transparent 50%,
                                               rgba(255, 255, 255, 0.5) 50%,
                                               rgba(255, 255, 255, 0.5) 75%,
                                               transparent 75%,
                                               transparent)
 }
 
 /*
  *  STYLE 12
  */
 
 #style-12::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
     border-radius: 10px;
     background-color: #444444;
 }
 
 #style-12::-webkit-scrollbar
 {
     width: 12px;
     background-color: #F5F5F5;
 }
 
 #style-12::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: #D62929;
     background-image: -webkit-linear-gradient(90deg,
                                               transparent,
                                               rgba(0, 0, 0, 0.4) 50%,
                                               transparent,
                                               transparent)
 }
 
 /*
  *  STYLE 13
  */
 
 #style-13::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9);
     border-radius: 10px;
     background-color: #CCCCCC;
 }
 
 #style-13::-webkit-scrollbar
 {
     width: 12px;
     background-color: #F5F5F5;
 }
 
 #style-13::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: #D62929;
     background-image: -webkit-linear-gradient(90deg,
                                               transparent,
                                               rgba(0, 0, 0, 0.4) 50%,
                                               transparent,
                                               transparent)
 }
 
 /*
  *  STYLE 14
  */
 
 #style-14::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
     background-color: #CCCCCC;
 }
 
 #style-14::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-14::-webkit-scrollbar-thumb
 {
     background-color: #FFF;
     background-image: -webkit-linear-gradient(90deg,
                                               rgba(0, 0, 0, 1) 0%,
                                               rgba(0, 0, 0, 1) 25%,
                                               transparent 100%,
                                               rgba(0, 0, 0, 1) 75%,
                                               transparent)
 }
 
 /*
  *  STYLE 15
  */
 
 #style-15::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
     background-color: #F5F5F5;
     border-radius: 10px;
 }
 
 #style-15::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-15::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: #FFF;
     background-image: -webkit-gradient(linear,
                                        40% 0%,
                                        75% 84%,
                                        from(#4D9C41),
                                        to(#19911D),
                                        color-stop(.6,#54DE5D))
 }
 
 /*
  *  STYLE 16
  */
 
 #style-16::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
     background-color: #F5F5F5;
     border-radius: 10px;
 }
 
 #style-16::-webkit-scrollbar
 {
     width: 10px;
     background-color: #F5F5F5;
 }
 
 #style-16::-webkit-scrollbar-thumb
 {
     border-radius: 10px;
     background-color: #FFF;
     background-image: -webkit-linear-gradient(top,
                                               #e4f5fc 0%,
                                               #bfe8f9 50%,
                                               #9fd8ef 51%,
                                               #2ab0ed 100%);
 }

 p.table-text{
     font-size:13px !important;
     margin:0;
     padding:0;
     color: #7286a2 !important;
 }

 p.table-text.success{
     color: #28a745!important;
 }

  .sidebar-nav .submenu {
    max-height: 0;
    overflow:hidden;
    transition: all 0.2s ease-in-out;
  }
  
  .sidebar-nav li a{
    display: block;
    color: #dcdcdc;
    text-decoration: none;
  }
  .sidebar-nav li a:hover{
    display: block;
    color: #FFF;
    text-decoration: none;
  }
  
  .sidebar-nav li{
    border-left:2px solid transparent;
  }
  
  .sidebar-nav li.active{
    border-left: 4px solid #0084e5;
  }
  
  .sidebar-nav li.active a{
     background-color:#4a5d7f;
  }
  
  .sidebar-nav li a span{
     float: right;
     font-size: 0.7em;
     margin-right: 0.5em;
  }
  
  .sidebar-nav li ul {
    margin: 0;
    padding: 0;
  }
  
  .sidebar-nav a.is-active {
      color: #fff;
  }

  .badge-custom-one{
      min-width:80px;
  }

.progress-title{
    padding:0;
    margin:0;
}

.progress{
    margin-top:0;
    margin-bottom:20px;
}

.has-submenu .make-it-down{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.has-submenu.reverse .make-it-down{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.badge{
    font-size:12px !important;
}

@media screen and (max-width:823px) {
    .logo img {
        width: 3em;
    }
    .logotext {
        font-size: 0.7em;
    }
    .summery {
        display: none !important;
        font-size: 0.7em;
    }
    .welcome-user-block {
        text-align: right;
        font-size: 0.8em;
        margin-right: 52px;
        margin-bottom: 1em;
    }
    .date-time-show {
        text-align: center;
        font-size: 0.8em;
        display: none !important;
    }
    .main-menu .dropdown-menu {
        color: #FFF;
        background: transparent;
        border: 0;
        width: 100%;
    }
    .main-menu .dropdown-menu a {
        color: #FFF !important;
    }
    .main-menu .dropdown-item {
        padding: .25rem 1.5rem;
    }
    .page-title,.page-title.toggled {
        padding-left:0;
    }
    .header-top, .header-top.toggled{
        padding-left:0;
    }
    .header-top.toggled{
        margin-left:-250px;
    }
    a#menu-toggle {
        left: 15px;
        right: auto;
    }
    footer {
        position: relative;
    }
    .page-title, .page-title.toggled {
        padding-left: 0;
    }
    .page-title h1, .page-title h2, .page-title h3, .page-title h4, .page-title h5, .page-title h6 {
        margin-bottom: 0;
        text-align: center;
    }
    .header-top.toggled a#menu-toggle {
        left: auto;
        right: 8px;
    }
    .user-text{
        display: none;;
    }
    .icon-box.round.user{
        top: -35px;
        right: -45px;
    }
    .header-top.toggled .icon-box.round.user {
        right: -5px;
    }
    .main-logo{
        text-align: center;
        position: relative;
        /* margin: auto; */
        display: block;
        top: 9px;
    }
}

/* added by nisha */

.input-group .select2-container {
    width: auto !important;
    flex: 1 1 auto !important;
    margin: 0 4px;
}

.datefilter, .datefilter_project, .datefilter_component, .datefilter_milestone {
    border-top-right-radius: .25rem !important; 
    border-bottom-right-radius: .25rem !important; 
    margin: 0 4px !important;
}
.sidebar-nav > .sidebar-brand{
    margin-bottom: 0px !important;
}

.sidebar .nav-item .nav-link {
    display: block;
    text-align: left; 
    padding: 1rem;
}

#sidebar-wrapper{
    background: rgba(0,0,0)  !important;
}
.sidebar-nav li a{
    color: #fff !important;
    padding: 0 10px;
}
.text-xs{
    font-size: 16px;
}
.text-gray-800 {
    color: #818288 !important
}
.text-black{
    color: #333 !important;
}
.dashboard a{
    text-decoration: none !important ;
}
.text-blue {
    color: #3555b5;
}
.text-purple {
    color: #9c27b0;
}
.text-pink {
    color: #d02560;
}
.text-primary-blue {
    color: #377dc7!important;
}
.text-warning-yellow {
    color: #dca80c !important;
}
.fa-1x{
    font-size: 1.6em !important;  
}

@media(max-width:768px){
    .input-group .select2-container { 
        margin-bottom: 5px;
    }
    .filter-btn{
        margin-bottom: 5px;
    }
    .datefilter { 
        margin-bottom: 5px !important;
    }
}

@media(max-width:425px){
    .input-group .select2-container {
        width: 100% !important;  
        margin-bottom: 5px;
    }
     .filter-btn{
        margin-bottom: 5px;
    }
}


.p-file {
    padding: 3px 10px !important;
}
.font-14{
    font-size: 14px;
}
.font-15{
    font-size: 15px;
}
#profile .nav-pills .nav-link.active, .nav-pills .show>.nav-link { 
    background-color: #f1f4fd !important;
    border-left: 3px solid #4e73df !important;
    border-radius: 2px !important;
    padding: 10px 25px !important;
    font-weight: 500;
}
#profile .nav-pills .nav-link {
    font-weight: 500;
    border-radius: 2px !important;
    padding: 10px 28px !important; 
}
#profile .nav-pills .nav-link:hover{
    background-color: #4e73df !important; 
    color: #fff !important;
}

.tableFixHead thead th{
    background:  #F1F5FA !important;
}

tr:nth-child(even) {
    background-color: #F1F5FA;
}

 .pagination{
    float:right !important;
    margin-bottom: 0 !important;
}
.fa-unsorted:before, .fa-sort:before {
    content: "\2191" !important;
}
.fa-unsorted:after, .fa-sort:after {
    content: "\2193" !important;
}
.btn-warning{
    background-color:  #FF9F43 !important;
    border: 1px solid #FF9F43 !important;
}
.btn-purple{
    background-color: #6D81F5 !important;
    border: 1px solid #6D81F5 !important;
    color: #fff !important;
}

.text-primary{
    color: #6D81F5 !important;
}
table td{
    color: #7286a2 !important;
}
table td a {
    color: #43bb4c !important;
}
table td a:hover {
    color: #318839 !important;
}
table td.action{
    width:120px;
}
table td.action a{
    text-decoration: none;
}
table td.action a:hover{
    text-decoration: none;
}
table td.action a{
    color: #b8bdc3 !important;
}
.table th {
    color: #303e67 !important;
    font-weight: 600;
}
p{
    color: #303e67 !important;
}
label{
    font-size: 15px;
    font-weight: 600;
    color: #444;
}

/* Tooltip - Component */

:root {
    --tooltip_bg: rgba(0,0,0, .8);
    --tooltip_fontsize: 13px;
    --tooltip_minwidth: 80px;
    --tooltip_borderradius: 5px;
    --tooltip_color: #ffffff;
    --tooltip_cursor: help;
}

[data-tooltip] {
    position: relative;
    display: inline-flex;
    cursor: var(--tooltip_cursor);
}

[data-tooltip]:before {
    content: attr(data-tooltip);
    opacity: 0;
    position: absolute;
    background: var(--tooltip_bg);
    border-radius: var(--tooltip_borderradius);
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 50%;
    padding: 5px;
    text-align: center;
    color: var(--tooltip_color);
    font-size: var(--tooltip_fontsize);
    width: 100%;
    min-width: var(--tooltip_minwidth);
    max-height: 0px;
    transition: all .3s ease;
    overflow: hidden;
    margin: auto;
    line-height: 1.3em;
    pointer-events: none;
    z-index: 10;
}

[data-tooltip]:hover:before {
    opacity: 1;
    max-height: 600px;
    bottom: 100%;
    transform: translate(-50%, -10px);
}
.help-block{
    color:red;
    font-size: 12px;
    font-style: italic;
}
.help-block:before{
    content:"*";
}
.populate_pricebox{
    font-weight: 600;
}
.populate_price{
    display: inline-block;
    background-color:rgb(194 231 230);
    border-radius: 10px;
    margin-top:10px;
    margin-bottom:10px;
    font-size:1em;
    padding:0.5em 0.5em;
}
 .images-grid-custom{
    border: 8px solid #7cbce0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    width:100%;
 }
 .images-grid-custom img{
    width:100%;
 }
 .table-bordered td, .table-bordered th{
     vertical-align: middle !important;
 }
 input{
    border-radius: 4px !important;
 }
 #imagepreview{
    width:100%;
 }
 .pop{
    cursor: pointer;
 }
 .image-thumb{
    height:40px;
    width:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:2px solid #dbdbdb;
    overflow: hidden;
    margin-bottom:5px;
 }
 .image-thumb img{
    width:100%;
 }

 .image-input-same-line-custom{
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
 .custom-select {
    font-size: 0.8rem !important;
    height: calc(1.5em + 0.75rem + 7px) !important;
 }
#sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortable li { margin-bottom: 10px; padding:1.5em 0.5em; display: flex; align-items: flex-start; justify-content: flex-start; }
#sortable li div{ flex: 1; margin:0 1em; }
#sortable li div:last-child{ flex: 0 0 50px; }
#sortable li span { position: absolute; margin-left: -1.3em; }


.custom-form-control {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.custom-form-control:focus {
    color: #495057 !important;
    background-color: #fff !important;
    border-color: #80bdff !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.custom-form-control::-ms-expand {
    background-color: transparent !important;
    border: 0 !important;
}

.custom-form-control[disabled],
.custom-form-control[readonly] {
    background-color: #e9ecef !important;
    opacity: 1 !important;
}
