.radio label{
color: #000000;
}
select{
    text-transform: capitalize;
}
.dataTables_wrapper .dataTables_length select
{
    border:1px solid #ccdff0 !important;
    border-radius: 5px !important;
    box-shadow: none;
    outline: 0px;
    height: 50px;
    background: #f0f4f8 !important;
}
.table>:not(:last-child)>:last-child>*{
    border-bottom-color: #ccdff0;
}
.dataTables_wrapper .dataTables_filter input
{
    border: 0px;
    border-radius: 3px;
    padding: 5px;
    background-color: #f0f4f8 !important;
    margin-left: 3px;
    height: 50px;
    width: 240px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.paginate_button 
{
  cursor: pointer;
  color: #ffffff;
}
.paginate_button:hover 
{
  color: linear-gradient(91.68deg, #03CE85 -8.87%, #3CFFC7 129.44%); !important;
}
.dt-button.buttons-csv
{
    color: #38a2fb !important;
    border:1px solid #38a2fb !important;
    border-radius: 5px;
    padding: 5px;
    width: 120px;
    font-size: 12px;
    float: right;
    margin-left: 50px;
    border: 0px;
    background: #ffffff !important;
    height: 40px;
    margin-top: 10px;

}
.dataTables_filter {
    margin-top: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active
{
    background: #3057E5 !important;
}
.paginate_button.current{
    background: #38a2fb !important;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after
{
font-size: 20px !important;

}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after
{
    opacity: 1 !important;
    font-size: 20px !important;
}

.table-hover>tbody>tr:hover
{
     color: #ffffff !important;
}
app-view-ag-profile .multiselect-dropdown .dropdown-btn .selected-item{
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-top: -3px;
    background:#ffffff !important;
    color: #133f8c !important;
    padding: 5px !important;
    border: 0px !important;
    border-radius: 50px !important;
}
app-search-tool .multiselect-dropdown .dropdown-btn .selected-item
{
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-top: 3px;
    background:#ffffff !important;
    color: #133f8c !important;
    padding: 5px !important;
    border: 0px !important;
    border-radius: 50px !important;
    
}
app-book-review .signledd .multiselect-item-checkbox input[type=checkbox]+div:before
{
    color: #ffffff !important;
    border: 2px solid #ffffff;
}
.signledd .multiselect-item-checkbox input[type=checkbox]+div:before
{
    border-radius:20px;
}
app-view-ag-profile .multiselect-dropdown .dropdown-btn
{
   background: #f1f4f8;
    height: 50px !important;
    padding: 13px 15px !important;
    color: #253e8c !important;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px !important;
    border: 1px solid #d0def0 !important;
    display: block;
    width: 100%;
    line-height: 1.5;
    background-image: url(../assets/images/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-size: 24px;
}
app-search-tool .multiselect-dropdown .dropdown-btn{
    font-size: inherit;
    min-height: 37px !important;
    width: 100% !important;
    margin-bottom: 15px;
    outline: none !important;
    color: #133f8c !important;
    background: transparent !important;
    border: 1px solid #D0DEF0 !important;
    border-radius: 5px !important;
}
app-view-ag-profile .selected-item a,
app-search-tool .selected-item a
{
    color: #133f8c !important;
}
option{
        display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 5px;
    padding-top: 10px !important;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
      text-indent: 5px;
      line-height: 30px;

}
#sidebar {  
    min-width: 250px;   
    max-width: 250px;   
    position:relative;  
     
    ; /*rgba(0,0,0,0.7)*/   
    z-index: 0; 
    transition: all 0.3s;   
    /*height:calc(100vh - 0px);*/   
    min-height: calc(100vh - 0px);  
    max-height: 100%;   
    /*-webkit-box-shadow: 4px 0px 24px 0px rgba(237,237,237,1); 
    -moz-box-shadow: 4px 0px 24px 0px rgba(237,237,237,1);  
    box-shadow: 4px 0px 24px 0px rgba(237,237,237,1);*/ 
} 
#sidebar .list-unstyled
{
    padding-left: 15px;
}
#sidebar .title{    
width: 100%;    
    text-align: center; 
    color: #ffffff; 
    font-size: 18px;    
    font-weight: bold;  
    margin-bottom: 20px;    
}   
.dropdown-menu ul li ul {   
    margin-left: 20px;  
}   
.search-options {   
    display: block; 
    padding: 10px;  
    margin-bottom: 20px;    
    color: #A9BEDF; 
    font-size: 13px;    
    border-radius: 5px; 
    margin-left: 10px;  
}   
#search-button {    
    margin-top: 15px;   
}   
#sidebar .navbar-logo   
{   
    margin-bottom:75px;
    width: 100%;
    text-align: center;
    margin-top: 36px;    
}
@media (max-width:767px) {  
        #sidebarCollapse {  
        display: block; 
        float: left;    
        margin-top: 10px;   
    }   
    #sidebarCollapse.btn .material-icons    
    {   
        top: -1px;  
        left: :2px; 
    }   
}   

.app-book-review ng-multiselect-dropdown .dropdown-list{
    background: #475C80;
    color: #ffffff !important;
}
.app-book-review ng-multiselect-dropdown .dropdown-list li{
color: #ffffff;
}
app-book-review  .dropdown-multiselect__caret
{
    color:#ffffff !important;
    border-color: #ffffff transparent !important;
}
app-book-review  .dropdown-list
{
    background: linear-gradient(90deg, #3057E5 -1.86%, #64A9FE 100%) !important;
    color: #ffffff;
    box-shadow: none !important;
    border: 0px !important;
}
app-book-review .multiselect-item-checkbox input[type=checkbox] + div
{
 color: #ffffff !important;
}
app-book-review  .multiselect-item-checkbox:hover
{
    background: #213453 !important;
}
app-book-review .selected-item
{
    background: transparent !important;
    color: #28CB92 !important;
    border: 1px solid #28CB92 !important;
    border-radius: 15px !important;
    padding: 0px 10px !important;
    max-width: 250px !important;
}
app-book-review .selected-item a
{
color: #28CB92 !important;
}
app-book-review .dropdown-list li
{
    padding: 10px 10px !important;
    border-bottom: 1px solid #ffffff;
}
app-sidebar
{
     background: #3057E5;
     padding-bottom: 50px;
}
.detail-header-flex-1
{
    background: linear-gradient(90deg, #3057E5 2.49%, #64A9FE 100%);
    width:100%;
    min-height: 82px;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 24px;
    border-radius: 18px 18px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    word-wrap: break-word;
    position: relative;
}
.detail-header-flex-2
{
    background: linear-gradient(90deg, #3057E5 2.49%, #64A9FE 100%);
    width:100%;
    min-height: 104px;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 24px;
    border-radius: 18px 18px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    word-wrap: break-word;
    position: relative;
}
.detail-header-flex-2 span{
    height: 50px;
    width: 50px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.item-name
{
    width: 200px;
    height: fit-content;
    position: absolute;
    left: 121px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}
.item-details
{
    padding: 30px 25px;
    font-size: 14px;
    border-radius: 0px 0px 18px 18px;
    margin-bottom: 30px;
}
.item-short-description
{
    margin-bottom: 20px;
}
.item-price
{
    font-size: 22px;
    font-weight: bold;
}
.item-price-outer
{
    margin-bottom: 20px;
}
.item-subline1
{
    font-size: 14px;
}
.item-subline2
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom:20px;
}
.select-dd
{
    background: linear-gradient(90deg, #3057E5 -1.86%, #64A9FE 100%);
    border-radius: 10px;
    height: 38px;
    width: 100%;
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance: none;
    margin-bottom: 10px;
    text-align-last: center;
    border: 0px;
    color: #ffffff;
    padding: 0px 20px;

}
.item-questions
{
    margin-bottom: 20px;
}
.height-38
{
    height: 38px !important;
    line-height: 38px;
    padding: 0;
}
.contact-button
{
    color: #03CE85;
    border: 1px solid #03CE85;
    background: #ffffff;
    font-weight: bold;

}
.item-description
{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;

}
.item-description li
{
    padding: 0px;
    margin: 0px;
    background: url("../images/li-tick.svg");
    padding-left: 30px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left;
}
.detail-header-flex-2 span img{
    text-align: center;
    margin: auto;
}
.margin-auto{
    margin: auto;
}
.new-header
{
    background: linear-gradient(90deg, #3057E5 2.49%, #64A9FE 100%);
    width:100%;
    min-height: 40px;
    color: #ffffff;
    padding-top: 24px;
    padding-left: 12%;
    padding-right: 12%;
    padding-bottom: 24px;
    border-radius: 10px 10px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    word-wrap: break-word;  
    margin-bottom: 0px !important; 
}
.askgenie-logo-accounts
{
    width: 200px;
    margin-bottom: 10px;
    float: left;
    position: absolute;
    top: -50px;
}

.odd > td {
    background-color: #f0f4f8 !important;
}
.odd,.even
{
    min-height: 40px;
}
thead tr{
    background: #133f8c;
    color: #ffffff;
    height: 55px;
} 
tr{
  height: 55px;  
}
.back-top-header
{
    background: rgba(210, 219, 232, 0.22);
    height: 50px;
    line-height: 50px;
    padding: 0px 18px;
}
.back-top-header div
{
    color: #253E8C;
    font-family: 'Mulish';
    font-size: 13px;
    cursor: pointer;
}
.progress-count
{
    float: left;
    text-align: center;
    margin: auto;
    width: 100%;
    position: relative;
}
.progress-count:before
{
    content: '';
    background: #111111;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}
.progress-count div{
    float: left;
    width: 80px;
}
.progress-count .number
{
    color: #D0DEF0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    padding: 10px;
    border-radius: 100%;
    display: block;
    font-size: 22px;
    text-align: center;  
    margin: auto;
    margin-bottom: 10px;
}
.progress-count .number
{
    color: #D0DEF0;
}
.multiselect-dropdown .dropdown-btn span
{
    font-size: 13px !important;
    font-weight: 700;
    font-family: 'Mulish' !important;
}
.dt-head-center {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.dropdown-list .filter-textbox,
.dropdown-list .filter-textbox input
{
    background: #D0DEF0;
    opacity: 0.4;
}
.dropdown-list
{
    font-weight: 700;
    padding-top:0px !important;
    box-shadow: 0px 0px 20px 0px rgba(28, 40, 63, 0.15) !important;
    border: 0px !important;
}
.dropdown-list li{
    font-weight: 700;
    border-bottom: 1px solid #D0DEF0;
    min-height: 30px;
    line-height: 30px;
    color: #253E8C;
}
.multiselect-item-checkbox input[type=checkbox] + div
{
color: #253E8C !important;
 font-weight: normal;
}
.login-footer
{
    position: fixed;
    background: linear-gradient(89.95deg, #1C283F -77.73%, #3057E5 101.3%);
    width: 100%;
    height: 80px;
    bottom: 0px;
}
.login-footer .logo-1
{
    margin-left: 30px;
    margin-top: 20px;
    float: left;
}
.blueborder
{
    border:1px solid #03ce85 !important ;
}
.file-upload-progress{
    width: 0%;
    display: block;
    height: 4px;
    background: #03ce85;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.dt-button.buttons-csv.gray-disable-button
{
    background: lightgray !important;
    color: gray !important;
    cursor: not-allowed;
        position: relative;
}
.dt-button.buttons-csv.gray-disable-button:hover::after
{
       content: 'Premium';
    position: absolute;
    left: 0px;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 10px;

}
.my-dashboard-section.gray-disable-button
{
    position: relative;
    cursor: not-allowed;
}
.my-dashboard-section.gray-disable-button:hover::after
{
    content: 'Premium Feature';
    position: absolute;
    left: 0px;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    vertical-align: middle;
    padding: 80px;

}