.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.navbar .navbar-menu-wrapper .navbar-toggler {
    padding-right: 1rem;
}

#product_list {
    position: absolute;
    background-color: #fff;
    z-index: 9999999;
}

#product_list li {
    cursor: pointer;
    color: rgb(47, 22, 53);
    padding: 0.3rem 1rem;
    border-bottom: 1px solid rgba(47, 22, 53, 0.1);
    transition: 0.5s;
}

#product_list ul {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
}

.widget_list li label.form-check-label {
    display: block;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #414941;
}

.highlight {
    color: #007bff;
}

.form-group.customCheckbox label {
    position: relative;
    cursor: pointer;
}

.form-group.customCheckbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.widget_list .form-group {
    margin: 0;
}

.form-group.customCheckbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #d87421;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -3px;
    border-radius: 3px;
}

.form-group.customCheckbox input:checked+label:before {
    background-color: #d87421;
}

.form-group.customCheckbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.editBtnCompany {
    position: absolute;
    top: 70px;
    right: 1rem;
    background: #f6f8fa;
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
    transition: 0.5s all;
    z-index: 999;
}

#edit_product_list {
    position: absolute;
    background-color: #fff;
    z-index: 9999999;
}

#edit_product_list ul {
    max-height: 200px;
    overflow-y: auto;
    list-style: none;
}

#edit_product_list li {
    cursor: pointer;
    color: rgb(47, 22, 53);
    padding: 0.3rem 1rem;
    border-bottom: 1px solid rgba(47, 22, 53, 0.1);
    transition: 0.5s;
}

/* 
input[type="date"]::-webkit-datetime-edit, input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-clear-button {
    color: #fff;
    position: relative;
  }
  
  input[type="date"]::-webkit-datetime-edit-year-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 56px;
  }
  
  input[type="date"]::-webkit-datetime-edit-month-field{
    position: absolute !important;
    border-left:1px solid #8c8c8c;
    padding: 2px;
    color:#000;
    left: 26px;
  }
  
  
  input[type="date"]::-webkit-datetime-edit-day-field{
    position: absolute !important;
    color:#000;
    padding: 2px;
    left: 4px;
  } */



.nav-item .nav-link.active,
.nav-item .show>.nav-link {
    color: #fff;
    background-color: #0d6efd;
}

.content-wrapper {
    padding: 0px !important;
}

.sidebar {
    width: 205px;
}

.auth .brand-logo img {
    width: 50% !important;
}

.navbar .navbar-brand-wrapper .navbar-brand img {
    height: 51px !important;
}

.sorting_1 {
    text-align: center !important;
}

/* table.dataTable {
    table-layout: fixed !important;
    width: 100% !important;
}

table.dataTable th,
table.dataTable td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.collapsed {
    color: #0c63e4;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    /* background-color: #fff; */
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}

.accordion-header {
    margin-bottom: 0;
}

.client_name_circle {
    background: #4B49AC;
    color: #fff;
    border-radius: 50%;
    display: grid;
    width: 35px;
    height: 35px;
    place-items: center;
}

.tableth {
    font-size: 13px;
    color: #4d4b4b !important;
}

.table>:not(caption)>*>* {
    padding: 15px 10px !important;
}

#resendBtn {
    padding: 0;
    border: none !important;
    color: #d87421 !important;
    font-size: 12px;
    font-weight: 700;
    background-color: #fff !important;
    cursor: pointer;
}

#clientsQuickSearchTable_wrapper.dt-layout-row.dt-layout-end.dt-search {
    display: none !important;
}

.bg-light {
    background-color: #dbe1e8 !important;
}

.fa-3x {
    font-size: 3em;
}

.card.card-pending {
    background: #abb678;
    color: #ffffff;
}

.card.card-converted {
    background: #7190ad;
    color: #ffffff;
}

.setup-profile {
    border: .5px solid #d8dde6;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .137);
    margin-bottom: 15px;
}

.c100 {
    background-color: #dfe8ed;
    border-radius: 50%;
    float: left;
    font-size: 55px;
    height: 55px;
    margin: 5px 15px;
    position: relative;
    width: 55px;
}

