
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tLmNzcyIsInNvdXJjZXMiOlsiY3VzdG9tLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiJ9 */

/*# sourceMappingURL=custom.css.map */
* {
    -webkit-overflow-scrolling: touch;
}
body{
	overflow-x: hidden;
}
/*.container-fluid{
	padding-left: 0px;
	padding-right:0px;
}*/
.loan_type_text{
	background: #f0f0f0;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.error_msg{
	font-size: 11px;
    color: #ff0000 !important;
    line-height: 1.3;
    margin-bottom: 0;
}
.coApplicant_formi, .guarantor_formi{
    position: relative;
}
.coApplicant_cancel, .guarantor_cancel{
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
    color: #ff0000;
}
.my_card .card-header{
	padding: 10px 20px;
	background-color: rgba(0, 0, 0, 0.03);
}
.form_calender{
	position: relative;
}
.form_calender i{
    position: absolute;
    top: 9px;
    right: 9px;
    font-size: 17px !important;
    line-height: 1;
}
.modal_overflow_auto{
	height: 455px;
	overflow: auto;
}
.material-icons{
	font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 14px !important;
    line-height: 1;
/*    line-height: inherit !important;*/
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: text-bottom !important;
}
.materialFontSize_in_table{
	font-size: 13px !important;
}
.navbar{
  left: 0;
}
.main-sidebar{
  top: 70px;
}
.sidebar-mini .navbar{
  left: 0px;
}
.sidebar-mini .main-sidebar:after{
  top: 70px;
  width: 65px;
}
.light-sidebar #modules{
	padding: 20px 0px 20px 0px;
}
.sidebar-mini #modules{
    padding: 20px 0px 20px 0px;
}
.brand_logo{
  margin-right: 35%;
}
.brand_logo .header-logo-lg{
  display: block;
  height: 30px;
}
.brand_logo .header-logo-xs{
    display: none;
}
@media(max-width:480px){
  .main-sidebar {
    top: 0;
    width: 280px;
  }
  body.sidebar-gone .main-sidebar {
      left: -280px;
  }
  .brand_logo{
    padding: 0px 0px;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
  }
  .brand_logo .header-logo-lg {
        display: block;
        height: 23px !important;
  }
  .brand_logo .header-logo-xs{
    display: block;
    height: 51px;
    margin: 20px auto;
  }
  .header_name{
    display: none;
  }
  .header_branch{
    width: 120px;
  }
}

.modal_custom_btn{
	color: #2c2c2c;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 80px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.modal_custom_btn:hover{
	color: #2c2c2c;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.save_btn, .Approved_btn {
    color: #fff !important;
    background-color: #3bcea2;
    border: 1px solid #3bcea2;
    height: 35px;
}
.save_btn:hover, .save_btn.focus, .Approved_btn:hover, .Approved_btn.focus {
    color: #fff !important;
    background-color: #32be94;
    border-color: #32be94;
}

.Reject_btn {
    color: #fff;
    background-color: #ff7070;
    border: 1px solid #ff7070;
    height: 35px;
}
.Reject_btn:hover, .Reject_btn.focus {
    color: #fff !important;
    background-color: #f76b6b;
    border-color: #f76b6b;
}
.RefferBack_btn {
    color: #fff;
    background-color: #8383ff;
    border: 1px solid #8383ff;
    height: 35px;
}
.RefferBack_btn:hover, .RefferBack_btn.focus {
    color: #fff !important;
    background-color: #7373f3;
    border-color: #7373f3;
}
.RaiseException_btn {
    color: #fff;
    background-color: #ff885d;
    border: 1px solid #ff885d;
    height: 35px;
}
.RaiseException_btn:hover, .RaiseException_btn.focus {
    color: #fff !important;
    background-color: #f98054;
    border-color: #f98054;
}

.back_btn{
    color: #fff;
    background-color: #8d8d8d;
    border: 1px solid #8d8d8d;
    height:35px;
}
.back_btn:hover, .back_btn.focus {
    color: #fff !important;
    background-color: #707070;
    border-color: #707070;
}

