html,
body {
    height: 100% !important;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

body {
    font-family: "regular" !important;
    background-color: #ccc;
}

.breadcrumb li a {
    color: #07a1a9 !important;
    text-decoration: underline;
}
/*-------------------------- FONT FAMILY--------------------------- */
@font-face {
    font-family: "e-bold";
    src: url("../font/Proxima\ Nova\ Black.otf");
}

@font-face {
    font-family: "bold";
    src: url("../font/Proxima\ Nova\ Bold.otf");
}

@font-face {
    font-family: "regular";
    src: url("../font/ProximaNova-Regular.otf")
}

@font-face {
    font-family: "thin";
    src: url("../font/Proxima\ Nova\ Thin.otf");
}

.e-bold {
    font-family: "e-bold";
}
.bold {
    font-family: "bold";
}

.thin {
    font-family: "thin";
}

.regular {
    font-family: "regular";
}



/*--------------------------------- WIDTHS --------------------------------- */
.w-90 {
    width: 90% !important;
}

/*------------------------------- FONT SIZE ------------------------------- */
.fsp6 {
    font-size: 0.6rem !important;
}
.fsp8 {
    font-size: 0.8rem !important;
}
.fsp9 {
    font-size: 0.9rem !important;
}
.fs1 {
    font-size: 1rem !important;
}
.fs1p1 {
    font-size: 1.1rem !important;
}
.fs1p3 {
    font-size: 1.3rem !important;
}
.fs1p4 {
    font-size: 1.4rem !important;
}
.fs1p5 {
    font-size: 1.5rem !important;
}
.fs2 {
    font-size: 2rem !important;
}

/*-------------------------------- FONT COLOR----------------------------- */
.fontcol1 {
    color:#73879c !important;
}
.fontcol2 {
    color:#313131;
}
.fontcol3 {
    color:#07a1a9;
}
.fontcol4 {
    color:#9b9797;
}
.fontcol5 {
    color:#f93154;
}
.fontcol6 {
    color:#25d366;
}


/*----------------------------- BACKGROUND COLOR ----------------------------------*/
.bgWhite {
    background-color: #fff !important;
}
.bgcol1 {
    background-color: #e6f5f4 !important;
}
.bgcol2 {
    background-color: #f8f8f8 !important;
}
.bgcol3 {
    background-color: #f1f3f4 !important;
}
.bgcol4 {
    background-color: #e9edf7 !important;
}
.bgcol5 {
    background-color: #026368 !important;
}
.bgcol6 {
    background-color: #e8f1ff !important;
}
.bgcol7 {
    background-color: #fff9f9 !important;
}
.bgcol8 {
    background-color: #e3f7f8 !important;
}
.bgcol9 {
    background-color: #f3f3f3 !important;
}
.bgcol10 {
    background-color: #07a1a9 !important;
}
.bgcol11 {
    background-color: #e1ecfd !important;
}
.bgcol12 {
    background-color: #d2ffe3 !important;
}
.bgcol13 {
    background-color:#f93154;
}
.gradient1 {
    /* background-image: linear-gradient(141deg, #379796 12%, #12706f 24%, #0a3c3c 69%) !important; */
    background-image: linear-gradient(141deg, #379796 16%, #12706f 41%, #0a3c3c 93%);
}

/*------------------------------Badges--------------------------*/
.badge-1 {
    background-color: #ececec !important;
    color: #313131 !important;
}
.badge-2 {
    background-color: #b23cfd !important;
    color: #ffffff !important;
}
.badge-3 {
    background-color: #f05358 !important;
    color: #ffffff !important;
}
.badge-4 {
    background-color: #1ec260 !important;
    color: #ffffff !important;
}
.badge-5 {
    background-color: #f4e3ff !important;
    color: #b23cfd !important;
}
.badge-6 {
    background-color: #fee3e8 !important;
    color: #f93154 !important;
}
.badge-7 {
    background-color: #c6ffdd !important;
    color: #00b74a !important;
}


/*------------------------------ BORDER RADIUS -----------------------------------*/
.br-1r {
    border-radius: 1rem !important;
}
.br-p5r {
    border-radius: 0.5rem !important;
}
.br-p6r {
    border-radius: 0.6rem !important;
}
.br-2r {
    border-radius: 0.25rem !important;
}
.br-3r {
    border-radius: 0.60rem !important;
}
.br-50p {
    border-radius: 50% !important;
}

/*---------------------------------- BORDERS ------------------------------------*/
.border0 {
    border:none !important;
}
.border1 {
    border-left: 10px solid #1266f1 !important;
}
.border2 {
    border-left: 10px solid #fcda04 !important;
}
.border3 {
    border: 1px solid #1266f1 !important;
}
.border4 {
    border: 1px solid #f93154 !important;
}
.border5 {
    border: 1px solid #07a1a9 !important;
}
.border6 {
    border: 2px solid #07a1a9 !important;
}
.border7 {
    border: 2px solid #f93154 !important;
}
.border8 {
    border: 2px solid #1266f1 !important;
}
.border9 {
    border: 1px solid #bdbdbd !important;
}

/*---------------------------------- BUTTONS -----------------------------------*/

.btn-lg {
    padding: 0.6rem 0.5rem 0.9rem 0.5rem !important;
    font-size: .875rem;
    line-height: 1.6;
}

.btn-lg-inner {
    padding: 0.6rem 0.5rem 0.6rem 0.5rem !important;
    font-size: .875rem;
    line-height: 1.6;
    height: 40px;
}

/*-------------------------------INPUTS FIELDS --------------------------*/
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    color: #313131;
    opacity: 1;
    display: block;
    background: url(../img/date-20.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top:3px;
    border-width: thin;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #313131;
    opacity: 1;
    display: block;
    background: url(../img/date-20.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top:3px;
    border-width: thin;
}
input[type="time"]::-webkit-calendar-picker-indicator {
    color: #313131;
    opacity: 1;
    display: block;
    background: url(../img/time-20.png) no-repeat;
    width: 20px;
    height: 20px;
    margin-top:5px;
    border-width: thin;
}
.form-label {
    font-size: 0.9rem !important;

}
.form-control {
    height: 40px;
    border-radius: 0.6rem !important;
}
.form-control[readonly] {
    background-color: #f3f3f3 !important;
    opacity: 1;
}
.form-control-textArea[readonly] {
    background-color: #f3f3f3 !important;
    opacity: 1;
}
input::placeholder {
    color: #313131 !important;
    opacity: 1;
  }
input {
    font-size: 1rem !important;
    height: 40px;
}
input.error {  
    border: 1px solid red;  
    font-weight: 300;  
    color: red; 
    font-size: 0.8rem !important; 
}

label.error {
    color: red;
    font-size: 0.8rem !important;
}

.form-control-textArea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #4f4f4f;
    background-clip: padding-box;
    border: 1px solid #bdbdbd;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    border-radius: 0.6rem;
    transition: all .2s linear;
}

.form-outline {
    display: block;
    width: 100%;
    padding: 0.5rem 1.1rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-outline:focus {
    color: #343a40;
    background-color: #fff;
    border-color: #a2c1f6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(69 130 236 / 25%);
}
.form-outline:focus-visible {
    color: #343a40;
    background-color: #fff;
    border-color: #a2c1f6 !important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(69 130 236 / 25%);
}
/*------------------------------- ANCHOR  LINKS -------------------------------*/
.text-decoration-none {
    text-decoration: none !important;
}
/*------------------------------- Sub Heading CSS -------------------------------*/
.sub-head {
    width: 200px;
    background-color: #e1ecfd;
}
/*------------------------------ Tabs CSS ------------------------------- */

.nav-tabs .nav-link.active {
    color: #ffffff !important;
    border-color: transparent !important;
    background-color: #07a1a9 !important;
    border-radius: 2rem !important;
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

.nav-tabs .nav-link:hover {
    background-color: #ffffff;
    border-color: transparent !important;
    background-color: #f5f5f5 !important;
    color: #07a1a9 !important;
    border-radius: 2rem;
    font-size: 1rem;
    font-weight: bold;
}

.nav-tabs .nav-link {
    border: solid transparent;
    border-width: 0 !important;
    border-radius: 2rem !important;
    text-transform: uppercase;
    line-height: 1 !important;
    font-weight: normal !important;
    font-size: 1.1rem !important;
    color: rgba(0,0,0,.6);
    padding: 14px 29px 14px !important;
    
}

.nav-tabs .nav-link {
    text-transform: capitalize !important;
}

.nav-tabs {
    border-bottom: 1px solid #d6d6d6 !important;
}

/*--------------------------------Nav Bar Items-------------------------------------*/
.navbar-light .navbar-nav .nav-link {
    border: 1px solid transparent;
    border-radius: 0.5rem;
    margin-right:15px;
    padding: 8px 16px !important;
    line-height: 1.2 !important;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #07a1a9 !important;
    border: 1px solid #07a1a9;
    border-radius: 0.5rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #07a1a9 !important;
    border: 1px solid #07a1a9;
    border-radius: 0.5rem;
}

/*----------------------------------Accordian CSS------------------------------------*/

#allConsultation .accordion-flush .accordion-item .accordion-header .accordion-button {
    background-color: #fff;
    height: auto !important;
    border-radius: 0px !important;
    color: #313131;
    font-weight: bold;
    font-size: 1rem !important;
}

#accordionFlushAllConsultation .accordion-button {
    background-color: #fff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


#allConsultation .accordion-button:after {

    flex-shrink: 0;
    width: 1.41rem !important;
    height: 1.41rem !important;
    margin-left: auto;
    content: "";
    background-image: url("../img/black-down-arrow.png") !important;
    background-repeat: no-repeat;
    transform: rotate(0deg) !important;
    transition: transform .2s ease-in-out !important;
    background-position: right !important;
}

#allConsultation .accordion-button:not(.collapsed):after {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("../img/up-arrow.png") !important;
    background-size: 1.35rem !important;
    transform: rotate(360deg) !important;
    transition: transform .2s ease-in-out;
}

#allConsultation .accordion-header .accordion-button:not(.collapsed) {
    border-radius: 0px !important;
}
#allConsultation .accordion-body {
    background-color: #f6ffff;
}
#allConsultation tr.table-info>th {
    background-color: #ddf0f6 !important;
}
#allConsultation .table-secondary {
    background-color: #ecedf0;
}
#allConsultation .table-white {
    background-color: #fff !important;
}
.accordion-strip {
    background-color: #f1f5f8 !important;
}
.accordion-flush .accordion-item .accordion-button {
    background-color: #e3f7f8;
    height: 40px;
    border-radius: 0.5rem !important;
    color: #313131;
    font-weight: bold;
    font-size: 1rem !important;
}