.c100>span {
    color: #16a34a;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    text-align: center;
    top: 18px;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.c100.p100 .slice,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.rect-auto {
    clip: rect(auto, auto, auto, auto)
}

.c100 .slice {
    height: 1em;
    position: absolute;
    width: 1em;
    clip: rect(0, 1em, 1em, .5em);
}

.c100:after,
.c100>span {
    display: block;
    position: absolute;

}

.c100 .bar,
.c100.p100 .fill,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.pie {
    border: .09em solid #16a34a;
    height: .82em;
    position: absolute;
    width: .82em;
    clip: rect(0, .5em, 1em, 0);
    border-radius: 50%;
    transform: rotate(0deg)
}

.c100.p100 .bar:after,
.c100.p100 .fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.pie-fill {
    transform: rotate(180deg)
}

.c100:after,
.c100>span {
    display: block;
    position: absolute;
}

.c100:after,
.c100>span {
    display: block;
    position: absolute;
}

.c100:after {
    background-color: #fff;
    border-radius: 50%;
    content: " ";
    height: .82em;
    left: .09em;
    top: .09em;
    width: .82em
}

.business-profile-title {
    font-size: 18px;
    padding: 20px 10px;
}

.c100 .slice {
    height: 1em;
    position: absolute;
    width: 1em;
    clip: rect(0, 1em, 1em, .5em)
}

.c100.p1 .bar {
    transform: rotate(3.6deg)
}

.c100.p2 .bar {
    transform: rotate(7.2deg)
}

.c100.p3 .bar {
    transform: rotate(10.8deg)
}

.c100.p4 .bar {
    transform: rotate(14.4deg)
}

.c100.p5 .bar {
    transform: rotate(18deg)
}

.c100.p6 .bar {
    transform: rotate(21.6deg)
}

.c100.p7 .bar {
    transform: rotate(25.2deg)
}

.c100.p8 .bar {
    transform: rotate(28.8deg)
}

.c100.p9 .bar {
    transform: rotate(32.4deg)
}

.c100.p10 .bar {
    transform: rotate(36deg)
}

.c100.p11 .bar {
    transform: rotate(39.6deg)
}

.c100.p12 .bar {
    transform: rotate(43.2deg)
}

.c100.p13 .bar {
    transform: rotate(46.8deg)
}

.c100.p14 .bar {
    transform: rotate(50.4deg)
}

.c100.p15 .bar {
    transform: rotate(54deg)
}

.c100.p16 .bar {
    transform: rotate(57.6deg)
}

.c100.p17 .bar {
    transform: rotate(61.2deg)
}

.c100.p18 .bar {
    transform: rotate(64.8deg)
}

.c100.p19 .bar {
    transform: rotate(68.4deg)
}

.c100.p20 .bar {
    transform: rotate(72deg)
}

.c100.p21 .bar {
    transform: rotate(75.6deg)
}

.c100.p22 .bar {
    transform: rotate(79.2deg)
}

.c100.p23 .bar {
    transform: rotate(82.8deg)
}

.c100.p24 .bar {
    transform: rotate(86.4deg)
}

.c100.p25 .bar {
    transform: rotate(90deg)
}

.c100.p26 .bar {
    transform: rotate(93.6deg)
}

.c100.p27 .bar {
    transform: rotate(97.2deg)
}

.c100.p28 .bar {
    transform: rotate(100.8deg)
}

.c100.p29 .bar {
    transform: rotate(104.4deg)
}

.c100.p30 .bar {
    transform: rotate(108deg)
}

.c100.p31 .bar {
    transform: rotate(.31turn)
}

.c100.p32 .bar {
    transform: rotate(.32turn)
}

.c100.p33 .bar {
    transform: rotate(.33turn)
}

.c100.p34 .bar {
    transform: rotate(.34turn)
}

.c100.p35 .bar {
    transform: rotate(126deg)
}

.c100.p36 .bar {
    transform: rotate(.36turn)
}

.c100.p37 .bar {
    transform: rotate(.37turn)
}

.c100.p38 .bar {
    transform: rotate(.38turn)
}

.c100.p39 .bar {
    transform: rotate(.39turn)
}

.c100.p40 .bar {
    transform: rotate(144deg)
}

.c100.p41 .bar {
    transform: rotate(.41turn)
}

.c100.p42 .bar {
    transform: rotate(.42turn)
}

.c100.p43 .bar {
    transform: rotate(154.8deg)
}

.c100.p44 .bar {
    transform: rotate(.44turn)
}

.c100.p45 .bar {
    transform: rotate(162deg)
}

.c100.p46 .bar {
    transform: rotate(165.6deg)
}

.c100.p47 .bar {
    transform: rotate(.47turn)
}

.c100.p48 .bar {
    transform: rotate(172.8deg)
}

.c100.p49 .bar {
    transform: rotate(.49turn)
}

.c100.p50 .bar {
    transform: rotate(180deg)
}

.c100.p51 .bar {
    transform: rotate(.51turn)
}

.c100.p52 .bar {
    transform: rotate(.52turn)
}

.c100.p53 .bar {
    transform: rotate(.53turn)
}

.c100.p54 .bar {
    transform: rotate(.54turn)
}

.c100.p55 .bar {
    transform: rotate(198deg)
}

.c100.p56 .bar {
    transform: rotate(201.6deg)
}

.c100.p57 .bar {
    transform: rotate(.57turn)
}

.c100.p58 .bar {
    transform: rotate(208.8deg)
}

.c100.p59 .bar {
    transform: rotate(.59turn)
}

.c100.p60 .bar {
    transform: rotate(216deg)
}

.c100.p61 .bar {
    transform: rotate(.61turn)
}

.c100.p62 .bar {
    transform: rotate(.62turn)
}

.c100.p63 .bar {
    transform: rotate(.63turn)
}

.c100.p64 .bar {
    transform: rotate(.64turn)
}

.c100.p65 .bar {
    transform: rotate(234deg)
}

.c100.p66 .bar {
    transform: rotate(.66turn)
}

.c100.p67 .bar {
    transform: rotate(241.2deg)
}

.c100.p68 .bar {
    transform: rotate(.68turn)
}

.c100.p69 .bar {
    transform: rotate(248.4deg)
}

.c100.p70 .bar {
    transform: rotate(252deg)
}

.c100.p71 .bar {
    transform: rotate(.71turn)
}

.c100.p72 .bar {
    transform: rotate(.72turn)
}

.c100.p73 .bar {
    transform: rotate(.73turn)
}

.c100.p74 .bar {
    transform: rotate(.74turn)
}

.c100.p75 .bar {
    transform: rotate(270deg)
}

.c100.p76 .bar {
    transform: rotate(.76turn)
}

.c100.p77 .bar {
    transform: rotate(.77turn)
}

.c100.p78 .bar {
    transform: rotate(.78turn)
}

.c100.p79 .bar {
    transform: rotate(284.4deg)
}

.c100.p80 .bar {
    transform: rotate(288deg)
}

.c100.p81 .bar {
    transform: rotate(.81turn)
}

.c100.p82 .bar {
    transform: rotate(.82turn)
}

.c100.p83 .bar {
    transform: rotate(298.8deg)
}

.c100.p84 .bar {
    transform: rotate(.84turn)
}

.c100.p85 .bar {
    transform: rotate(306deg)
}

.c100.p86 .bar {
    transform: rotate(309.6deg)
}

.c100.p87 .bar {
    transform: rotate(.87turn)
}

.c100.p88 .bar {
    transform: rotate(.88turn)
}

.c100.p89 .bar {
    transform: rotate(320.4deg)
}

.c100.p90 .bar {
    transform: rotate(324deg)
}

.c100.p91 .bar {
    transform: rotate(.91turn)
}

.c100.p92 .bar {
    transform: rotate(331.2deg)
}

.c100.p93 .bar {
    transform: rotate(.93turn)
}

.c100.p94 .bar {
    transform: rotate(.94turn)
}

.c100.p95 .bar {
    transform: rotate(342deg)
}

.c100.p96 .bar {
    transform: rotate(345.6deg)
}

.c100.p97 .bar {
    transform: rotate(.97turn)
}

.c100.p98 .bar {
    transform: rotate(.98turn)
}

.c100.p99 .bar {
    transform: rotate(.99turn)
}

.c100.p100 .bar {
    transform: rotate(1turn)
}

.c100 *,
.c100 :after,
.c100 :before {
    box-sizing: content-box
}

#app-body .text-dark-blue {
    color: #16325c;
}

#app-body .bold {
    font-weight: 800;
}