.Submit_btn {
    color: #fff;
    background-color: #4abc5f;
    border: 1px solid #4abc5f;
    height: 35px;
}
.Submit_btn:hover, .Submit_btn.focus {
    color: #fff !important;
    background-color: #42b757;
    border-color: #42b757;
}
.Generate_btn {
    height: 32px;
    color: #fff;
    background-color: #6878fa;
    border: 1px solid #6878fa;
    border-radius: 2px;
    box-shadow: none;
    line-height: 1;
    height: 35px;
}
.Generate_btn:hover {
    color: #fff !important;
    background-color: #5a6aed;
    border-color: #5a6aed;
}
.ScanAadhaar_btn {
    color: #fff;
    background-color: #7037b9;
    border: 1px solid #7037b9;
    height: 35px;
}

.ScanAadhaar_btn:hover, .ScanAadhaar_btn.focus {
    color: #fff !important;
    background-color: #481688;
    border-color: #481688;
}
.Fetch_btn {
    height: 32px;
    color: #fff;
    background-color: #6878fa;
    border: 1px solid #6878fa;
    border-radius: 2px;
    box-shadow: none;
    line-height: 1;
}
.Fetch_btn:hover {
    color: #fff !important;
    background-color: #5a6aed;
    border-color: #5a6aed;
}
.MastersCreateBtn {
    color: #fff;
    background-color: #2f8dc1;
    border: 1px solid #2f8dc1;
    height: 32px;
    line-height: 1.9;
    border-radius: 2px px;
}
.MastersCreateBtn:hover, .MastersCreateBtn.focus {
    color: #fff !important;
    background-color: #1b75a7;
    border-color: #1b75a7;
}
    /*.main-sidebar .sidebar-brand a .logo-name{
	display: none;
}
.sidebar-mini .main-sidebar .logo-name{
	display: block !important;
}
.sidebar-mini .main-sidebar .sidebar-brand .header-logo{
	display: none;
}*/
    .sidebar-mini .main-sidebar a .header-logo {
        display: none;
    }
