/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 23, 2020, 9:48:06 PM
    Author     : Adity
*/

.select2 {
    width: 100% !important;
    line-height: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 17px !important;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + 1.3rem + 2px) !important;
    
}

.btn-phi {
  color: #ffffff;
  background-color: #e7717d !important;
}

.bg-input-disable {
    background-color: #EDF6FD !important;
}