/* ----------------- */
.y100 {
    background-color: #27a815;
    border-radius: 50%;
    float: left;
    font-size: 55px;
    height: 55px;
    margin: 5px 15px;
    position: relative;
    width: 55px;
}

.y100>span {
    color: #adc718;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    text-align: center;
    top: 18px;
    white-space: nowrap;
    width: 100%;
    z-index: 1;
}

.y100.p101 .bar,
.y100.p102 .bar,
.y100.p103 .bar,
.y100.p104 .bar,
.y100.p105 .bar,
.y100.p106 .bar,
.y100.p107 .bar,
.y100.p108 .bar,
.y100.p109 .bar,
.y100.p110 .bar,
.y100.p111 .bar,
.y100.p112 .bar,
.y100.p113 .bar,
.y100.p114 .bar,
.y100.p115 .bar,
.y100.p116 .bar,
.y100.p117 .bar,
.y100.p118 .bar,
.y100.p119 .bar,
.y100.p120 .bar,
.y100.p121 .bar,
.y100.p122 .bar,
.y100.p123 .bar,
.y100.p124 .bar,
.y100.p125 .bar,
.y100.p126 .bar,
.y100.p127 .bar,
.y100.p128 .bar,
.y100.p129 .bar,
.y100.p130 .bar,
.y100.p131 .bar,
.y100.p132 .bar,
.y100.p133 .bar,
.y100.p134 .bar,
.y100.p135 .bar,
.y100.p136 .bar,
.y100.p137 .bar,
.y100.p138 .bar,
.y100.p139 .bar,
.y100.p140 .bar,
.y100.p141 .bar,
.y100.p142 .bar,
.y100.p143 .bar,
.y100.p144 .bar,
.y100.p145 .bar,
.y100.p146 .bar,
.y100.p147 .bar,
.y100.p148 .bar,
.y100.p149 .bar,
.y100.p150 .bar,
.y100.p151 .bar,
.y100.p152 .bar,
.y100.p153 .bar,
.y100.p154 .bar,
.y100.p155 .bar,
.y100.p156 .bar,
.y100.p157 .bar,
.y100.p158 .bar,
.y100.p159 .bar,
.y100.p160 .bar,
.y100.p161 .bar,
.y100.p162 .bar,
.y100.p163 .bar,
.y100.p164 .bar,
.y100.p165 .bar,
.y100.p166 .bar,
.y100.p167 .bar,
.y100.p168 .bar,
.y100.p169 .bar,
.y100.p170 .bar,
.y100.p171 .bar,
.y100.p172 .bar,
.y100.p173 .bar,
.y100.p174 .bar,
.y100.p175 .bar,
.y100.p176 .bar,
.y100.p177 .bar,
.y100.p178 .bar,
.y100.p179 .bar,
.y100.p180 .bar,
.y100.p181 .bar,
.y100.p182 .bar,
.y100.p183 .bar,
.y100.p184 .bar,
.y100.p185 .bar,
.y100.p186 .bar,
.y100.p187 .bar,
.y100.p188 .bar,
.y100.p189 .bar,
.y100.p190 .bar,
.y100.p191 .bar,
.y100.p192 .bar,
.y100.p193 .bar,
.y100.p194 .bar,
.y100.p195 .bar,
.y100.p196 .bar,
.y100.p197 .bar,
.y100.p198 .bar,
.y100.p199 .bar,
.y100.p200 .bar {
    border-color: #f3797e;
    /* blue color */
}

.y100.p101 .bar {
    transform: rotate(1.01turn);
    border-width: 5px;
}

.y100.p102 .bar {
    transform: rotate(1.02turn);
    border-width: 5px;
}

.y100.p103 .bar {
    transform: rotate(1.03turn);
    border-width: 5px;
}

.y100.p104 .bar {
    transform: rotate(1.04turn);
    border-width: 5px;
}

.y100.p105 .bar {
    transform: rotate(1.05turn);
    border-width: 5px;
}

.y100.p106 .bar {
    transform: rotate(1.06turn);
    border-width: 5px;
}

.y100.p107 .bar {
    transform: rotate(1.07turn);
    border-width: 5px;
}

.y100.p108 .bar {
    transform: rotate(1.08turn);
    border-width: 5px;
}

.y100.p109 .bar {
    transform: rotate(1.09turn);
    border-width: 5px;
}

.y100.p110 .bar {
    transform: rotate(1.10turn);
    border-width: 5px;
}

.y100.p111 .bar {
    transform: rotate(1.11turn);
    border-width: 5px;
}

.y100.p112 .bar {
    transform: rotate(1.12turn);
    border-width: 5px;
}

.y100.p113 .bar {
    transform: rotate(1.13turn);
    border-width: 5px;
}

.y100.p114 .bar {
    transform: rotate(1.14turn);
    border-width: 5px;
}

.y100.p115 .bar {
    transform: rotate(1.15turn);
    border-width: 5px;
}

.y100.p116 .bar {
    transform: rotate(1.16turn);
    border-width: 5px;
}

.y100.p117 .bar {
    transform: rotate(1.17turn);
    border-width: 5px;
}

.y100.p118 .bar {
    transform: rotate(1.18turn);
    border-width: 5px;
}

.y100.p119 .bar {
    transform: rotate(1.19turn);
    border-width: 5px;
}

.y100.p120 .bar {
    transform: rotate(1.20turn);
    border-width: 5px;
}

.y100.p121 .bar {
    transform: rotate(1.21turn);
    border-width: 5px;
}

.y100.p122 .bar {
    transform: rotate(1.22turn);
    border-width: 5px;
}

.y100.p123 .bar {
    transform: rotate(1.23turn);
    border-width: 5px;
}

.y100.p124 .bar {
    transform: rotate(1.24turn);
    border-width: 5px;
}

.y100.p125 .bar {
    transform: rotate(1.25turn);
    border-width: 5px;
}

.y100.p126 .bar {
    transform: rotate(1.26turn);
    border-width: 5px;
}

.y100.p127 .bar {
    transform: rotate(1.27turn);
    border-width: 5px;
}

.y100.p128 .bar {
    transform: rotate(1.28turn);
    border-width: 5px;
}

.y100.p129 .bar {
    transform: rotate(1.29turn);
    border-width: 5px;
}

.y100.p130 .bar {
    transform: rotate(1.30turn);
    border-width: 5px;
}

.y100.p131 .bar {
    transform: rotate(1.31turn);
    border-width: 5px;
}