.main-sidebar .sidebar-brand a .logo-name{
	display: none;
}
.sidebar-mini .main-sidebar .logo-name{
	display: block !important;
    width: 65px;
    padding: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.dashboard_card_width{
    flex: 0 0 20%;
    max-width: 20%;
}
.main-sidebar .sidebar-menu li a.btn.btn-icon{
    height: 35px;
    color: #fff;
}
.sidebar-mini .main-sidebar .hidden_btn_text{
	display: none;
}

/*------------------------- Drag/Drop Div Start -------------------------- */
/*------------ Select2 css Start ----------------*/
.select2-container{
	width: 100% !important;
    font-size: 13px;
}
.select2-container .select2-selection--multiple, .select2-container .select2-selection--single{
	min-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    min-height: 30px;
    line-height: 30px;
}
.select2-container--default .select2-selection--multiple .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow{
	min-height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 12px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e4e6fc;
}
.select2-results__option{
	padding: 0px 6px;
	font-size: 13px;
}

.select2-search--dropdown{
	display: none;
}
.select2-container--default .select2-selection--single{
	border-radius: 0px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
	width: 6px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track{
	background: #f1f1f1;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb{
	background: #888;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover{
	background: #555;
}
/*------------ Select2 css End ----------------*/
/*------------ Accordion Start -----------*/
    .custom_accordian{
        margin-bottom: 15px;
    }
    .custom_accordian .card{
        background-color: #f9f9f9;
    }
    .custom_accordian .card-header{
        padding: 5px 15px;
    }
    .custom_accordian .card-body{
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.125);
        background-color: #fff;
    }
    .custom_accordian .heading_text {
        font-size: 14px;
        font-weight: 600;
        color: #1b1b9b;
        line-height: 30px;
    }
    .custom_accordian .collpase_arrow_cursor{
      cursor: pointer;
    }
    [aria-expanded='false'] > .CRM_rotate_data {
        transform: rotate(-90deg);
        position: relative;
        top: -1px;
    }
    [aria-expanded='false'] > .CRM_rotate_data:before {
        top: -3px;
    }
    .custom_accordian .add_btn_circle{
        padding: 0px 10px;
        font-size: 20px;
        vertical-align: middle;
        line-height: 1.9;
        color: #ff0000;
    }
/*------------ Accordion End -----------*/
/*------------ File Upload Start --------------*/
.image-upload{
    position: relative;
    max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0px;
}
.image-upload input {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: 0;
    }
    .upload-field {
      display: block;
      background: #fdfdfd;
      padding: 0px;
      border-radius: 0px;
      height: 130px;
      margin-bottom: 0px;
    }

    .upload-field .file-thumbnail {
      cursor: pointer;
      border: 1px dashed #e4e6fc;
      border-radius: 0px;
      text-align: center;
      padding: 20px;
      height: 130px;
    }

    .upload-field .file-thumbnail img {
      	width: 50px;
	    height: 50px;
	    object-fit: cover;
    }

    .upload-field .file-thumbnail h3 {
      font-size: 12px;
      color: #adadad;
      font-weight: 600;
      margin-bottom: 4px;
    }

    .upload-field .file-thumbnail p {
      font-size: 13px;
      color: #1e1e1e;
      margin-bottom: 0;
      font-weight: 500;
    }
/*-------------- File Upload End ------------*/
/*------------ Stepper Start ------------*/
.step {
  list-style: none;
  margin: .2rem 0;
  width: 100%;
  padding: 0px;
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

.step .step-item:not(:first-child)::before {
  background: #0069d9;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 9px;
  width: 100%;
}

.step .step-item a {
  	color: #acb3c2;
	display: inline-block;
	padding: 15px 4px 0;
	text-decoration: none;
	font-weight: 400;
	font-size: 13px;
}

.step .step-item a::before {
  background: #0069d9;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: .9rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: .9rem;
  z-index: 1;
}

.step .step-item.active a::before {
  background: #fff;
  border: .1rem solid #0069d9;
}

.step .step-item.active ~ .step-item::before {
  background: #e7e9ed;
}

.step .step-item.active ~ .step-item a::before {
  background: #e7e9ed;
}
/*------------ Stepper End ------------*/
/*--------- Custom Tab Start--------------*/
.progress_card .card{
    border: 1px solid #cdd4e0;
    box-shadow: none;
    margin-bottom: 15px;
}
.custom_tabs{
  margin-bottom: 15px;
}
.custom_tabs .nav-tabs::-webkit-scrollbar {
  height: 4px;
}
.custom_tabs .nav-tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.custom_tabs .nav-tabs::-webkit-scrollbar-thumb {
  background: #b8b8b8;
}
.custom_tabs .nav-tabs::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.custom_tabs .nav-tabs{
    border-bottom-width: thin;
/*    border-bottom: 1px solid #2e47dd;*/
    border-bottom: 1px solid transparent;
    background: #fff;
    overflow-y: hidden;
    flex-wrap: nowrap;
    width: 100%;
}
.custom_tabs .nav-tabs .nav-link{
  /*background-color: transparent;
  color: #2e47dd;*/
    background-color: #e6e6e6;
    color: #575757 !important;
    margin-right: 10px;
    border-radius: 5px;
    /* width: 125px; */
    height: 40px;
    white-space: nowrap;
    /* vertical-align: middle; */
    line-height: 25px;
    border: 1px dashed #b8b8b8;
    position: relative;
    margin-bottom: 1px;
    text-align: center;
}
.custom_tabs .nav-tabs .nav-link.active{
/*  background-color: #1b1b9b;*/
  background-color: #6d75f3;
  color: #fff !important;
}
.custom_tabs .tab-content{
/*  border:1px solid #1b1b9b;*/
  border-top:none;
  padding:0px 0px 15px;
}
.custom_tabs .nav-tabs .nav-link i.check_icon{
	position: absolute;
    top: -5px;
    right: -5px;
    color: #ffffff;
    font-size: 20px !important;
    text-shadow: 1px 1px 3px black;
}

/*.custom_tabs.my_custom_tabs .nav-tabs{
    border-bottom:none;
}
.custom_tabs.my_custom_tabs .tab-content{
    border:none;
    border-top: none;
    padding: 15px 15px;
}
.custom_tabs.my_custom_tabs .nav-tabs .nav-link{
    padding: 7px 15px;
    color: #494949;
}
.custom_tabs.my_custom_tabs .nav-tabs .nav-link.active{
    background-color: transparent;
    border-radius: 50px;
    color: #0069d9;
    padding: 7px 15px;
}

.custom_tabs.my_custom_tabs .nav-tabs .nav-item:after{
    content: "|";
    position: absolute;
    top: 6px;
}

.custom_tabs.my_custom_tabs .nav-tabs .nav-item:first-child:after{
  display: none;  
}*/
.tab-title{
    font-size: 18px;
    font-weight: 700;
    color: #1b1b9b;
    letter-spacing: -1px;
    margin-bottom: 3px;
}

/*-------- Custom Tab End--------------*/
/*---------- Add More Images on plus click Start -----------*/
.Add_more_div{
    display: inline-flex;
    margin-bottom: 15px;
    border: 1px dashed #c2c2c2;
    padding: 10px 10px;
}
.Add_more_div .select_doc_type{
	min-width: 220px;
}
.Add_more_div .select_doc_type, .Add_more_div .doc_num_div1, .doc_num_div2, .doc_num_div3, .doc_num_div4, .Add_more_div .img_upload_div, .Add_more_div .preview_icon_div{
    margin-right: 10px;
}
.Add_more_div .preview_icon_div, .Add_more_div .plus_icon_div{
    width: 35px;
    height: 35px;
    background: #ededed;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}
.Add_more_div .preview_icon_div a, .Add_more_div .plus_icon_div a{
	margin-left: 0;
}

/*---------- Add More Images on plus click End -----------*/
/*---------- Custom File Upload Start -----------*/


/*---------- Custom File Upload End -----------*/
/*---------- Switch Start -----------*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
  float:right;
  margin-bottom: 0;
}
.switch input {display:none;}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch input.primary:checked + .slider {
  background-color: #1b1b9b;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
/*----------- Switch End --------------*/
.current_balance_div{
	display: inline-block;
}
.API_history{
	display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    text-align: center;
}
.API_history a{
	display:block;
    background-color: #e5e5e5;
    line-height: 1;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}
.API_history a span{
    font-size: 20px !important;
    color: #1b1b9b;
    line-height: 30px;
}
.current_balance_div p{
	font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    color: #a1a1a1;
    font-weight: 400;
}
.current_balance_div h6{
	margin-bottom: 0px;
    font-size: 27px;
    line-height: 1;
    color: #1b1b9b;
}
.current_balance_div i{
    font-size: 23px !important;
    height: 27px;
}
.eye_pop_API_List{
	float: right;
	width: 23px;
}
.eye_pop_API_List i{
	color: #1b1b9b;
}
#API_details_pop h5{
	font-size: 14px;
    font-weight: 500;
    color: #1b1b9b;
}
#API_details_pop h6{
	font-size: 14px;
    font-weight: 400;
}
/*------------------------- Drag/Drop Div Start -------------------------- */
#modules {
  padding: 20px 0px 20px 20px;
  background: #fff;
  z-index: 1;
  border-radius: 10px;
  width: 100%;
}
summary{
  list-style-type: none;
}
.dropzone {
/*  padding: 20px;*/
  background: #fff;
  min-height: 380px;
  margin-bottom: 10px;
  z-index: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border:none !important;
}

