/* antd custom styles */

.label {
    color: #4f6a89;
}
/* .ant-select-arrow::before {
    color: #cecece;
} */
.ant-input-group-addon .ant-select-arrow::before {
    color: #1555bc;
}
.ant-radio, .ant-radio-wrapper { font-size: 12px !important;}
.ant-radio-wrapper span, .ant-input-group > .ant-input:first-child {
    color: black;
}
.ant-select-selection__placeholder {
    color: #5e8cd2 !important;
}

.ant-select-selection.ant-select-selection--single {
    background-color: transparent;
    border: 1px #cecece solid !important;
    color: black;
}
.group input {
    border-bottom: 1px solid #fff;
    background-color: transparent;
}
.group input:disabled {
    color: #ABA9A9;
    border-bottom: 1px solid #ABA9A9;
}
.group label {
    color: black;
}
/* .group input:focus~label,
input:valid~label {
    color: #0477bd;
} */
.group .bar:before,
.bar:after {
    background: #fff;
}
/* .group .login_input~.bar1 {
    background-color: #0477bd;
} */
.group input:focus~span.invalid {
    color: #d07492;
}
.group span.invalid {
    color: #d07492;
}
.dategroup span.invalid {
    color: #d07492;
}
.selectgroup span.invalid {
    color: #d07492;
}


/* header css styles */

/* .ant-popover-title {
    color:#fff !important;
    background-color: #93A8C6;
} */
.ant-popover-inner-content {
    color: black;
}

.profile_menu>li>a {
    color: #484B4F;
}
.profile_menu>li>a>svg{
    color:#93A8C6 !important;
}

.profile_menu>li>a>i {
    color:#93A8C6 !important;
}

/* react table styles */

.ReactTable {
    background-color: #fff;
}
.ReactTable .rt-tr .rt-th {
    background-color: #f3f4f8;
}

/* select-menu styles */

.profile_image_div {
    background-color:#000;
}

.select_custom .Select {
    background-color: transparent;
    border-bottom: 1px solid #b6cef4;
}
.Select.is-open {
border-bottom: 1px solid #1555bc;
}

.Select-input > input {
background-color: transparent;
}

.Select-control {
background-color: transparent;
}

.Select-arrow {
border-color: #b6cef4 transparent transparent;
}

.Select-clear-zone:hover {
color: #f34482;
}

.Select-menu-outer {
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
border: 1px solid #1555bc !important;
background-color: #FFF;
color: #1555bc !important;
}

.Select-option.is-focused {
background-color: #1555bc !important;
color: #FFF;
}

.Select-option.is-selected {
background-color: #1555bc !important;
color: #FFF;
}
.ant-calendar-picker input::placeholder { 
    color: black;
}
input::placeholder {
    color: black !important;
}
/* ant select styles */

.ant-select-dropdown-menu-item:hover {
    background-color: #c7daf7 !important;
}
.ant-select-dropdown-menu-item-selected, .ant-select-dropdown-menu-item-selected:hover{
    background-color: #c7daf7 !important;
}

.ant-select-dropdown-menu-item-active{
    background-color: #c7daf7 !important;
}

/* validation styles */

.fixed_label {
    color: #d07492;
}

/* button group styles */

.btn-group {
    box-shadow: 0 5px 10px #ddd;
}
.btn-group .label {
    color: #ffff;
}

/* profile.css */

/* .profile_label {
    color: #0477bd !important;
} */
.change_password_button {
    background-color: #fff;
    /* color: #0477bd;
    border: 1px solid #0477bd; */
}

.change_password_button_spinner {
    color: #1581ED;
    background-color: transparent;
}

.profile_image_div {
    background-color:#000;
}

.group .ant-select-selection--single {
    color:black;
}

.group textarea {
    border:1px solid #B6CEF4;
}

.change_password_button:hover {
    /* background-color: #0477bd; */
    color: #fff;
}
.profile_mr .ant-select-selection.ant-select-selection--single{
    color: rgba(0, 0, 0, 0.65) !important;
}

/* .mom_form_popup .group input {
    border-bottom: 1px solid #0477bd;
} */

/* .mom_form_popup .group input:focus {
    border-bottom: 2px solid #0477bd;
} */

