*{
    margin: 0px;
    padding:0px;
}
:root {
  --bs-primary: #0045ab;
  --bs-primary-rgb: 0, 69, 171;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-warning-bg-subtle: #F6EFBD;
  --bs-warning-text-emphasis: #EB5F10;

  --bs-body-font-family: 'Inter', sans-serif;
}
html, body {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #FBFAFF;
}
html, body {
  font-family: 'Inter', sans-serif;
  position: relative;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.btn-gradient {
    background: linear-gradient(to right,#05C3F9,#004AD1);
    color: #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    border-left-color: #05C3F9;
}
.padded-cell {
  padding: 27px;
}

.btn-gradient:hover, .btn-outline-primary:hover {
    background: linear-gradient(to right,#0291BA,#063893);
    border-left-color: #0291BA;
    color: #FFFFFF;
}
.btn-gradient:focus {
    border: 2px solid #0291BA;
    outline: none; 
}
.btn-gradient:active {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    color: #FFFFFF !important;
}
.btn-gradient-disabled{
    background: linear-gradient(99.02deg, rgba(5, 195, 249, 0.5) 0%, rgba(0, 74, 209, 0.5) 59.13%);
}
.second-btn, .second-btn:hover{
    background: #EF7C00;
    color: #FFFFFF;
}
.btn-plain {
    color: #111111;
    border: 2px solid transparent;
    border-radius: .5rem;
    background: 
    linear-gradient(white, white) padding-box,
    linear-gradient(to right,  #05C3F9, #004AD1) border-box;
}
/* for Input */
input.form-control[type="text"],input.form-control[type="password"],input.form-control[type="email"] {
    border: none;
    border-bottom: 1px solid #CFCFCF;
    background-color: white !important;
    border-radius: 0px;
    padding: 6px 34px
}
input#Firstname {
    width: 413px;
}
input#Lastname {
    width :420px;
}
input.form-control:focus{
    outline: none;
    background: #fff;
    border-radius: 0;
}
input.form-control::placeholder{
    color: #888888;
}

input[type="email"].form-control:focus{
    outline: none;
    background: #fff;
    box-shadow: none;
}
/* for browser level input  */
input.form-control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-text-fill-color: black;
}
a {
  text-decoration: none;
}
.link-text{
    font-size: 17px;
    color: var(--bs-primary);
    font-weight: 500;
}
.fw-500{
    font-weight: 500;
}
.site-dashboard{
  font-size: 17px;
  font-weight: 700;
  line-height: 5px;
  vertical-align: middle;
  margin-left: 3% !important;
}
.disabled-text{
    font-size: 14px;
    font-style: medium;
    vertical-align: middle;
    font-weight: 500;
    color:#5B5B5B;
}
.menu-selected{
    background: #EF7C00;
    color: #FFFF;
}
.form-control:focus {
    box-shadow: none;
}
.heading2{
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0px;
    vertical-align: middle;
}
.alert-size{
    font-size: 13px;
}

/* for alter default bootstrap validation  */
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: none !important;
    background-image: none !important;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: none !important;
    box-shadow: none !important;
}

/*  */
.align_eye_icon {
    top: 18px;
    right: 12px;
    cursor: pointer;
}

:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* Fix for Chrome */
}

@supports (font-variation-settings: normal) {
    :root {
    font-family: InterVariable, sans-serif;
    }
}

/* select 2 dropdown color */
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ffffff!important;
    color: #000 !important;
    /* padding-left: 10px; */
    border-radius: 10px;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    background-color: #F6F6F7 !important;
    color: #111111;
}
.select2-container--default .select2-results__option--selected{
    background-color: #EF7C00 !important;
        color: #FFFFFF;

}
.mb--1 {
    margin-bottom: 0rem !important;
}