.ui-droppable.ui-sortable.active {
  outline: 1px solid red;
}

.hover {
  outline: 1px solid blue;
}
.drop-item {
  cursor: pointer;
/*  margin-bottom: 10px;*/
/*  background-color: rgb(255, 255, 255);*/
/*  padding: 5px 10px;*/
/*  border-radisu: 3px;*/
/*  border: 1px solid rgb(204, 204, 204);*/
/*  position: relative;*/
  width: 100%;
}

.drop-item .remove {
  position: absolute;
  top: 4px;
  right: 4px;
}
.ui-droppable.ui-sortable .widget_div .card-header, .ui-droppable.ui-sortable .widget_div .card-body{
    padding: 15px 15px;
    position: relative;
}
.ui-droppable.ui-sortable .widget_config_icons{
	position: absolute;
    right: 24px;
    top: 15px;
    font-size: 14px;
    float: right;
    cursor: pointer;
    line-height: 1;
}
.ui-droppable.ui-sortable .widget_config_icons i{
    color: #a8a7a7;
    margin-left: 5px;
    font-size: 13px;
}
.ui-droppable.ui-sortable .widget_config_icons i:hover{
	color: #5a5a5a;
	cursor: pointer;
}
.ui-droppable.ui-sortable .widget_div h6{
	margin-bottom: 0px;
	font-size: 14px;
}
.ui-droppable.ui-sortable .widget_div p{
    margin-bottom: 0;
    color: #6c757d !important;
    font-weight: 400 !important;
    line-height: 25px;
    font-size: 13px;
}
.ui-droppable.ui-sortable .widget_div .card-body{
	height:200px;
	overflow: auto;
}
.ui-droppable.ui-sortable .widget_div ::-webkit-scrollbar {
  width: 8px;
}
.ui-droppable.ui-sortable .widget_div ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.ui-droppable.ui-sortable .widget_div ::-webkit-scrollbar-thumb {
  background: #b8b8b8;
}
.ui-droppable.ui-sortable .widget_div ::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.ui-droppable.ui-sortable .widget_fields{
	position: relative;
    display: flex;
    justify-content: space-between;
}
/*.ui-droppable.ui-sortable .widget_fields_icons {
    position: absolute;
    right: 0;
    top: 0;
}*/
.ui-droppable.ui-sortable .widget_fields_icons i.eye_icon{
	font-size: 10px;
    margin-left: 3px;
/*    color: #a8a7a7;*/
    color:#26d177;
    font-size: 13px !important;
}
.ui-droppable.ui-sortable .widget_fields_icons i.eye-slash_icon{
	font-size: 10px;
    margin-left: 3px;
    color:#ff0000;
    font-size: 13px !important;
}