.addDaySubAccordion-button {
    background-color: transparent;
    height: 50px !important;
    border-radius: 0.5rem !important;
    color: #313131;
    font-weight: bold;
    font-size: 1rem !important;
    border: 2px dashed #e2e2e2 !important;
    padding: 0px 15px !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.accordion-button:after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("../img/add-activity.png") !important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed):after {
    background-image: url("../img/delete-activity.png") !important;
}

.addDayAccordion-button {
    padding: 25px 15px !important;
}

.addDayAccordion-button:after, .addDaySubAccordion-button:after {

        flex-shrink: 0;
        width: 1.41rem !important;
        height: 1.41rem !important;
        margin-left: auto;
        content: "";
        background-image: url("../img/right-arrow.png") !important;
        background-repeat: no-repeat;
        background-size: 0.7rem !important;
        transition: transform .2s ease-in-out;
        background-position: right !important;
}
.addDayAccordion-button:not(.collapsed):after, .addDaySubAccordion-button:not(.collapsed):after {
    width: 1.4rem;
    height: 1.4rem;
    background-image: url("../img/down-arrow.png") !important;
    background-size: 1.35rem !important;
    transform: rotate(360deg) !important;
    transition: transform .2s ease-in-out;
}
.accordionSub-body {
    padding-top: 0px !important;
    padding-right: 0px !important;
}
.accordionSub2-body {
    border:2px dashed #e2e2e2 !important; 
}