/* .mom_form_popup .group label {
    color: #0477bd;
} */

.edit-form {
    background-color: #F9F9F9;
}

.edit-form .select-wrap label {
    color: #1555bc;
}

.edit-form .guest_block {
    border: 1px solid #e1e6ef;
}

.edit-form .group input {
    border-bottom: 1px solid #B6CEF4;
}

.edit-form .group input:focus {
    border-bottom: 1px solid #1555bc;
}

.edit-form .ant-select {
    border-bottom: 1px solid #b6cef4;
}

.edit-form .ant-select:focus-within {
    border-bottom: 1px solid #1555bc;
}

.edit-form .group input:focus~label,
input:valid~label {
    color: #1555bc;
}

.edit-form .group .bar:before,
.bar:after {
    background-color: #1555bc;
}


/* *************** theme styles **************** */

/* right-container.css */

.right_login_conatiner .dropdown-toggle {
    background-color: #000;
}

.right_login_conatiner .lang span {
    color: #fff;
}

.login_header_section .text_bottom {
    color: #5c5c5c;
}

/* .forgot_password a {
    color:#0477bd;
} */
/* .forgot_password a:hover {
    color:#055b90;
} */

.login_button button {
    /* background-color: #0477bd; */
    color: #fff;
}
/* .login_button button:hover {
    background-color: #055b90;
}

.bottom_buttons {
    background-color: #0477bd;
    color: #fff;
} */

.login_lanaguage_box {
    background-color: rgba(0, 0, 0, 0.54);
}

.login_lanaguage_box .lang span {
	color: #fff !important;
}

.profile_menu>li>a {
    color: black;
}
.profile_menu>li>a>svg{
    color:#93A8C6 !important;
}

.profile_menu>li>a>i {
    color:#93A8C6 !important;
}
.login_input_container .input_group input {
    border-bottom: 1px solid #bdbdbd !important;
}

/* left-container.css */

.left_image_container .bottom_text {
    color: #fff;
}

/* side-bar.css */

.side_bar_section {
    background-color: #fff;
    border-right:1px solid #d8d8d8;
    box-shadow: 2px 12px 15px 3px #e4e4e4;
}

.side_bar_section .side_bar_items {
    border-bottom: 1px solid #ececec;
    color: black;
}
.side_bar_section .side_bar_items:hover {
    background-color:#ddd;
}

.side_bar_item_inner_section .second_a {
    border-bottom: 1px solid #c7c7c7;
    /* color: #0477bd; */
    background-color: #d4d4d4;
}
.side_bar_item_inner_section .second_a:hover {
    background-color: #c1c1c1;
    /* color: #055b90; */
}

/* administration_sidebar.css */

.administration_headings {
    border-bottom: 1px solid #ececec;
    color: black;
    background-color: #f5f5f5;
}
.administration_headings:hover {
    color: #464545;
}

.admin_panel .second_a , .admin_panel .first_a {
    color: black;
}
.admin_panel .second_a.active {
    color: #05598c;
}

.admin_panel .first_a.selected {
    color: #05598c;
}

/* overview.css */

/* scroll bar for image box */

