@import url("https://fonts.googleapis.com/css?family=Poppins:500,400,600|Inter:500");
body
{
	font-family: Poppins !important;
}
.sidebar .logo img
{
	width:97px;
}
.sidebar .bg-class
{
	background: linear-gradient(217deg, #ffffff 10.96%, #ffffff 56.64%, #ffffff 85.53%) !important;
    height: 97px;
    width: 97px;
    display: inline-block;
    border-radius: 77px;
}
.sidebar .bg-class img
{
	width: 77px;
    height: 77px;
    border-radius: 77px;
    top: 10px;
    position: relative;
    border: 2.5px solid #f18622;
}

.sidebar .label .text-user 
{
  font-family: Poppins;
  font-weight: 600;
  color: #000000;
  font-size: 22px;
  letter-spacing: 0;
  line-height: normal;
}

.sidebar .label .text-position 
{
  font-family: Poppins;
  font-weight: 600;
  color: #00000066;
  font-size: 14px;
  letter-spacing: 0;
  line-height: normal;
}
.sidebar .logo
{
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.sidebar
{
	width: 260px;
}

#sidebar_menu
{
	padding-right: 17px;
    padding-left: 20px;
}
.sidebar #sidebar_menu>li
{
	margin-right:0px;
}
.sidebar #sidebar_menu>li>a 
{
    color: #888C9F;
    margin-top: 0;
    height: 64px;
    margin-left: 0px;
    padding:0px;
    padding-top: 8px;
    padding-left: 12px;
    padding-bottom: 8px;
}
.sidebar #sidebar_menu li a .icon_menu 
{
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 43px;
    border-radius: 10px;
    background: rgba(245, 248, 250, 0.80);
}
.sidebar #sidebar_menu li a img
{
	width: 24px;
	height: 24px;
}

.sidebar #sidebar_menu li a span
{
	padding-left: 15px;
	font-weight: 600;
	font-size: 14px;
	font-style: normal;
}
.sidebar #sidebar_menu>li a.active, .sidebar #sidebar_menu>li a:hover, .sidebar #sidebar_menu>li a.activate, .sidebar #sidebar_menu>li a:hover
{
    color: #012B65;
    border-radius: 6px;
    background: #F3F6F9;
}

.sidebar #sidebar_menu>li a.active .icon_menu, .sidebar #sidebar_menu>li a:hover .icon_menu, .sidebar #sidebar_menu>li a.activate .icon_menu, .sidebar #sidebar_menu>li a:hover .icon_menu
{
    background: #fff;
}

.main_content .main_content_iner 
{
    background: url(../img/Background.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.page_title_left h3
{
	color: #000000;
}
.header_iner
{
	background: transparent;
	padding:15px;
}
.header_notification_warp li
{
	width: 42px;
    height: 42px;
    text-align: center;
    padding: 9px;
    background: #fff;
    border-radius: 12px;
}
.sidebar_icon
{
    top: 14%;
    left: 14px;
    bottom: 32px;
}
.main-title h3
{
	color: #212121;
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
}
.btn.btn-primary
{
	border-radius: 6px;
    border: 1px solid #f18622;
    background: transparent;
    color: #f18622;
    padding: 12px 19px;
    font-size: 12px;    
    font-style: normal;
    font-weight: 600;
}

.btn.btn-primary:hover
{
    background: #f18622;
    color: #fff;
    transition: 0.2s;
}

.table-responsive 
{
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.tableFixHead table 
{
    border-collapse: collapse;
    width: 100%;
}
.text-nowrap 
{
    white-space: nowrap!important;
}
.table
{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background-color: transparent;
}
table 
{
    border-collapse: collapse;
}

.table thead tr th 
{
    background-color: #F3F6F9 !important;
    color: #464E5F !important;
    font-size: 13px;
    letter-spacing: 0.36px;
	text-transform: uppercase;
	font-weight: 600;
}
.table tbody tr td 
{
    font-size: 13px;
    font-weight: 500;
    color: #464E5F;
}
.table thead th 
{
    vertical-align: middle;
    border: none;
}
.tableFixHead th 
{
    position: sticky;
    top: 0;
    background: #eee;
    z-index: 2;
}
.tableFixHead th, .tableFixHead td 
{
    padding: 7px 16px;
}
.table td, .table th 
{
    padding: 0.75rem !important;
    vertical-align: middle;
    border: none !important;
}

tr:first-child th:first-child { border-top-left-radius: 6px; }
tr:first-child th:last-child { border-top-right-radius: 6px; }

tr:last-child th:first-child { border-bottom-left-radius: 6px; }
tr:last-child th:last-child { border-bottom-right-radius: 6px; }

.running_mode
{
	color: #f18622;
    font-weight: 500;
}
.process_button
{
	background: url(../img/btn-bg.png);
    border: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    line-height: 0px;
    vertical-align: middle;
}
.process_button i.fa-play
{
    vertical-align: middle;
    left: 1px;
    position: relative;
}
.process_button i.fa-pause
{
    vertical-align: middle;
    left: 0px;
    position: relative;
}
.yellow-color
{
	color: #F1BC00 !important;
}
.red-color
{
	color: #F64E60 !important;
}
.green-color
{
	color: #50CD89 !important;
}
.purple-color
{
    color: #8960C0 !important;
}
.lightblue-color
{
    color: #2AAED8 !important;
}
.btn-blue
{
	border-radius: 5.111px;
    background: #012B65;
    border: none;
    color: #fff;
    width: 46px;
    height: 46px;
    font-size: 20px;
    font-weight: 500;
}
.form-control 
{
    border-color: #F3F6F9 !important;
    height: 44px !important;
    border-radius: 4px;
    background-color: #F3F6F9 !important;
    font-size: 14px;
    color: #464E5F;
    padding: 11px 20px
}
.form-control:focus
{
    color: #464E5F;
}
::placeholder 
{
  color: #A4B8CC !important;
  opacity: 1; 
}

::-ms-input-placeholder 
{ 
  color: #A4B8CC !important;
}

textarea
{
   resize: none !important;
}

.form-label 
{
    color: #464E5F;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 5px;
    width: 100%;
}
.select2
{
    width: 100% !important;
}
.select2-container .select2-selection--single, .select2-container .select2-selection--multiple
{
    min-height: 44px !important;
    background: #F3F6F9;
    border-color:#F3F6F9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered 
{
    color: #464E5F;
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Status"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Project"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Priority"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Module"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Featherist"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Type"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Leave Status"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Branch"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Department"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Client"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Project Manager"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Option"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Meeting Taken By"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Role"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Source"], .select2-container--default .select2-selection--single .select2-selection__rendered[title="Select Employee"]
{
    color: #A4B8CC;
    line-height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow 
{
    height: 44px;
}


/*.select2-container
{
    width: 100% !important;
}*/
.btn.btn-default 
{
    border-radius: 6px;
    border: 1px solid #464E5F !important;
    background: transparent;
    color: #464E5F;
    padding: 12px 19px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.btn.btn-default:hover
{
    background: #464E5F;
    color: #fff !important;
    transition: 0.2s;
}
.pagination .page-link 
{
    color: #7E8299;
    background-color: transparent;
    border:none;
    width: 35px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-right: 2px;
}
.pagination .page-link:hover, .page-item.active .page-link
{
    background: linear-gradient(217deg, #f18622 10.96%, #f0a259 56.64%, #f9d1ac 85.53%) !important;
    color: #fff !important;
}
.pagination .page-link:focus
{
    box-shadow: none;
}
.task_comment_div
{
    right: 172px;
    width: 800px;
    position: absolute;
    top: 255px;
    z-index: 9999;

}
.task_comment_div1
{
    right: 150px !important;
    top: 100px !important;
}
.status_body
{
    height: auto !important;
}
.status_body .h6
{
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;

}

.status_body .status_label
{
    color: #181C32;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.status_body .white_card_body .btn-outline-success, .modal-body .btn-outline-success
{
    border-radius: 4px;
    background: #F3F6F9;
    color: #8092a4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 12px;
    border:none;
}


.btn-check:active+.btn-outline-success, .btn-check:checked+.btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
    color: #fff;
    background-color: #f18622;
    border-color: #f18622;
    box-shadow: none !important;
}
input:hover, input:focus 
{
    outline: none!important;
    box-shadow: none !important;
}

.popup-bg.active
{
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99939999;
}
.Menu_NOtification_Wrap.active
{
    z-index: 99999999999;
}
button.btn.btn-blue1
{
    border-radius: 4px;
    background: #012B65;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 58px;
}
button.btn.btn-blue1:hover
{
    background: transparent;
    border:1px solid #012B65;
    color: #012B65;
    transition: 0.2s;
}

button.btn.btn-grey1
{
    border-radius: 4px;
    background: #F3F6F9;
    color: #A4B8CC;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 58px;
}
button.btn.btn-grey1:hover
{
    background: transparent;
    border:1px solid #A4B8CC;
    color: #A4B8CC !important;
    transition: 0.2s;
}
.task_comment_div .nofity_footer
{
    padding: 13px 20px;
    background: transparent; 
}
.select2-container--default .select2-results__option--highlighted[aria-selected] 
{
    background-color: #012B65;
    color: white;
}
table.dataTable a
{
    color: #464E5F;
}
table.dataTable a:hover
{
    color: #616877;
}

#statusButtons label input[type="radio"], .remarkButtons label input[type="radio"]
{
    opacity: 0 !important;
    display: none !important;
}

#statusButtons label, .remarkButtons label
{
    border-radius: 4px !important;
    background: #F3F6F9 !important;
    color: #A4B8CC !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding: 10px !important;
    border: none !important;
    margin-right: 20px !important;
}

#statusButtons label:hover, #statusButtons label.active, .remarkButtons label:hover, .remarkButtons label.active
{
    background: #f18622 !important;
    color: #ffffff !important;
}
.pop_close_btn
{
    padding: 5px;
    border: 1px solid;
    border-radius: 47px;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 10px;
    color:#464E5F !important;
    line-height: 20px;
}

.modal-title
{
    color: #212121;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.modal-content .form-label
{
    color: #181C32;
    font-weight: 500;
}
.modal-header
{
    border-bottom: none;
}
.modal-footer
{
    flex-wrap: nowrap;
    border-top: none;
}
.modal-footer button
{
    width: 50%;
}

/*.task_assignee_detail_div .main_div
{
    display: flex;
}*/

.task_assignee_detail_div .main_div img
{
    width: 100px;
    height: 100px;
    padding:6px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    display: inline-block;
    object-fit: contain;
}

.from_to_arrow
{
    /* top: 33%;*/
    font-size: 24px;
    color: #f18622;
    /*position: relative;*/
}
.assignee_text
{
    color: #3F4254;
    font-size: 16px;
    font-weight: 600;
}
.assignee_emp_text
{
    color: #B5B5C3;
    font-size: 12px;
    font-weight: 500;
}
.task_assignee_detail_div table tr td
{
    padding: 0 !important;
    font-size: 14px;
}
.task_assignee_detail_div table tr td.text-start
{
    color: #464E5F;
    font-weight: 500;
    padding-bottom: 15px !important;
}


.task_assignee_detail_div table tr td.text-end
{
    color: #B5B5C3;
    font-weight: 500;
    padding-bottom: 15px !important;
}
h5.description_div_detail
{
    color: #B5B5C3;
    font-size: 14px;
    font-weight: 500;
}

.task_assignee_detail_div table.main_div  tr td
{
    padding-bottom: 0 !important;
}

.sub_task_div
{
    border-radius: 5px;
    border: 1px solid #DADADA;
}
.task_detail_comment .nav-link
{
    font-size: 16px;
    font-weight: 500;
    background-color: transparent !important;
    color: #808080;
    transition: 0s;
}
.task_detail_comment .nav-link.active
{
    color: #f18622;
    border-bottom: 2px solid #f18622;
    border-radius: 0;
}
.task_detail_comment .card-header, .task_detail_comment .card-footer
{
    background: transparent;
}
.task_detail_comment
{
    border-top: 1px solid #EFF2F5;
}
.task_detail_comment .card-header
{
    border-bottom: 1px solid #EFF2F5;

}
.task_detail_comment .card-footer
{
    border: none;
}
.card-comments .card-comment img 
{
    height: 48px;
    width: 48px;
    float: left;
    border-radius: 8px;
    margin-right: 10px;
}
.card-comments .comment-text 
{
    color: #78838e;
    margin-left: 40px;
}
.card-comments .username 
{
    color: #212121;
    display: block;
    font-weight: 600;
}
.card-comments .text-muted {
    font-size: 12px;
    font-weight: 400;
    color: #B5B5C3 !important;
}
.card-comment
{
    padding: 10px 0;
}
.float-right
{
    float: right;
}

.card-body .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay 
{
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255,255,255,.7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}
.comment_send_button
{
    position: relative;
    top: -37px;
    float: right;
    right: 15px;
}
.description.attachments
{
    color: #848489 !important;
    margin-right: 10px;
}
.description.attachments:hover
{
    color: #adadb0 !important;
}
.task_detail_count_div
{
    padding: 8px 20px !important;
    background: transparent !important;
    border: 1px solid #0ac948 !important;
    border-radius: 6px;
    color: #0ac948 !important;
    font-size: 14px;
    font-weight: 500;
}
.task_detail_count_div:hover
{
    border: 1px solid #0ac948 !important;
    background: #ECFFF6 !important;
    color: #0ac948 !important;
}

.task_detail_count_div.task_detail_count_red:hover
{
    background: #f6dcdf !important;
    color: #F64E60 !important;
    border: 1px solid #F64E60 !important;
}

.task_detail_count_div_blank
{
    padding: 8px 44px !important;
}

.task_detail_count_red
{
    border: 1px solid #F64E60 !important;
    color: #F64E60 !important;
}
.task_detail_count_green
{
    border: 1px solid #0ac948 !important;
    color: #0ac948 !important;
    background-color: #ECFFF6 !important;
}
.task_detail_count_yellow
{
    border: 1px solid #F1BC00 !important;
    color: #F1BC00 !important;
    background-color: #FFFAE9 !important;
}
.font1
{
    color: #212121;
    font-size: 18px;
    font-weight: 500;
}
.font1 b
{
    color: #f18622;
}
.filters_div
{
    background: #F3F6F9;
    border-radius: 4px;
}
.filters_div li .nav-link
{
    padding: 12px 19px;
    font-size: 12px;
    color:#B5B5C3;
}
.filters_div li .nav-link.active
{
    background: transparent;
    color: #3F4254;
    font-weight: 500;
    border-bottom: 1px solid #f18622;
    border-radius: 0;
}

.filters_div li .nav-link:hover
{
    color: #3F4254;
    border-bottom: 1px solid #f18622;
    border-radius: 0;
}
.filters_div li.nav-item.active
{
    border-bottom: 1px solid #f18622;
    border-radius: 0;
}
.filters_div li.nav-item:hover
{
    color: #3F4254;
    border-bottom: 1px solid #f18622;
    border-radius: 0;
}
#month, #year
{
    font-size: 12px;
    color: #B5B5C3;
}
#select2-month-container, #select2-year-container
{
    font-size: 12px;
    color: #B5B5C3;
    line-height: 40px;
    padding: 0px 19px;
}
.employee_list_table .emp_name
{
    color: #464E5F;
    font-size: 13px;
    font-weight: 500;
}
.employee_list_table .emp_email
{
    color: #B5B5C3;
    font-size: 12px;
    font-weight: 500;
}
.employee_list_table .emp_img
{
    width: 50px;
    height: 50px;
    border-radius: 6px;
}
.btn_square
{   
    background: linear-gradient(220deg, #f18622 0%, #f9d1ac 110.18%) !important;
    padding: 6px 7px !important;
    text-align: center;
    color: #fff !important;
}
.btn_square i
{
    font-size: 13px;
}

.btn.bg-blue
{
    background: #012B65 !important;
    border-color: #012B65 !important;
    color: #fff !important;
}
.btn.bg-blue:hover
{
    background: #fff !important;
    border-color: #012B65 !important;
    color: #012B65 !important;
    transition: 0.2s;
}

.data_dashboard_div .dashboard_div p.data_number
{
    color: #464E5F;
    font-size: 22px;
    font-weight: 600;
}

.data_dashboard_div .dashboard_div p.data_title
{
    color: #B5B5C3;
    font-size: 13px;
    font-weight: 500;
}
.data_dashboard_div .dashboard_div
{
    height: 70px;
    padding: 9px 34px 8px 29px !important;
}
.data_dashboard_div .white_card
{
    border-radius: 18px;
}
.note-editor.note-frame .note-popover .note-popover-content, .note-editor.note-frame .note-toolbar 
{
    background-color: #F3F6F9 !important;
    border-bottom: 1px solid #EEEFF3;
}
.note-editor.note-frame .note-editing-area .note-editable 
{
    background-color: #F3F6F9 !important;
}
.note-editor.note-frame {
    border-color: #F3F6F9 !important;
}
.note-editor.note-frame .note-statusbar .note-resizebar, .note-status-output
{
    display: none !important;
}
.Menu_NOtification_Wrap .Notification_body .single_notify .notify_thumb img
{
    width: 64px !important;
    height: 64px !important;
}
.Menu_NOtification_Wrap .notification_Header
{
    background: linear-gradient(217deg, #f18622 10.96%, #f0a259 56.64%, #f9d1ac 85.53%) !important;
}
.Notification_body h5 i
{
    padding: 10px;
    border: 1px solid;
    color: #fff;
    background: linear-gradient(217deg, #f18622 10.96%, #f0a259 56.64%, #f9d1ac 85.53%) !important;
    border-radius: 6px;
    margin-right: 10px;
}

/* Collpsa Div Start  */

.sidebar.collaps-div
{
    width: 120px;
}
.sidebar.collaps-div .logo img
{
    width: 75px;
    top: 9px;
}
.sidebar.collaps-div .bg-class
{
    height: 66px;
    width: 66px;
}
.sidebar.collaps-div .bg-class img
{
    width: 48px;
    height: 48px;
}
.sidebar.collaps-div #sidebar_menu
{
    padding-right: 4px;
    padding-left: 7px;
}
.sidebar.collaps-div #sidebar_menu>li>a
{
    margin-left: 18px;
    padding: 10px;
}
.sidebar.collaps-div.sidebar #sidebar_menu>li a::after
{
    display: none;
}
.sidebar.collaps-div #sidebar_menu li a span
{
    display: none;
}
.sidebar.collaps-div .label .text-position, .sidebar.collaps-div .label .text-user
{
    display: none;
}

.collaps-div-main
{
    padding-left: 120px;
}

.calendar_txt
{
    background-image: url(../img/icon/calendar.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 95%;
}

.sidebar #sidebar_menu>li a.mm-active::after
{
    transform: rotate(0deg) translate(0,-50%);
}

/* Collpsa Div End  */

.select2-dropdown
{
    border:0.6px solid #f18622 !important;
    border-top:0.6px solid #f18622 !important;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}
.select2-container--default .select2-results>.select2-results__options
{
    padding: 0px 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
    border-radius: 2px;
    background: #F9F9F9;
    color: #f18622;
    font-weight: 400;
    text-transform: capitalize;
}
.select2-container--default .select2-search--dropdown .select2-search__field
{
    border: 1px solid #aaa;
    border-color: #F3F6F9 !important;
    height: 44px !important;
    border-radius: 4px;
    background-color: #F3F6F9 !important;
    font-size: 14px;
    color: #A4B8CC;
    padding: 11px 20px;
}

.select2-container--default .select2-results__option[aria-selected=true] 
{
    background-color: #F9F9F9;
}
.daterangepicker
{
    border: 0.6px solid #f18622;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span
{
    border-color:#f18622 !important;
}
.daterangepicker .calendar-table th
{
   color:#f18622 !important;
}
.daterangepicker td.start-date.end-date
{
    border-radius: 25px;
}
.daterangepicker td.active, .daterangepicker td.active:hover 
{
    background-color: #f18622;
    border-color: transparent;
    color: #fff !important;
    border-radius: 32px;
}
.daterangepicker .calendar-table td
{
   color:#22215B;
}
.datepicker table tr td span
{
    font-size: 12px;
    color: #22215B;
    font-weight: 400;
}
.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled]
{
    background: linear-gradient(220deg, #046C92 0%, #58CE5B 110.18%);
}
.datepicker-dropdown
{
    border: 0.6px solid #f18622 !important;
}
.datepicker-months .prev, .datepicker-months .next
{
    color: #f18622;
}
.lead-title-bg
{
    width: 125px;
    position: absolute;
    top: 465px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    border: 1px solid #ccc;
    display: inline-block;
}
.branch_div_dashboard .select2
{
 width: 150px !important;
}

.white_card_body table tr td.sticky_footer
{
    position: sticky;
    bottom: 0;
    z-index: 9999999999;
}
.notify_content .dropdown-item:hover, .notify_content .dropdown-item:hover h5, #header_comments_list_div .dropdown-item:hover, #header_comments_list_div .dropdown-item:hover p
{
    color: #f18622 !important;
    background: transparent !important;
}