.y100.p132 .bar {
    transform: rotate(1.32turn);
    border-width: 5px;
}

.y100.p133 .bar {
    transform: rotate(1.33turn);
    border-width: 5px;
}

.y100.p134 .bar {
    transform: rotate(1.34turn);
    border-width: 5px;
}

.y100.p135 .bar {
    transform: rotate(1.35turn);
    border-width: 5px;
}

.y100.p136 .bar {
    transform: rotate(1.36turn);
    border-width: 5px;
}

.y100.p137 .bar {
    transform: rotate(1.37turn);
    border-width: 5px;
}

.y100.p138 .bar {
    transform: rotate(1.38turn);
    border-width: 5px;
}

.y100.p139 .bar {
    transform: rotate(1.39turn);
    border-width: 5px;
}

.y100.p140 .bar {
    transform: rotate(1.40turn);
    border-width: 5px;
}

.y100.p141 .bar {
    transform: rotate(1.41turn);
    border-width: 5px;
}

.y100.p142 .bar {
    transform: rotate(1.42turn);
    border-width: 5px;
}

.y100.p143 .bar {
    transform: rotate(1.43turn);
    border-width: 5px;
}

.y100.p144 .bar {
    transform: rotate(1.44turn);
    border-width: 5px;
}

.y100.p145 .bar {
    transform: rotate(1.45turn);
    border-width: 5px;
}

.y100.p146 .bar {
    transform: rotate(1.46turn);
    border-width: 5px;
}

.y100.p147 .bar {
    transform: rotate(1.47turn);
    border-width: 5px;
}

.y100.p148 .bar {
    transform: rotate(1.48turn);
    border-width: 5px;
}

.y100.p149 .bar {
    transform: rotate(1.49turn);
    border-width: 5px;
}

.y100.p150 .bar {
    transform: rotate(1.50turn);
    border-width: 5px;
}

.y100.p151 .bar {
    transform: rotate(1.51turn);
    border-width: 5px;
}

.y100.p152 .bar {
    transform: rotate(1.52turn);
    border-width: 5px;
}

.y100.p153 .bar {
    transform: rotate(1.53turn);
    border-width: 5px;
}

.y100.p154 .bar {
    transform: rotate(1.54turn);
    border-width: 5px;
}

.y100.p155 .bar {
    transform: rotate(1.55turn);
    border-width: 5px;
}

.y100.p156 .bar {
    transform: rotate(1.56turn);
    border-width: 5px;
}

.y100.p157 .bar {
    transform: rotate(1.57turn);
    border-width: 5px;
}

.y100.p158 .bar {
    transform: rotate(1.58turn);
    border-width: 5px;
}

.y100.p159 .bar {
    transform: rotate(1.59turn);
    border-width: 5px;
}

.y100.p160 .bar {
    transform: rotate(1.60turn);
    border-width: 5px;
}

.y100.p161 .bar {
    transform: rotate(1.61turn);
    border-width: 5px;
}

.y100.p162 .bar {
    transform: rotate(1.62turn);
    border-width: 5px;
}

.y100.p163 .bar {
    transform: rotate(1.63turn);
    border-width: 5px;
}

.y100.p164 .bar {
    transform: rotate(1.64turn);
    border-width: 5px;
}

.y100.p165 .bar {
    transform: rotate(1.65turn);
    border-width: 5px;
}

.y100.p166 .bar {
    transform: rotate(1.66turn);
    border-width: 5px;
}

.y100.p167 .bar {
    transform: rotate(1.67turn);
    border-width: 5px;
}

.y100.p168 .bar {
    transform: rotate(1.68turn);
    border-width: 5px;
}

.y100.p169 .bar {
    transform: rotate(1.69turn);
    border-width: 5px;
}

.y100.p170 .bar {
    transform: rotate(1.70turn);
    border-width: 5px;
}

.y100.p171 .bar {
    transform: rotate(1.71turn);
    border-width: 5px;
}

.y100.p172 .bar {
    transform: rotate(1.72turn);
    border-width: 5px;
}

.y100.p173 .bar {
    transform: rotate(1.73turn);
    border-width: 5px;
}

.y100.p174 .bar {
    transform: rotate(1.74turn);
    border-width: 5px;
}

.y100.p175 .bar {
    transform: rotate(1.75turn);
    border-width: 5px;
}

.y100.p176 .bar {
    transform: rotate(1.76turn);
    border-width: 5px;
}

.y100.p177 .bar {
    transform: rotate(1.77turn);
    border-width: 5px;
}

.y100.p178 .bar {
    transform: rotate(1.78turn);
    border-width: 5px;
}

.y100.p179 .bar {
    transform: rotate(1.79turn);
    border-width: 5px;
}

.y100.p180 .bar {
    transform: rotate(1.80turn);
    border-width: 5px;
}

.y100.p181 .bar {
    transform: rotate(1.81turn);
    border-width: 5px;
}

.y100.p182 .bar {
    transform: rotate(1.82turn);
    border-width: 5px;
}

.y100.p183 .bar {
    transform: rotate(1.83turn);
    border-width: 5px;
}

.y100.p184 .bar {
    transform: rotate(1.84turn);
    border-width: 5px;
}

.y100.p185 .bar {
    transform: rotate(1.85turn);
    border-width: 5px;
}

.y100.p186 .bar {
    transform: rotate(1.86turn);
    border-width: 5px;
}

.y100.p187 .bar {
    transform: rotate(1.87turn);
    border-width: 5px;
}

.y100.p188 .bar {
    transform: rotate(1.88turn);
    border-width: 5px;
}

.y100.p189 .bar {
    transform: rotate(1.89turn);
    border-width: 5px;
}

.y100.p190 .bar {
    transform: rotate(1.90turn);
    border-width: 5px;
}

.y100.p191 .bar {
    transform: rotate(1.91turn);
    border-width: 5px;
}

.y100.p192 .bar {
    transform: rotate(1.92turn);
    border-width: 5px;
}

.y100.p193 .bar {
    transform: rotate(1.93turn);
    border-width: 5px;
}

.y100.p194 .bar {
    transform: rotate(1.94turn);
    border-width: 5px;
}

.y100.p195 .bar {
    transform: rotate(1.95turn);
    border-width: 5px;
}

.y100.p196 .bar {
    transform: rotate(1.96turn);
    border-width: 5px;
}