.image_scroll_box::-webkit-scrollbar-thumb {
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.image_scroll_box::-webkit-scrollbar-track { 
    background-color: #fff;  
}

/* scroll bar for image box ends */

.ReactTable .rt-table::-webkit-scrollbar-thumb {
    border: 2px solid white;
    
}
.ReactTable .rt-table::-webkit-scrollbar-track { 
    background-color: #fff;  
}

/* scroll bar for react table ends */

.search_input::placeholder {
    color: red;
}

.record_container span {
    color: black;
}

.record_container b {
    color: black;
}
.css-rsyb7x input {
    color: black;
}
.css-1492t68 {
    color: black !important;
}
/* .filter_icon:hover,.filter_icon.active {
    color: #0477bd;
} */

.label_select_container .label_name{
    color: black;
}

.clear_filter_a{
    color: black;
}

/* .clear_filter_a:hover {
    color:#0477bd;
} */
.tab_section .nav-tabs>li>a {
    color: black;
}

.tab_section .nav-tabs>li.active>a, .tab_section .nav-tabs>li.active>a:focus, .tab_section .nav-tabs>li.active>a:hover {
    color: black;
}

.tab_search:hover {
    background-color: #fff !important;
}
@media (max-width: 767px){
    .tabsmobile {
        border-bottom: 1px solid #ddd !important;
    }
}

/* main-overview.css */

.intervention_details .ReactTable {
    border-left: 1px solid rgba(0,0,0,0.1);
}

.cancel_button {
    /* color: #0477bd; */
    background-color: #fff;
    /* border:1px solid #0477bd; */
}

.cancel_button:hover {
    background-color: #fff;
}

.pole_create_box label {
    color: black;
}

.border_bottom_imp .nav-tabs {
    border-bottom: 1px solid #ddd !important;
}
.instrumentation_tab .tab-content {
    border: 1px solid #ddd;
}
.disabled_a_tag {
    color: rgba(0, 0, 0, 0.25);
}
.red_round ,.red_round_normal_table{
    background-color: #0f9ead;
}

.red_background_color {
    background-color: red;
}

.color_D2E3F5_background_color {
    background-color: #D2E3F5;
}

.color_A5BDE5_background_color {
    background-color: #A5BDE5;
}

.color_928EB1_background_color {
    background-color: #928EB1;
}

.color_134D9C_background_color {
    background-color: #134D9C;
}

.color_B24801_background_color {
    background-color: #B24801;
}

.color_FFF991_background_color {
    background-color: #FFF991;
}

.color_DE5900_background_color {
    background-color: #DE5900;
}

.color_FFEF00_background_color {
    background-color: #FFEF00;
}

.color_3E6A11_background_color {
    background-color: #3E6A11;
}

.color_679327_background_color {
    background-color: #679327;
}

.color_A4DA65_background_color {
    background-color: #A4DA65;
}

.color_55BED7_background_color {
    background-color: #55BED7;
}

.color_87A063_background_color {
    background-color: #87A063;
}

.color_610A0A_background_color {
    background-color: #610A0A;
}

.color_8B4517_background_color {
    background-color: #8B4517;
}

.color_F8A757_background_color {
    background-color: #F8A757;
}

.color_DF7800_background_color {
    background-color: #DF7800;
}

.color_E0082D_background_color {
    background-color: #E0082D;
}

.color_C44483_background_color {
    background-color: #C44483;
}

.color_F847CE_background_color {
    background-color: #F847CE;
}

.color_D877CF_background_color {
    background-color: #D877CF;
}

.blue_background_color {
    background-color: #40a9ff;
}

.green_background_color {
    background-color: #06983d;
}

.orange_background_color {
    background-color: orange;
}

.cyan_background_color {
    background-color: cyan;
}

.crimson_background_color {
    background-color: crimson;
}

.rosy_background_color {
    background-color: rosybrown;
}

.indigo_background_color {
    background-color: indigo;
}

.black_background_color {
    background-color: black;
}
/* details.css */

/* .cost_tabs .cost_section_a_Tag{
    color: #0477bd;
}
.cost_tabs .cost_section_a_Tag:hover{
    color: #055b90;
} */
.cost_table_section .ReactTable {
    border: 1px solid rgba(0,0,0,0.1) !important;
}

.patient_info_drop_down button{
    background-color: #fff;
}

/* .common_button.pumpkin:hover {
    background-color: #d15116;
} */

/* .common_button.pumpkin {
    background-color: #ea733a;
} */

.patient_info_drop_down button:hover .caret_down{
    color:#fff !important;
}

/* .patient_info_drop_down .dropdown-menu a{
    color: #0477BD;
} */
.dropdown-menu a.active , .dropdown-menu a:active {
    background-color: #f8f9fa;
}

/* .patient_info_drop_down .dropdown-menu a svg{
    color:#0477bd !important;
}
.patient_info_drop_down .dropdown-menu a:hover{
    color: #0477bd;
} */
.btn-group button { width: auto;}
.btn-group button.text_button:hover { 
    /* background-color:#0477bd; */
    color: #fff !important;
}
.btn-group button.text_button.eye:hover { 
    background-color:#fff !important;
    /* color: #0477bd !important; */
}
/* .btn-group button { 
    border: 1px solid #0477bd !important;
    color: #0477bd !important;
}  */
.btn-group button.drop_button:hover { 
    /* background-color: #0477bd !important; */
    color: #fff !important;
}
.eye_button_section {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    float: left;
}

.header_content_box {
    border: 1px solid #ddd;
}

.header_content_box_value{
    border-top: 1px solid #ddd;
}

.component_heading {
    color: black;
}

.header_copy_paste {
    border-bottom: 1px solid #e9e9e9;
}

.toast_div {
    background-color: #757575;
    color: #fff;
    box-shadow: 3px 3px 16px 5px #eee;
}
.toast_div button {
    color: black;
    background-color: #fff;
}
.toast_div button:hover {
    background-color: #eaeaea;
    /* color: #0477BD; */
}

.checkall {
    border-bottom: 1px solid #E9E9E9;
}

.image_scroll_box .image-box {
    background-color: #eaeaea;
}

/* copy to intervention */

.select_tag_input .ant-select-selection--multiple .ant-select-selection__choice {
    color: rgb(18, 119, 189);
    background-color: #f7f7f7;
}
.select_tag_input .ant-select-selection--multiple .ant-select-selection__choice:hover {
    background-color: #fff;
}
.select_tag_input .ant-select-selection__choice__remove:hover {
    color: rgb(18, 119, 189);
}
.select_tag_input .ant-select-selection__choice__remove {
    color: rgb(18, 119, 189);
}
.select_all {
    color: rgb(18, 119, 189);
}

/* text-element.css */

.rdw-editor-toolbar {
    border: 1px solid #e6e6e6;
}
.rdw-editor-main {
    border: 1px solid #e6e6e6;
}
.rdw-dropdown-selectedtext span {
    color: black;
}

/* ext-elements.css */

.rank_div a {
    background-color: #eee;
}
.rank_div a svg{
    /* color: #0477bd; */
    background-color: #e7e7e7;
}

/* .rank_div a:hover {
    background-color: #0477bd;
} */

.rank_div a:hover svg {
    color: #fff;
    background-color: transparent;
}

/* position.css */

.position_header {
    border: 1px solid #e6e6e6;
    background-color: #ececec;
}

.position_header .header_text {
    color: black;
}
.position_header span svg {
    color: red;
}
.position_delete_button {
    border: 1px solid #bb0d0d;
    color: #bb0d0d;
    background-color: #fff;
}
.position_delete_button:hover {
    background-color: #ececec;
}

.position_download_button {
    /* border: 1px solid #0477bd;
    color: #0477bd; */
    background-color: #fff;
}
.position_download_button:hover {
    background-color: #ececec;
}
.position_contents {
    border: 1px solid #e6e6e6;
}
.position_table tr td {
    border: 1px solid #ececec;
}
.image_description label {
    color: black;
}
.content_overlay {
    background: rgba(0, 0, 0, 0.7);
}

.bottom_image_name {
    color: #5c5c5c;
}
.bg_ec {
    background-color: #f3f3f3;
}

/* medical device.css */

.check_box_container span {
    color: #888888;
}
.normal_tab .nav-tabs{
    border-bottom: 1px solid #ddd !important;
}
.medical_device_header {
    border-bottom: 1px solid #ececec;
}

/* elements.css */

.installation_table.ReactTable {
    border: 1px solid rgba(0,0,0,0.1);
}
.medical_device_box {
    border: 1px solid #ddd;
}

.add_image_text {
    color: #fff;
}

/* create-intervention.css */

.steps-content {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
  }
  .steps_outer_container_mom {
    border: 1px solid #e9e9e9;
    background-color: #fafafa;
  }

  .step_header {
    color: black;
    border-bottom: 3px solid #5c5c5c;
  }
  .step4_second_header {
    color: black;
  }
  .steps_label {
    color: black;
  }
  .steps_label_special {
    color: black;
  }
  .special_character_span {
    color: #949494;
  }
  .code_header {
    color: black;
  }

  .code_value {
    color: #9c9898;
  }
  .radio_check_item {
    color: black;
  }
  .radio_container span {
    color: black;
  }
  .ant-btn { font-size: 11px !important;}
  .ant-btn:hover {
    color: #fff;
    background-color: #40a9ff;
    border-color: #40a9ff;
  }
  .ant-btn:focus {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
  }
  .name_field .anticon-info-circle {
    color: rgb(234, 177, 73);
  }

  .ant-btn span .ant-spin { padding: 5px;}
/* ***** course.css ******/

.course_label {
    color: #5c5c5c;
}
.border_section {
    border: 1px solid #ddd;
}
.add_row_plus {
    background-color:rgb(18, 119, 189);
    color: #fff;
}
.add_row_plus:hover {
    background-color: rgb(15, 101, 160);
    color: #ffffff;
    box-shadow: 2px 3px 15px 0px #ccc;
}

.create_row_button {
    background-color: #fff;
    -webkit-box-shadow: 2px 3px 15px 0px #ccc;
    box-shadow: 2px 3px 15px 0px #ccc;
}
.create_row_button i svg:hover{
    color:#fff;
}
.create_row_button:hover {
    color: #fff;
}

/* copy paste popup */

.table_copy_paste tbody tr{
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background-color: #f5f5f5;
}

.source_destination_container {
    background: #e6e6e6;
}

/* treatments.css */

.treatments_create_box {
    border: 1px solid #ececec;
}

.treatments_create_box label {
    color: black;
}

/* pole.css */

.pole_breadcrumb {
    border-bottom: 1px solid #e0e0e0;
}
.ant-breadcrumb-link {
    color: #f5dada;
}
.ant-breadcrumb a {
    color: rgba(0, 0, 0, 0.7);
}
.ant-breadcrumb a:hover {
    color: rgba(0, 0, 0);
}
.ant-breadcrumb-separator {
    color: black;
}
.common_button {
    color: #fff;
    /* background-color: #0477bd; */
    -webkit-box-shadow: 2px 3px 15px 0px #ccc;
    box-shadow: 2px 3px 15px 0px #ccc;
}
.common_button[disabled] {
    color: #a0a0a0;
    background-color: #ccc;
    pointer-events: none;
}
.common_button:hover {
    /* background-color:#055b90; */
    color: #fff;
}
.with_border {
    -webkit-box-shadow: 2px 3px 15px 0px #ccc;
    box-shadow: 2px 3px 15px 0px #ccc;
    /* border: 1px solid #0477bd;
    color: #0477bd; */
    background-color: #fff;
}
.with_border:hover {
    color:#fff !important;
    /* border: 1px solid #0477bd;
    background-color: #0477bd; */
}
.pole_create_box {
    border: 1px solid #ececec;
}

/* bloc.css */

.bloc_breadcrumb {
    border-bottom: 1px solid #e0e0e0;
}
.ant-breadcrumb-link {
    color: black;
}
.ant-breadcrumb a {
    color: rgba(0, 0, 0, 0.5);
}
.ant-breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.ant-breadcrumb-separator {
    color: #5c5c5c;
}

.bloc_create_box {
    border: 1px solid #ececec;
}

.bloc_create_box label {
    color: black;
}

/* doctor.css */

.common_label {
    color: black;
}

/* main-container.css */


.four_boxes .side_bar_items.selected {
    background-color:#ececec;
}
.four_boxes .side_bar_items:hover {
    background-color:#ddd;
}

.rt-tr.disabled_row {
    background-color: #ececec;
    pointer-events: none;
    cursor: not-allowed;
}

.edit_delete_button {
    background-color: #fff;

}
.edit_delete_button:hover {
    background-color: #ececec;
}
/* .edit_button {
    border: 1px solid #0477bd;
    color: #0477bd;
}
.edit_color {
    color: #0477bd;
} */
.check_color {
    color: green;
}
.edited_row {
    background: #cae8c2;
}
.edited_row span svg {
    color:#06983d;
}
.delete_color {
    color: #bb0d0d;
}
.delete_button {
    border: 1px solid #bb0d0d;
    color: #bb0d0d;
}

.border_bottom_green {
    border-bottom: 2px solid #b3ffb3;
}
.border_bottom_red {
    border-bottom: 2px solid #ffb4b4;
}
.border_bottom_blue {
    border-bottom: 2px solid #ccccf9;
}
.border_bottom_orange {
    border-bottom: 2px solid #f9e6c4;
}
.border_bottom_gray {
    border-bottom: 1px solid #ddd;
}
.border_none{
    border: 0px  !important;
}
.border_bottom_0{
    border-bottom: 0px  !important;
}
/* close button  */

/* .sidebar_close {
    background: #0477bd;
}
.sidebar_close:hover {
    background: #055b90;
} */
.sidebar_close svg {
    color: #fff;
}
.color_5c5c5c {
    color: #5c5c5c;
}

  
  .bt-menu-trigger span {
    background-color: #fff; 
  }
  .bt-menu-trigger span:after,
  .bt-menu-trigger span:before {
    background: #fff;
  }
.css-1aya2g8 {
    background-color: #fff !important;
}

.table_heading {
    background: #6a7e8c;
    color: #ffffff;
}

/* header.css */

/* .navbar-brand svg {
    color: #0477bd;
} */

.navbar {
    box-shadow: 2px 2px 15px 3px #e4e4e4;
}
/* .horizontal_menu .display_table_cell.user_profile span{
    color: #0477bd;
} */

.lang span {
    color: black;
}

.administrator_a a {
    color:black;
}
/* .administrator_a:hover a {
    color:#0477bd;
}

.administrator_a:hover svg {
    color:#0477bd;
}
  
.cool-link::after {
    background: #0477bd;
} */

/* dashboard.css */

.mom_benchmark_text {
    color: black;
}
.box-items .box_item_name {
    color: #fff;
}
.color_boxbg1 {
    background-color:#596AB1;
}
.color_boxbg2 {
    background-color:#4A72B7;
}
.color_boxbg3 {
    background-color:#0796A6;
}
.color_boxbg4 {
    background-color:#007A6C;
}

.main_container_footer {
    border-top: 1px solid #c3c3c3;
}
.main_container_footer span {
    color:black;
}

.color_bg_large {
    background-color: #E8E7E7;
}

.first_a {
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.four_boxes .first_a {
    color: black;
}

.first_a:hover {
    background-color:#dedddd; 
}

.side_bar_section .inner_a .first_a {
    border-bottom: 1px solid #ececec;
}

.four_boxes .side_bar_section .inner_a .first_a  {
    color: #5c5c5c;
}

.four_boxes .side_bar_section .inner_a .first_a:hover {
    color: #05598c;
}

.inner_a .second_a {
    border-bottom: 1px solid #ccc;
}

.four_boxes .inner_a .second_a {
    background-color: #d4d4d4;
}

.four_boxes .inner_a .second_a:hover {
    background-color: #c1c1c1;
    color: #05598c;
}

.mom-sidebar .inner_a .second_a:hover {
    background-color: #CDCCCC;
}

@media only screen and (max-width:991px) {
    .navbar {
        background-color: #fff;
    }
}

/* index.css */

.mom-sidebar .first_a {
    color: black;
}

/* .mom-sidebar .first_a.active, .mom-sidebar .second_a.active {
    color: #0477bd;
} */

.mom-sidebar .second_a {
    color: black;
}

.mom-sidebar .side_bar_items.expandable.selected {
    background-color: #ffffff;
    /* color: #0477bd; */
}

.mom-sidebar .second_a.active {
    background-color: #e7e8eb;
}

.mom-sidebar .inner_a .first_a.active {
    background-color: #e7e8eb;
}

/* theme.css */

.sidebar_open_overlay {
    background-color: #000;
}

/* performance.css */
.pharmacy_top_section {
    border: 1px solid #ddd;
}

/* specialities.css */

.tab_section_speciality  li a {
    border-bottom: 1px solid #ddd !important;
}

/* no course found text */

.no_course_step {
    background-color: #f7e6e6;
}

.file_upload_dragger .anticon-close {
    color:#E91E63 !important;
    background: #e0dede;
}
.file_color {
    color: #e69c14;
}
.success_error_popover {
    background-color: #f7f7f7;
}
.ant-popover-arrow {
    background: #f7f7f7 !important;
}
.success_error_popover .success_error_key {
    color: black;
}
.success_error_popover .red {
    color: rgba(255, 0, 0, 0.5);
}
.success_error_popover .green {
    color: rgba(0, 128, 0, 0.5);
}

.ant-select-dropdown-menu-item {
    color: black !important;
}

.white_label {
    color: white;
}