.ui-droppable.ui-sortable .widget_fields_icons i.edit-icon{
	font-size: 10px;
    margin-left: 3px;
/*    color: #a8a7a7;*/
    color:#26d177;
    font-size: 13px !important;
}
.ui-droppable.ui-sortable .widget_fields_icons i.edit-slash-icon{
	font-size: 10px;
    margin-left: 3px;
    color:#ff0000;
    font-size: 13px !important;
}
/*------------------------- Drag/Drop Div End-------------------------- */

.pencil_img{
	width: 10px;
	margin-left: 3px;
}
.font_12{
	font-size: 12px;
}
.grey_color{
	color: #a8a7a7 !important;
}
.workdesk_div{
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 10%);
    height: 78px;
    display: table-cell;
    vertical-align: middle;
}
.workdesk_div:hover{
    background: #dddddd;
    color: #434343;
    font-weight: 700;
}
.workdesk_div h6{
	margin-bottom: 0px;
    font-size: 15px;
    font-weight: 500;
}
#Workdesk_accordian a{
    color: #6c757d;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    display: inline-table;
}
#Workdesk_accordian a:hover{
	text-decoration: none;
}
.society_name {
    margin-bottom: 0;
    font-size: 19px;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    color: #1b1b9b;
    text-align: center;
    display: flex;
    grid-column-gap: 10px !important;
    align-items: center;
}
.society_name_label {
    width: 100%;
    overflow: hidden;
    display: block !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height:1.8;
}
.society_name img {
    width: 30%;
}
.society_name_with_sidebar{
	margin-bottom: 0;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 39%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 600;
    color: #1b1b9b;
}
.Widget_list_div{
	border:1px dashed #cacaca;
	padding: 10px 10px;
	text-align: center;
}
.Widget_list_div p{
	margin-bottom: 0px;
}
.collapsible_div{
	margin-top: 15px;
}
.header_branch{
	padding: 0px 10px !important;
    height: 27px !important;
    border-radius: 0;
    font-size: 13px !important;
    width: 130px;
}
.header_name{
    padding: 13px 0px 0px 0px;
    margin-bottom: 0;
    color: #031b4e;
    font-weight: 400;
    font-size: 14px;
}
.setting_left_menu{
	font-size: 13px;
	font-weight: 500 !important;
	height: 40px !important;
}
.dashboard_card{
	background-color: #fff;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    box-shadow: 0 1px 20px 3px rgb(69 90 100 / 9%);
    margin-bottom: 20px;
}
.heading_title_text {
    font-size: 22px !important;
    font-weight: 700;
    color: #1b1b9b !important;
    letter-spacing: -1px;
    margin-bottom: 3px !important;
}
.custom_badge {
    position: absolute;
    top: -10px;
    margin-left: 6px;
    font-size: 13px;
    color: #1b1b9b;
}
.custom_badge .badge.badge-danger {
    padding: 0.25em 0px;
    font-size: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #ff0000;
    font-weight: 700;
}