/* content */
.content-text3{
    font-size: 12px;
}
/* login page right align */
.right-logo{
    object-fit: contain;
}
.right-title{
    font-weight: 600;
    font-size: 25px;
}
.cus_height{
    min-height: 100vh;
}
.invalid-feedback{
    padding-left: 1rem;
}
.form-label{
    margin-bottom: 2px;
}
/* google captcha error msg */
.rc-anchor-error-msg-container {
    font-size: 10px !important;
    line-height: 32px !important;
}
.rc-anchor-checkbox-label {
    font-size: 12px !important;
}
.pic_save_btn {
    background: linear-gradient(99.02deg, #05C3F9 0%, #004AD1 59.13%);
    border-radius: 20px;
    width: 9%;
    margin-bottom: 4%;
    border: 0px;
}
.right-bottom-image{
    height: 532px;
    width: 532px;
    object-fit: contain;
}

.sticky-header .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  margin-bottom: 94.69px;
}
.row.custom_header_height {
    margin-top: 94.69px;
}
.custom_box_shadow{
    box-shadow: 1.07px 3px 5.34px 0px #0281E333 !important;
}
.card.custom_box_shadow{
    border: 1.07px solid #E8E8E8 !important;
}
.custom_box_shadow{
    border: 1.07px solid #00000017
}
.sidebar{
    background: #1E61B7 !important;
}
.flatpickr-day:hover{
    background: #F6F6F7;
}
#profileButton{
    cursor: pointer;
}
/* for modal */
.popover-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}
.popover {
    border-radius: 12px;
    z-index: 2000 !important;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
}
.custom_alert_container {
    background: #FFC9D5;
    height: 44px;
    margin: 0px;
    padding: 8px;
    margin-left: 40px;
}
.custom_alert_container .custom_alert_text{
    color: #FF0303;
    height: 24px;
    font-size: 16px;
    margin: 0px 15px;
}
.custom_alert_container .custom_alert_text span{
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    margin: 0px 20px;
}
.footer_container{
    position: absolute;
    background-color: #48494A;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    left: 5.3%;
    right: 0%;
    bottom: 0;
    padding: 10px;
    z-index: 3;
}
.alert.alert-warning{
    border-radius: 10px;
    padding: 15px 24px !important;
    /*height: 40px !important;*/

}
.alert.alert-success {
    height: 43px;
    background: #CAE9D4;
    padding-top: 9px;
}
.success_bg{
    color: #069406;
    font-weight: 600;
    font-size: 16px;
}
.success_txt{
    font-weight: 500;
    font-size: 14px;
    color: #111111;
}
/* bootstrap pagination */
/* Styling for the pagination circles */
div.dt-container .dt-paging .dt-paging-button {
    padding: 0 !important;
}
.pagination .page-item .page-link, .pagination .dt-paging-button.page-item {
    border-radius: 60px !important;
    padding: 5px 10px !important;
    text-align: center !important;
    font-size: 16px !important;
}
.pagination .dt-paging-button.page-item {
    padding-top: 5px !important;
}
div.dt-container .dt-paging .dt-paging-button:hover {
    border: unset !important;
    background-color: unset !important;
    background: unset !important;
}

.pagination .page-item a{
  color: #16161D;
}
.pagination .page-item.active .page-link {
  background-color: #EF7C00;
  color: #FFFFFF !important;
  /* border: 1px solid #00000080; */
}
.page-link {
    color: unset !important;
}
.pagination .page-item .page-link:hover {
  background-color: #f1f1f1;
  color: #111111 !important;
}

/* Styling for the previous/next arrows */
.pagination .page-item .page-link {
  background-color: transparent;
  border: none;
}

/* Additional styles for the first/last arrows */
.pagination .page-item .page-link[aria-label="First"],
.pagination .page-item .page-link[aria-label="Last"] {
  padding: 10px;
  font-size: 18px;
}
div.dt-container .dt-paging {
    display: flex;
    justify-content: end;
}
.btn-secondary {
    background-color: #EF7C00;
    color: #FFFF;
    height: 35px;
    border: none !important;

}
.btn-secondary:hover{
  background-color: #EF7C00;
  color: #FFFF;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.btn-secondary select{
  border: none !important;
  background-color: #f6f6f7;
  color: #555454;
  /* width: 94px !important; */
  text-wrap: nowrap;
}
/* btn2 */
.btn-secondary2 {
    background-color: #FFFF !important;
    color: #EF7C00 !important;
    height: 35px;
    border: 1px solid #EF7C00 !important;
}
.btn-secondary2:hover{
  background-color: #FFE5D780;
  color: #EF7C00;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.btn-secondary2 select{
  border: none !important;
  background-color: #FFE5D7;
  color: #EF7C00;
  /* width: 94px !important; */
  text-wrap: nowrap;
}
/*  */
#search {
  background-color: #F6F6F7 !important;
  border-radius: 50px;
  border: 1px solid #CFCFCF;
  padding-left: 10px;
  /* width: 183px; */
  height: 30px;
  margin-bottom: 0px !important;
}
.dt-search, .dt-info, .dt-length {
  display: none !important;
}
.dt-column-header{
    text-align: center !important;
}
label.error {
    color: #dc3545 !important;
    margin-left: 35px;
    font-size: 15px;
}
.like_cmt_section {
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    padding: 1px 5px;
}
.form-check-input:focus {
    box-shadow: unset !important;
}

.bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bg-text p {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.main_section{
    margin-left: 0%;
    width: 100% !important;
}

.copy_right a {
    color: #ffffff !important;
}
 /* .footer_head{
    position: sticky; 
    margin-top: 7%;  */
    /* min-height: 800px; */
/* } */

.footer_col{
   left: 296px !important;
}

.main_section{
    margin-left: 0%;
    width: 100% !important;
}

a {
    cursor: pointer;
}
.table_category_btn {
  white-space: normal !important;   /* allow line break */
  display: inline-block;            /* required for wrapping */
  max-width: 220px;                 /* adjust based on table */
  word-wrap: break-word;
  word-break: break-word;
  text-align: center;               /* optional */
}

footer {
    width: 100%;
}

.footer_head {
    margin-top: 7%;
}

body::after {
    content: "";
    display: block;
    height: 0;
}
.footer-auto {
    margin-top: auto;
    padding-top:50px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}