﻿.select_leaf_bg_black {
    background: #000;
    color: #fff;
    border: none;
    font-size: 15px;
    height: 30px;
    width: 200px;
}


.select_leaf_bg_common_v1 {
      padding-left: 13px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
    background: #F9F0DA;
    color: #9E9C9C;
     width: 200px;
      height: 40px;
}


.select_leaf_bg_common_v2 {
      padding-left: 13px;
    border: 2px solid #7BA7AB;
    border-radius: 5px;
   background-image: linear-gradient(to right, #112442 , #2A4570);
    /*color: #9E9C9C;*/
     width: 200px;
      height: 40px;
    color: #ffffff;
}

.select_leaf_bg_common_v2 option {
     
   background-image: linear-gradient(to right, #112442 , #2A4570);
  
    /*color: #ffffff;*/
}



.select_leaf_bg_common_v3 {
      padding-left: 13px;
    /*border: 2px solid #7BA7AB;*/
    border-radius: 5px;
   background-image: linear-gradient(to right, #ccc , #ccc);
    /*color: #9E9C9C;*/
    width: 90%;
      height: 40px;
    color: #000;
}
.select_leaf_bg_common_v3 option {
     
   background-image: linear-gradient(to right, #ccc , #ccc);
  
    /*color: #ffffff;*/
}