.y100.p197 .bar {
    transform: rotate(1.97turn);
    border-width: 5px;
}

.y100.p198 .bar {
    transform: rotate(1.98turn);
    border-width: 5px;
}

.y100.p199 .bar {
    transform: rotate(1.99turn);
    border-width: 5px;
}

.y100.p200 .bar {
    transform: rotate(2turn);
    border-width: 5px;
}


.y100.p101>span,
.y100.p102>span,
.y100.p103>span,
.y100.p104>span,
.y100.p105>span,
.y100.p106>span,
.y100.p107>span,
.y100.p108>span,
.y100.p109>span,
.y100.p110>span,
.y100.p111>span,
.y100.p112>span,
.y100.p113>span,
.y100.p114>span,
.y100.p115>span,
.y100.p116>span,
.y100.p117>span,
.y100.p118>span,
.y100.p119>span,
.y100.p120>span,
.y100.p121>span,
.y100.p122>span,
.y100.p123>span,
.y100.p124>span,
.y100.p125>span,
.y100.p126>span,
.y100.p127>span,
.y100.p128>span,
.y100.p129>span,
.y100.p130>span,
.y100.p131>span,
.y100.p132>span,
.y100.p133>span,
.y100.p134>span,
.y100.p135>span,
.y100.p136>span,
.y100.p137>span,
.y100.p138>span,
.y100.p139>span,
.y100.p140>span,
.y100.p141>span,
.y100.p142>span,
.y100.p143>span,
.y100.p144>span,
.y100.p145>span,
.y100.p146>span,
.y100.p147>span,
.y100.p148>span,
.y100.p149>span,
.y100.p150>span,
.y100.p151>span,
.y100.p152>span,
.y100.p153>span,
.y100.p154>span,
.y100.p155>span,
.y100.p156>span,
.y100.p157>span,
.y100.p158>span,
.y100.p159>span,
.y100.p160>span,
.y100.p161>span,
.y100.p162>span,
.y100.p163>span,
.y100.p164>span,
.y100.p165>span,
.y100.p166>span,
.y100.p167>span,
.y100.p168>span,
.y100.p169>span,
.y100.p170>span,
.y100.p171>span,
.y100.p172>span,
.y100.p173>span,
.y100.p174>span,
.y100.p175>span,
.y100.p176>span,
.y100.p177>span,
.y100.p178>span,
.y100.p179>span,
.y100.p180>span,
.y100.p181>span,
.y100.p182>span,
.y100.p183>span,
.y100.p184>span,
.y100.p185>span,
.y100.p186>span,
.y100.p187>span,
.y100.p188>span,
.y100.p189>span,
.y100.p190>span,
.y100.p191>span,
.y100.p192>span,
.y100.p193>span,
.y100.p194>span,
.y100.p195>span,
.y100.p196>span,
.y100.p197>span,
.y100.p198>span,
.y100.p199>span,
.y100.p200>span {
    color: #f3797e;
    /* blue text for >100% */
}

.title-sm {
    font-size: 1.2rem;
    font-weight: 700;
}

