
/* ----------------Select 2 - Start---------------- */
.select2-container{width:100% !important;}
.select2-container{font-size:.9rem;}
.select2-container .select2-selection--single{height:35px;border-color:#dee2e6;}
.select2-container--default .select2-selection--single .select2-selection__rendered{height:35px; line-height:34px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height:34px;}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-width:0; height:auto; width:auto; margin-top:-10px;left: 25%; color:#222;}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{font:normal normal normal 14px/0 FontAwesome; content:"\f107";}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after{font:normal normal normal 14px/0 FontAwesome; content:"\f106";}

.simple-select2-sm .select2-container{font-size:.75rem;}
.simple-select2-sm .select2-container .select2-selection--single{height:28px;border-color:#dee2e6;}
.simple-select2-sm .select2-container--default .select2-selection--single .select2-selection__rendered{height:28px; line-height:27px;}
.simple-select2-sm .select2-container--default .select2-selection--single .select2-selection__arrow{height:27px;}
/* ----------------Select 2 - End---------------- */


/* ----------------Scroll Bar - Start---------------- */
.scroll-wrapper > .scroll-content {height:300px; max-height:300px;}
/* ----------------Scroll Bar - End---------------- */