.timeline {
    border-left: 1px solid #07a1a9;
    margin-left: 23px;
    padding-bottom: 0px !important;
    margin-bottom: 15px !important;
}

/*------------------------------Pagination CSS-----------------------------*/
main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .table-wrapper {
    overflow: auto;
      max-width: 100%;
      width: 100%;
      background:
          linear-gradient(to right, white 30%, rgba(255,255,255,0)),
          linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
          radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)),
          radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
      background-repeat: no-repeat;
      background-color: white !important;
      background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
      background-attachment: local, local, scroll, scroll;
  }
  
  tr {
    border-bottom: 1px solid;
    width: 100%;
  }
  #allConsultation th {
    background-color: #fff !important;
  }
  #allConsultation th, tr, td {
    border-bottom: none !important;
  }
  #allConsultation td {
    border-bottom: none !important;
  }
  th {
    background-color: #e1ecfd !important;
    color: #313131 !important;
  }
  
  th,
  td {
    text-align: left !important;
    padding: 0.5em 1em !important;
    white-space: inherit !important;
    vertical-align: top !important;
  }

  td {
    border-bottom: solid 1px #d6d6d6 !important;
  }

  .installment-td {
    border-bottom: none !important;
    vertical-align: middle !important;
  }
  
  .hidden {
    display: none;
  }
  
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .page-numbers {
    margin: 1em 1em 0;
  }
  
  .page-number {
    padding: 0.5em;
    opacity: 0.5;
    cursor: pointer;
  }
  
  .page-numbers>.active {
    opacity: 1;
    background-color: #07a1a9;
    color: #ffffff;
    border-radius: 0.75rem;
    padding: 10px 17px;
    font-size: 1rem;
    }  

  
  @media screen and (min-width: 540px) {
    .backward {
      order: 1;
    }
  
    .page-numbers {
      order: 2;
      margin-top: 0;
    }
    
    .forward {
      order: 3;
    }
  }