.bg-box {
    background-color: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.bg-box i {
    line-height: 0;
}

.text-primary {
    color: #d87421 !important;
}

.custom-select {
    appearance: none;
    /* For modern browsers */
    -webkit-appearance: none;
    /* For Safari */
    -moz-appearance: none;
    /* For Firefox */
    background: white url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 20 20" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L10 10 L20 0" /></svg>') no-repeat right 10px center;
    background-size: 10px;
    padding-right: 30px;
    /* space for the arrow */
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #000;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    background-position: 90% 60%;

    background-color: #fff;
}

.custom-select:hover,
.custom-select:focus,
.custom-select:not(:disabled):not(.disabled):active {
    color: #000;
    border-color: #d87421;
    background-color: #fff;
    box-shadow: none;
}

.dt-column-order {
    opacity: 0;
}

.custom-card {
    color: #000;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px rgba(110, 110, 110, .1);
    height: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 4px solid #d87421;
}

.custom-card .title {
    font-weight: 700;
    font-size: 1rem;
}

.dt-info {
    margin-top: 1rem;
}

.dt-paging {
    margin-top: 0.5rem;
}

div.dt-container .dt-paging .dt-paging-button {
    width: 2rem;
    height: 2rem;
    padding: 0;
    border-radius: 1.5rem;
    border: 0;
    font-size: 0.9rem;
    font-weight: 600;
}
div.dt-container .dt-paging .dt-paging-button.current
{
     background: #d87421;
    border-color: #d87421;
    color: #fff !important;
}
/* div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover,
div.dt-container .dt-paging .dt-paging-button:hover {
    background: #d87421;
    border-color: #d87421;
    color: #fff !important;
} */

.sidebar .nav .nav-item .nav-link .menu-title,
.sidebar .nav .nav-item .nav-link i.menu-icon,
.sidebar .nav .nav-item .nav-link i.menu-arrow {
    color: #2f1635;
    font-weight: 700;
}

.sidebar .nav .nav-item.active>.nav-link,
.sidebar .nav .nav-item.active .nav-link i.menu-icon,
.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"],
.sidebar .nav:not(.sub-menu)>.nav-item:hover>.nav-link i.menu-icon,
.sidebar .nav:not(.sub-menu)>.nav-item:hover[aria-expanded="true"] i.menu-icon,
.sidebar .nav:not(.sub-menu)>.nav-item>.nav-link[aria-expanded="true"],
.sidebar .nav.sub-menu,
.sidebar .nav>.nav-item .nav-link[aria-expanded="true"] i.menu-icon,
.sidebar .nav>.nav-item .nav-link[aria-expanded="true"] .menu-title,
.sidebar .nav>.nav-item .nav-link[aria-expanded="true"] i.menu-arrow {
    background: #d87421;
    color: #fff;
    position: relative;
}

div.dt-processing>div:last-child>div {
    background-color: #d87421;
}

.expandable-table thead tr th,
.expandable-table thead tr th:hover,
.expandable-table thead tr th:focus {
    background-color: rgb(216 116 33 / 5%);
    color: #000;
    box-shadow: none;
    outline: none !important;
}

.sidebar {
    width: 235px;
}

.content-wrapper {
    padding: 2.375rem 2.375rem !important
}

.card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.card.care {
    overflow: hidden;
    border-top: 5px solid #d87421;
}

.widget_title {
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    background-color: rgb(216 116 33);
    padding: 0.5rem 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.box_widget {
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 16px rgba(82, 79, 79, 0.1) !important;
    color: #fff;
}

.widget_list {
    height: 17rem;
    overflow: auto;
    /* padding: 15px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

div.dt-container select.dt-input {
    margin-right: 1rem;
    appearance: none;
    /* For modern browsers */
    -webkit-appearance: none;
    /* For Safari */
    -moz-appearance: none;
    /* For Firefox */
    background: white url('data:image/svg+xml;utf8,<svg fill="black" height="10" viewBox="0 0 20 20" width="10" xmlns="http://www.w3.org/2000/svg"><path d="M0 0 L10 10 L20 0" /></svg>') no-repeat right 10px center;
    background-size: 10px;
    padding-right: 30px;
    /* space for the arrow */
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    color: #000;
    font-weight: 700;
    text-align: left;
    font-size: 16px;
    background-position: 90% 60%;

    background-color: #fff;
}

.expandable-table .btn,
.expandable-table .btn:hover,
.expandable-table .btn:focus {
    border-radius: .2rem;
    font-weight: 500;
    font-size: 0.7rem !important;
    margin-right: 0.5rem;
    border: 0;
    color: #fff;
}

.expandable-table a.editUser,
.expandable-table a.editStage {
    background-color: #21a300;
}

.expandable-table button.deleteSource,
.expandable-table button.deleteStage {
    background-color: #c81801;
}

.table>:not(caption)>*>* {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

table.dataTable.display>tbody>tr:nth-child(even)>* {
    box-shadow: none !important;
    background-color: transparent !important;
    background-color: #f7f7f7;
}

.primary-button,
.primary-button:hover,
.primary-button:focus {
    background-color: #d87421 !important;
    color: #fff !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
}

.gray-button,
.gray-button:hover,
.gray-button:focus {
    background-color: #e6e6e6 !important;
    color: #5f5f5f !important;
    border: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 0.5rem !important;
    font-weight: 600 !important;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed):hover,
.accordion-button:not(.collapsed):focus {
    background-color: rgb(216 116 33 / 10%) !important;
    box-shadow: none;
    outline: none;
}


.ui-menu .ui-menu-item {
    font-size: 0.8rem;
}

.ui-menu .ui-menu-item:hover {
    background-color: #d87421;
    color: #fff;
}

.primary-button.search {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.navbar .navbar-menu-wrapper {
    padding-left: 0;
}

.nav-tabs .nav-item .nav-link.active,
.nav-item .show>.nav-link {
    background-color: #ffffff;
    color: #d87421;
    font-weight: 700;
    border-color: #CED4DA;
    border-bottom-color: #fff;
    border-top: 5px solid #d87421;
    margin-top: -4px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #CED4DA #CED4DA #CED4DA;
}

.w-150 {
    width: 150px;
}

.sidebar .nav:not(.sub-menu)>.nav-item.active {
    background: #d87421;
}

.navbar .navbar-brand-wrapper .brand-logo-mini img {
    object-fit: contain;
}

.sidebar .nav.sub-menu .nav-item::before {
    background-color: #fff;
    margin-top: 14px;
}

.sidebar .nav .nav-item .collapse.show .sub-menu {
    border-top: 2px solid rgb(0 0 0 / 10%);
}

.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link .menu-title,
.sidebar-icon-only .sidebar .nav .nav-item.hover-open .nav-link:hover .menu-title {
    background-color: #d87421;
}

.login-page {
    position: relative;
    height: 100vh;
    display: flex;
    width: 100%;
}

.login-page .left,
.login-page .right {
    width: 50%;

}


.login-page .left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(216 116 33 / 20%);
    padding: 1rem;
    position: relative;
}

.login-page .right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    overflow: auto;
}

.login-page .brand-logo img {
    width: 150px;
}

.login-page .left-content img {
    max-width: 400px;
}

.login-page .brand-logo {
    text-align: left !important;
    margin-bottom: 2rem;
}

.login-page .auth-form-light h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

.login-page .auth-form-light form {
    margin-top: 2rem;
}

.login-page .right-content {
    width: 100%;
    max-width: 500px;
}

img {
    max-width: 100%;
}

#profileDropdown {
    width: 40px;
    height: 40px;
    padding: 0;
}

.custom-textarea {
    height: 2.875rem !important;
}

/* modal */
.modalFormHandle {
    overflow: hidden !important;
}

.modalFormHandle .modal-dialog,
.modalHandle .modal-dialog {
    margin-top: 0;
    height: 100%;
    padding: 50px 0;
}

.modalFormHandle .modal-content,
.modalHandle .modal-content {
    min-height: 5rem;
    max-height: 100%;
}

.modalFormHandle .modal-footer {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}

.modalFormHandle .modal-body {
    height: calc(100% - 80px);
}

.modalFormHandle form {
    height: 100%;
    overflow: auto;
    padding-bottom: 40px;
}

.modalHandle .modal-body {
    height: calc(100% - 80px);
    overflow: auto;
}

.customModalTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

div.dt-container div.dt-layout-row {
    overflow: auto;
}

.select2-container--default .select2-selection--multiple,
.form-control,
.form-select {
    border: 1px solid #CED4DA !important;
    padding: 7px 12px;
    color: rgb(73, 80, 87) !important;
    font-weight: 400;
    font-size: 14px !important;
    border-radius: 4px;
    font-family: 'Nunito', sans-serif;
}

.select2-container--default .select2-selection--multiple {
    position: relative;
    border: 1px solid #CED4DA;
    padding: 11px 12px;
    color: rgb(73, 80, 87) !important;
    font-weight: 400;
    font-size: 14px !important;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4 !important;
    border: 1px solid #aaa;
    top: -4px;
    height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 1rem;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    height: 100%;
    font-size: 1rem;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: inline-block;
}

span.select2-search.select2-search--inline {
    height: 100%;
    display: inline-block;
    top: -8px;
    position: relative;
}

.select2-container--default .select2-search--inline .select2-search__field {
    position: relative;
    top: 5px;
}

.card-header.care {
    background-color: #d8742136;
}

/* end modal */


.animated-area,
.circles {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.circles {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(216 116 33 / 20%);
    animation: animate 25s linear infinite;
    animation-duration: 25s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animate;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    bottom: -150px;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;


    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
        border-top-left-radius: 50%;
        border-top-right-radius: 50%;
        border-bottom-right-radius: 50%;

    }
}


@media only screen and (max-width: 767px) {
    .login-page .left {
        display: none;
    }

    .login-page .right {
        width: 100%;
    }
}

.service-checkbox-item {
    padding: 12px 15px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.service-checkbox-item:hover {
    background-color: #e9ecef;
    border-color: #adb5bd;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-checkbox-item .form-check-input {
    width: 1.2em;
    height: 1.2em;
    margin-top: 0.2em;
    margin-right: 10px;
    cursor: pointer;
}

.service-checkbox-item .form-check-label {
    cursor: pointer;
    font-weight: 500;
    color: #495057;
    line-height: 1.4;
    margin-bottom: 0;
}

.checkbox.change-status {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.checkbox label {
    padding-left: 8px;
    cursor: pointer;
}

.checkbox input {
    position: relative;
    top: 5px;
    cursor: pointer;
}

#client_prospect .row {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
}

@media (max-width: 767.98px) {
    .service-checkbox-item {
        margin-bottom: 10px;
    }
}

@media (min-width: 767px) {
    .modal-dialog.modal-800 {
        max-width: 800px;
    }
}

.sidebar .nav.sub-menu .nav-item .nav-link {
    color: #fff;
    padding: 0.7rem 1rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1;
    height: auto;
    border-top: 0;
    list-style: none;
}

.sidebar .nav.sub-menu .nav-item .nav-link.active {
    color: #ffffff;
    background-color: #b35100;
    border-left: 4px solid;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sidebar .nav.sub-menu .nav-item::before {
    display: none;
}

table#tableLost thead th span.dt-column-order {
    position: static !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
}

.card input[type="checkbox"] {
    /* position: absolute; */
    left: 0;
    top: 0;
}

.fixdiv .form-check {
    padding-left: 2rem;
}

.fixdiv .form-check .form-check-label {
    margin: 0;
}

#sendMailBtn {
    padding: 4px;
}

#followup_date,
#next_followup_date1 {
    display: flex;
    align-items: center;
}