/*-------------------Table start----------------*/
.table {
    color: #3b4863;
}
.table_width{
    width: 105px;
}
.custom_table p{
    margin-bottom: 0px;
}
.custom_table {
    width: 100%;
}
.custom_table .hack1 {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.custom_table .hack2 {
    display: table-cell;
    /*overflow-x: initial;*/
    overflow-x: auto;
    width: 100%;
}
.table-bordered thead th, .table-bordered thead td {
    padding: 9px 10px;
    line-height: 1.462;
    font-size: 13px;
    border-top-width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    vertical-align: top;
    background: #fafafa;
}

.table thead th, .table thead td {
    color: #595959 !important;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border-bottom-width: 1px !important;
    border-top-width: 0;
}
.table th, .table td {
    padding: 9px 10px !important;
    line-height: 1.462;
    font-size: 13px;
    vertical-align: top !important;
}
.table > :not(caption) > * > * {
    box-shadow: none;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #cdd4e0;
}
.progress{
	height: 7px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 15%);
}
.name_color{
    color: #1b1b9b;
    font-weight: 500;
}
.Application_ID, .brach_name {
    color: #97a3b9;
}
.red_color {
    color: #ff0000;
    font-weight: 500;
}
.green_color {
    color: #55ab35;
    font-weight: 500;
}
.blue_color {
    color: #1b1b9b;
    font-weight: 500;
}
.edit_icon, .load_document_icon, .history_icon{
    color: #1b1b9b;
    font-size: 13px;
    margin-left: 6px;
}
.Delete_btn{
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600;
}
/*-------------------Table End ----------------*/


/*-----------------------Dropdown css start -----------------*/
.custom_dropdow{
    display: inline-block;
}
.custom_dropdow .dropbtn {
    color: #1b1b9b !important;
    font-size: 13px;
    border: none;
    margin-left: 6px;
}

.custom_dropdow .dropdown {
  position: relative;
  display: inline-block;
}

.custom_dropdow .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f1f1f1;
  min-width: 140px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.custom_dropdow .dropdown-content a {
    color: black;
    padding: 7px 10px;
    text-decoration: none;
    display: block;
    font-size: 13px;
    text-align: left;
}

.custom_dropdow .dropdown-content a:hover {background-color: #1b1b9b;color:#fff;}

.custom_dropdow .dropdown:hover .dropdown-content {display: block;}

.custom_dropdow .dropdown:hover .dropbtn {cursor: pointer;}
/*----------------------- Dropdown css End -----------------*/
/*----------------------- Search bar css Start -----------------*/
.search_bar input {
    outline: none;
}

.search_bar input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
.search_bar input::-webkit-search-decoration,
.search_bar input::-webkit-search-cancel-button {
    display: none; 
}
.search_bar input[type=search] {
    padding: 0px 10px 0px 17px;
    width: 0;
    background: url(../img/search-icon.png) no-repeat 5px center transparent;
    border: 1px solid #1b1b9b;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
        cursor: pointer;
            background-size: 14px;
}
.search_bar input[type=search]:focus {
    padding: 0px 10px 0px 30px;
    width: 100px;
    background-color: #fff;
    border: solid 1px #1b1b9b;
    box-shadow: none;
  /*  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
       -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
            box-shadow: 0 0 5px rgba(109,207,246,.5);*/
}
/*----------------------- Search bar css End -----------------*/
.custom_btn {
    padding: 2px 10px !important;
    margin-left: 3px;
    display: initial;
    border: 1px solid #1b1b9b;
    background: transparent;
    color: #1b1b9b;
    border-radius: 0px !important;
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 31px;
}
.custom_btn:hover, .custom_btn:focus{
	color: #1b1b9b !important;
	border: 1px solid #1b1b9b !important;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 3px;
    margin-bottom: 0px;
    float: right;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.76562rem;
    line-height: 1.5;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3366ff;
    background-color: #fff;
    border: 1px solid #cdd4e0;
}
.record_show{
	margin-bottom: 0px;
	color: #031b4e;
}
.logo_img{
	height: 45px;padding-left:12px;
}
.mendatory_star{
	font-size: 17px;
	color: #ff0000;
}
/*------------------------ Modal Start --------------------------*/
.custom_modal_dialog {
    width: 650px;
    min-width: 650px;
    max-width: 650px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #cdd4e0;
    background: rgb(239 239 239 / 50%);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 500;
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}
.custom_modal_dialog .modal-content{
	border-radius: 0px;
}

/*------------------------ Modal End --------------------------*/

/*-------------------- Checkbox & Radio Start ----------------------*/
.ckbox {
    font-weight: normal;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 0;
}
.ckbox span {
    padding-left: 10px;
}
.ckbox span:empty {
    float: left;
}
.ckbox span:before,
.ckbox span:after {
    line-height: 18px;
    position: absolute;
}
.ckbox span:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #97a3b9;
    top: 1px;
    left: 0;
}
.ckbox span:after {
    top: 1px;
    left: 0;
    width: 16px;
    height: 16px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 55% 45%;
    background-color: #3366ff;
    line-height: 17px;
    display: none;
}
.ckbox span:empty {
    padding-left: 0;
    width: 3px;
}
.ckbox input[type="checkbox"] {
    opacity: 0;
    margin: 0;
}
.ckbox input[type="checkbox"]:checked + span:after {
    display: block;
}
.ckbox input[type="checkbox"][disabled] + span,
.ckbox input[type="checkbox"][disabled] + span:before,
.ckbox input[type="checkbox"][disabled] + span:after {
    opacity: 0.75;
}

