/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
.modal{
    overflow:visible !important;
}

.modal-body{
    overflow:visible !important;
}
/*.select2-container{
    z-index: 999 !important;
}*/
.select2-container--open{
    z-index: 999999 !important;
}

.wrapper-content {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 50px 150px;
  border: 3px solid #48c9b0;
  /*font-family: Roboto;*/
}

.title {
  display: block;
  padding-top: 5px;
  font-size: 17px;
  font-weight: 700;
  color: rgba(52, 73, 94, 0.3);
  letter-spacing: 0;
  font-size: 18px;
  line-height: 1.72222;
}

/********************
Select2 Override style
*********************/
/* Assign min-width to container */
.select2-container {
  min-width: 100%;
 
}

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
/*.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
top	:-87px;
}*/

/*.dropdown-content{
    z-index:999999 !important;
}*/

/*.select2-results__options{
    overflow-y: auto;
    max-height: 150px;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
   
  background:#202766 !important;
  color: #ffffff;
}
.select2-container--flat .select2-results__option[aria-selected=true] {
    color:#000000; 
 
  opacity: 0.8;
}
 
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 1px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
 
  font-size: 14px;
  text-indent: 1px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
 
  border: 1px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow:inset;
  -moz-box-shadow: inset;
  box-shadow:inset;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow:inset;
  -moz-box-shadow:inset;
  box-shadow: inset;
}

.select2-search {
  margin-top: 0px;
 
}
.select2-search input {
  height: 26px;
  
}

.select2-search--dropdown{
    height: 40px !important;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  
  outline: none;
  -webkit-box-shadow:inset;
  -moz-box-shadow: inset;
  box-shadow: inset;
}

.select2-dropdown-open .select2-choice {
  -webkit-box-shadow: inset;
  -moz-box-shadow:inset;
  box-shadow:inset;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}


.select2-results .select2-highlighted {
  background: #16a085;
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

 
.select2-container--flat .select2-selection--single {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border: 1px solid #f5f5f5;
    outline: none;
    height:3.5rem !important;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding-left: 5px;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
 
  line-height: 34px;
  font-size: 1.7rem;
    padding-left: 0px !important;
    
    color: inherit;
}

.select2-container--disabled{
    color: gray;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  z-index:999;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #a2a2a2;
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

 
.select2-container--flat .select2-selection--multiple {

}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #16a085;
  cursor: pointer;
}
.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice {

  color: #656565;
  
  border: 1px solid #202665;
  border-radius: 0px;
  padding: 3px 5px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
}
.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
  color: #16a085;
  margin-right: 6px;
  margin-left: 6px;
  float: right;
}*/