.filter-box .primary-button.active {
    background-color: #d87421 !important;
    color: #fff !important;
}

.filter-box .primary-button.active svg,
.filter-box .primary-button.active g {
    stroke: #fff !important;
    fill: #fff !important;
}

.filter-box .primary-button svg {
    margin-right: .5rem;
}

.filter-box .primary-button {
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    color: #3a3a3a !important;
    display: inline-block;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    transition: unset;
}

.drop-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: .5rem;
    display: none;
}

.drop-order-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: .5rem;
    display: none;
}

.cus-dropdown:after {
    content: '';
    margin-left: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.cus-order-dropdown:after {
    content: '';
    margin-left: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.single-tag {
    display: inline-block;
    background: #ccc;
    color: #000;
    text-transform: uppercase;
    font-size: .8rem;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: .2rem;
    cursor: pointer;
    font-weight: 700;
}

.cus-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cus-order-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.cus-dropdown .drop-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.cus-order-dropdown .drop-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 150px;
    z-index: 100;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.cus-dropdown .drop-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cus-order-dropdown .drop-order-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cus-dropdown .drop-list ul li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.cus-order-dropdown .drop-order-list ul li a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.cus-dropdown .drop-list ul li a:hover {
    background: #f2f2f2;
}

.cus-order-dropdown .drop-order-list ul li a:hover {
    background: #f2f2f2;
}

.drop-list a.active {
    color: #d87421;
    font-weight: bold;
}

.drop-order-list ul li a.active {
    background: #4b5668;
    color: #d87421;
}

.drop-order-list a.active {
    color: #d87421;
    font-weight: bold;
}

#downloadPdf {
    padding: 3px;
    border-radius: .5rem;
    background-color: #ffffff;
}

.deletePermissionQuery {
    font-size: 1.5rem;
}

.swal2-popup {
    padding-top: 1rem;
}

.swal2-popup .swal2-icon {
    margin-bottom: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    position: relative !important;
    border: 1px solid #CED4DA !important;
    padding: 12px 12px;
    color: rgb(73, 80, 87) !important;
    font-weight: 400;
    font-size: 14px !important;
    border-radius: 4px !important;
    min-height: 46px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4 !important;
    border: 1px solid #aaa;
    top: -4px;
    height: 28px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 1rem;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-container .select2-selection--single {
    height: auto !important;
    padding: 8px 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #000;
    height: 100%;
    font-size: 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    height: 100%;
    display: inline-block;
}

span.select2-search.select2-search--inline {
    height: 100%;
    display: inline-block;
    top: -8px;
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    font-family: 'Nunito', sans-serif !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    position: relative;
    top: 5px;
    color: #495057 !important;
    font-family: 'Nunito', sans-serif !important;
}

.cbadge {
    background-color: #6c757d;
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    margin: 0 5px 5px 0;
}

.cbadge:hover {
    background-color: #d87421 !important;
    color: #fff !important;
    text-decoration: none;

}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fffbf9;
}

.keyword-scroll {
    max-height: auto;
    white-space: normal;
    word-break: break-word;
    padding-right: 8px;
}

.section-heading {
    background-color: #e0e5ee;
    color: #d87421;
    font-size: 14px;
    font-weight: 600;
    margin: 0 -20px 10px;
    padding: 8px 20px;
    text-align: left;
}

.select2-search__field {
    pointer-events: auto !important;
}

#activeUsersTable th:first-child .dt-column-order {
    display: none !important;
}

.section-heading {
    background-color: #e0e5ee;
    color: #d87421;
    font-size: 14px;
    font-weight: 600;
    margin: 0 -20px 10px;
    padding: 8px 20px;
    text-align: left;
}

#stateScroll,
#authorityScroll,
.filt-scroll {
    max-height: 10rem;
    overflow: auto;
}

.query-box {
    /* position: relative;
    height: 100%; */
    margin-bottom: 1rem;
    border: 1px solid #d0d0d0;
    border-radius: 5px;
    background-color: rgb(192 192 192 / 5%);
}

.query-box h5.toggle-btn-query {
    /* position: relative;
    height: 100%;
        display: flex;
    align-items: center; */
}

.query-box h5.toggle-btn-query:after {
    content: '';
    margin-left: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 14px;
}

.query-box h5.toggle-btn-query.open:after {
    transform: rotate(135deg);
}