.ckbox-inline {
    display: inline-block;
}
.ckbox.custom_checkBox{
  display: inline-flex;
  margin-bottom: 10px;
  line-height: 1.3;
}

/* Radio Box */
.rdiobox {
    font-weight: normal;
    position: relative;
    display: block;
    line-height: 18px;
}
.rdiobox span {
    padding-left: 13px;
}
.rdiobox span:before,
.rdiobox span:after {
    line-height: 18px;
    position: absolute;
}
.rdiobox span:before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 1px solid #97a3b9;
    border-radius: 50px;
    top: 2px;
    left: 0;
}
.rdiobox span:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    top: 7px;
    left: 5px;
    display: none;
}
.rdiobox span:empty {
    padding-left: 0;
    width: 16px;
    display: block;
}
.rdiobox input[type="radio"] {
    opacity: 0;
    margin: 0;
}
.rdiobox input[type="radio"]:checked + span:before {
    border-color: transparent;
    background-color: #3366ff;
}
.rdiobox input[type="radio"]:checked + span:after {
    display: block;
}
.rdiobox input[type="radio"][disabled] + span,
.rdiobox input[type="radio"][disabled] + span:before,
.rdiobox input[type="radio"][disabled] + span:after {
    opacity: 0.75;
}

.rdiobox-inline {
    display: inline-block;
}
/*-------------------- Checkbox & Radio End ----------------------*/
input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
@media(max-width:768px){
    .custom_table .hack2{
        overflow: auto;
    }
    .table thead th {
        white-space: nowrap;
    }
    .table thead th, .table thead td{
        font-size:12px;
    }
    .btn {
        letter-spacing: 0px;
    }
    .custom_modal_dialog {
        width: 80%;
        min-width: 80%;
        max-width: 80%;
    }
    .hidden-sm{
        display:none !important;
    }
    .society_name_label {
        width: 250px;
        overflow: hidden;
        display: block !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 1.8;
    }
}

@media (max-width: 480px){
	.heading_title_text {
	    font-size: 15px !important;
	}
	.custom_badge{
		top: -12px;
	}
	.custom_table .hack2 {
	    overflow-x: auto;
	}
	.main-content{
	    padding-left: 15px !important;
	    padding-right: 15px;
	}
	.society_name{
		display: none;
	}
	.header_name{
		padding: 5px 0px 0px 0px;
	}
	.dashboard_card_width{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.custom_btn {
	    width: auto !important;
        padding: 2px 9px !important;
	}
	.card .card-header h4 + .card-header-action{
		
	}
	.hidden-xs {
	    display: none !important;
	}
	.search_bar input[type=search] {
	    width: 0px;
	    background: url(../img/search-icon.png) no-repeat 7px center transparent;
	    background-size: 14px;
	    line-height: 1;
	    padding: 5px 13px;
	}
	.search_bar input[type=search]:focus{
		padding: 5px 10px 5px 30px;
    	width: 65px;
	}
    .step {
        width: 100%;
        overflow: auto;
        overflow-y:hidden;
    }
    .step .step-item {
        min-width: 125px;
        white-space: nowrap;
    }
    .custom_modal_dialog {
        width: 95%;
        min-width: 95%;
        max-width: 95%;
        transform: translate(-52%, -52%) !important;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */
    body {
        -webkit-overflow-scrolling: touch;
        -webkit-text-size-adjust: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) { /* Your Styles here */
    .leadGen_modal {
        height: 550px;
        max-height: 550px;
        overflow: auto;
    }
    #myModal .leadGen_modal {
        height: auto;
        max-height: -webkit-fill-available;
        overflow: auto;
    }
}