.page-item.active .page-link {
    background-color: #07a1a9 !important;
}

/*----------------------Scroll Bar-------------------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: none; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #d1cfcf; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1; 
  }

  /*-------------------------Select (Dropdown)--------------------------*/

  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 18 10'><path data-name='Icon ionic-ios-arrow-down' d='M9.003 6.986 15.812.368a1.307 1.307 0 0 1 1.817 0 1.235 1.235 0 0 1 0 1.77l-7.712 7.5a1.311 1.311 0 0 1-1.774.036L.378 2.144a1.232 1.232 0 0 1 0-1.77 1.307 1.307 0 0 1 1.817 0z'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.error {
    color: #ff0000;
    font-size: 10px;
    padding: 5px 10px;
}

/*-------------------Required Fields-------------------*/

.req-label:after{
 content:"*" ;
color:red;
margin-left: 3px;
}

/*--------------------Multiselect Drop-down-------------*/

  
  .selectBox {
    position: relative;
  }
  
  .selectBox select {
    width: 100%;
    height: 40px;
    border-radius: 0.6rem;
    border:1px solid #bdbdbd;
    font-size: 1rem;
    font-weight: 400;
    color: #313131;
    padding: 0.375rem 0.75rem;
  }
  
  .overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  
  #checkboxes {
    display: none;
    border: 1px #dadada solid;
  }
  
  #checkboxes label {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  #checkboxes label:hover {
    background-color: #07a1a91f;
    border-radius: 0.6rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  /*----------------- Style for positioning toast---------------------- */
  .toast {
    position: absolute;
    top: 74px;
    right: 12px;
    z-index: 1020;
    width: 450px !important;
}

/*------------------Coach dashboard Search Field------------------------*/
input.search-field:focus {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 10px 2px #e0e0e0 !important;
  }

/*----------------Drag and Drop CSS Starts here----------------*/
.box {
    /* border: 3px solid #fafbfd; */
    background-color: #fafbfd;
    border-radius: .6rem;
    cursor: move;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .box.over {
    border: 3px dotted #fafbfd;
  }
  
  [draggable] {
    user-select: none;
  }


/*----------------------------Charts-------------------------------*/

.sparkboxes .box {
    padding-top: 30px;
    padding-bottom: 30px;
    text-shadow: 0 1px 1px 1px #666;
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08);
    position: relative;
  }
  
  
  .sparkboxes strong {
    position: relative;
    z-index: 3;
    top: -8px;
    color: #fff;
  }
  
  
  .sparkboxes .box1 {
    border-bottom: 3px solid #734CEA
  }
  
  .sparkboxes .box2 {
    border-bottom: 3px solid #34bfa3
  }
  
  .sparkboxes .box3 {
    border-bottom: 3px solid #f4516c;
  }
  
  .sparkboxes .box4 {
    border-bottom: 3px solid #00c5dc;
  }
  
  .spinner-border {
    display: none;
  }

  #chart, .chart-box {
    padding-top: 20px;
    padding-left: 10px;
    background: #fff;
}

select.flat-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #008FFB url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\' width=\'60px\' height=\'60px\'><polyline fill=\'white\' points=\'46.139,15.518 25.166,36.49 4.193,15.519\'/></svg>") no-repeat scroll right 2px top 9px / 16px 16px;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    font-family: arial,tahoma;
    font-size: 16px;
    font-weight: bold;
    outline: 0 none;
    height: 33px;
    padding: 5px 20px 5px 10px;
    text-align: center;
    text-indent: 0.01px;
    text-overflow: "";
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease 0s;
    width: auto;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  select.flat-select:focus, select.flat-select:hover {
    border: 0;
    outline: 0;
  }
  

.apexcharts-canvas {
    margin: 0 auto;
}

/*------------------------Upload File-----------------------*/
.drop-zone {
    
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #07a1a9;
    border: 2px dashed #07a1a9;
    border-radius: 10px;
  }
  
  .drop-zone--over {
    border-style: solid;
  }
  
  .drop-zone__input {
    display: none;
  }
  
  .drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
  }
  
  .drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
  }

/*--------------------Circle Check box---------------------*/
.plus{
    background-image: url("../img/check.png");
    width:28px;
    height:28px;
    background-size: contain;
    background-repeat:no-repeat;
}

.plus.minus{
    background-image: url("../img/uncheck.png");
    width:28px;
    height:28px;
    background-size: contain;
    background-repeat:no-repeat;
}

/*-------------Graph Dropdown CSS-------------*/
#SvgjsG1634 {display:none; }
#SvgjsG1638 {display:none; }
#SvgjsG1642 {display:none; }