h5.toggle-btn-query {

    color: #ffffff;
    background-color: rgb(216 116 33);
    font-weight: 500;
    padding: 0.8rem 1rem;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    margin-bottom: 0;
}

.toggle-box {
    display: none;
    padding: 1rem;
    width: 100%;
}

.toggle-box .fixdiv {
    width: 50%;
}

.toggle-box .d-flex {
    flex-wrap: wrap;
}


.filter-box .primary-button {
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .15);
    border-radius: 6px;
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    color: #3a3a3a !important;
    display: inline-block;
    margin: 0 5px;
    display: inline-flex;
    align-items: center;
    transition: unset;
}

.filter-box .primary-button svg {
    margin-right: .5rem;
}

.filter-box .primary-button.active {
    background-color: #d87421 !important;
    color: #fff !important;
}

.filter-box .primary-button.active svg,
.filter-box .primary-button.active g {
    stroke: #fff !important;
    fill: #fff !important;
}

.cus-dropdown {
    position: relative;
}

.cus-dropdown:after {
    content: '';
    margin-left: 10px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}

.drop-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    background-color: #fff;
    z-index: 999;
    border: 1px solid #ccc;
    border-radius: .5rem;
    display: none;
}

.drop-list a {
    display: block;
    width: 100%;
    text-align: left;
    padding: .3rem 1rem;
    color: #000;
    text-decoration: none;
}

.cus-dropdown:hover .drop-list {
    display: block;
}

.query-box-list .col {
    flex-grow: 3;
}

.query-box-list .col:last-child {
    flex-grow: 1;
}

.filter-box {
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
}

.grid-margin {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-margin.active {
    width: 70%;
}

#filter-btn.hide {
    display: none !important;
}

.hand {
    display: inline-block;
    font-size: 28px;
    cursor: pointer;
    animation: wave-animation 2.5s infinite;
    transform-origin: 70% 70%;
}

@keyframes wave-animation {

    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-8deg);
    }

    30% {
        transform: rotate(14deg);
    }

    40% {
        transform: rotate(-4deg);
    }

    50% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.welcome-banner::after {
    content: '';
    position: absolute;
    right: -50px;
    top: -50px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .07);
}

.welcome-banner::before {
    content: '';
    position: absolute;
    right: 70px;
    bottom: -70px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
}

.welcome-banner .content {
    position: relative;
    z-index: 2;
}

#advanced-search-area {
    width: 30%;
    display: none;
    padding-left: 15px;
    padding-right: 15px;
}

#hide-filter {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    /* background: #f5f5f5; */
}

.marquee-text {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: scrollText 15s linear infinite;
    color: #960018;
    font-size: 20px;
    font-weight: bold;
}

#tender_information,
#tender_bidding_ser,
#gem_ser,
#certificate,
#other {
    display: none;
}

.activation-card {
    border: 1px solid #ccc;
    border-radius: 8px;

    margin-top: 8px;
}

.activation-title {
    position: relative;
    padding: 1rem;
}

.activation-title.cshow {
    background-color: rgb(216 116 33 / 10%) !important;
    margin-bottom: 1rem;
}

.text-delete {
    color: #8d4242 !important;
}

.activation-title input {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    opacity: 0;
    cursor: pointer;
    margin: 0;
}

.activation-title h5 {
    position: relative;
    z-index: 0;
}

.activation-content {
    padding: 0 1rem;
}

.welcome-banner {
    background: linear-gradient(135deg, #d87421 0%, #c1bc59 55%, #478ca7 100%);
    border-radius: 16px;
    padding: 10px 30px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.wb-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(255, 255, 255, .2);
    border-radius: 20px;
    padding: 3px 13px;
    font-size: 12px;
    margin-top: 8px;
}

@keyframes scrollText {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#split {
    display: none;
}
.calendar-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    z-index: 999;
}
.dt-client-info span{
    display:block;
    font-size:16px;
    font-weight:400;
    color:#1f2d3d;
}

.top-performer{
    display:block;
    color:#f1bb26;
    font-size:9px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-top:2px;
}

/* +2 more button */
.fc .fc-daygrid-more-link{
    display: inline-block;
    background: #d87421 !important;
    color: #fff !important;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    text-decoration: none !important;
    margin-top: 2px;
}

.fc .fc-daygrid-more-link:hover{
    background: #c5671d !important;
    color: #fff !important;
}

/* Optional: make the popup look better */
.fc .fc-popover{
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.15);
}

.fc .fc-popover-header{
    background: #d87421;
    color: #fff;
    padding: 8px 12px;
}
.fc .fc-toolbar-title{
    font-size: 15px !important;
}
/* .fc-event{
    display:none !important;
} */



.meeting-count:hover{
    background:#bf6218;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events{
    margin-bottom: 0;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events{
    min-height: 5px;
}
.fc .fc-button-group .fc-button {
    background-color: #bf6218;
}
.fc .fc-col-header {
    background: #d87421 !important;
}

.fc .fc-col-header th {
    background: #d87421 !important;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #d87421;
}

.fc .fc-col-header th a {
    color: #fff !important;
    text-decoration: none;
}

.fc .fc-col-header-cell-cushion {
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
   
}
.fc-daygrid-day {
    position: relative;
}

.fc-day-count {
    position: absolute;
    left: 4px;        /* Left side */
    bottom: 4px;      /* Bottom */
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #d87421;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.fc-daygrid-event-harness {
    margin-top: -5px !important;
    margin-left: 5px !important;
    margin-bottom: 1px;
    float: left;
}
#meetingCalendar {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.fc .fc-daygrid-day-number {
    text-decoration: none !important;
}
#editTempPackage .modal-body{
    overflow-y:auto;
    max-height:70vh;
}
.payment-callout {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
  padding: 12px 13px;
  border: 1px solid #ded7ed;
  border-radius: 7px;
  background: #f5f1fb;
}

.payment-callout span,
.payment-callout small {
  color: #9082a8;
  font-size: 14px;
}

.payment-callout strong {
  color: #5c4a89;
  font-family: var(--font-display);
  font-size: 15px;
}
.dropdown:hover .dropdown-menu{
    display:block;
    margin-top:0;
}

.dropdown-toggle::after{
    display:none;
}
.invoice-container{
    width:794px;              /* A4 width at 96dpi */
    min-height:1123px;
    margin:0 auto;
    background:#fff;
    padding:0;
    border:1px solid #000;
    box-sizing:border-box;
}