/* input(189,3): run-time error CSS1035: Expected colon, found '{'
input(200,4): run-time error CSS1035: Expected colon, found '{' */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Playfair+Display:wght@400;600;700&display=swap');

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Globals
-------------------------------------------------- */

:root{
  /* Colours taken from XD file */
  --light-blue-primary: #65D2F7;
  --purple-primary: #A23EB4;
  --purple-primary-dark: #8f379e;
  --light-purple-primary: #D4BAF4;
  --light-purple-background: #D4BAF459;
  --light-grey-primary: #00000014;
  --light-grey-text: #424242;
  --light-grey-label: #42424280;
  --light-grey-background: #f0f0f0;
  --light-grey-background-secondary: #f4f4f4;
}

@keyframes backgroundMovement {
  0%{background-position: 100% 0;}
  25%{background-position: 0 100%;}
  50%{background-position: 100% 100%;}
  75%{background-position: 0 0;}
  100%{background-position: 100% 0;}
}

.color-light-blue-primary{color: var(--light-blue-primary);}
.color-purple-primary{color: var(--purple-primary)}
.color-light-purple-primary{color: var(--light-purple-primary)}
.color-light-grey-primary{color: var(--light-grey-primary);}
.color-light-grey-text{color: var(--light-grey-text);}
.color-light-grey-label{color: var(--light-grey-label);}
.background-light-purple-background{background-color: var(--light-purple-background);}

.background-purple-primary{background-color: var(--purple-primary)}

/* Typography
-------------------------------------------------- */

h1, h2, h3, h4{
  font-family: 'Playfair Display', serif;
}

h5, h6, p, td{
  font-family: 'Open Sans', sans-serif;
  color: var(--light-grey-text)
}

h1{
  font-family: 'Playfair Display', serif;
  font-size: 59px;
  font-weight: bold;
  color: var(--purple-primary);
}

h4{
  font-weight: 600;
  color: var(--light-grey-text);
}

.navbar{
  border-bottom: 3px solid var(--light-blue-primary) !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  
}

.nav-link{
  color: var(--light-grey-text) !important
}

.nav-link:hover{
  color: var(--light-blue-primary) !important;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

table td,
table th {
  padding: .5rem;
  text-align: left;
  vertical-align: top;
}

.table-border {
  border: 1px solid var(--bs-gray-200);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0.5rem;
}
.table-border td,
.table-border th {
  border-bottom: 1px solid var(--bs-gray-200);
}

/*.table-border td:first-of-type {*/
/*  border-left: 2px solid var(--light-grey-background);*/
/*}*/

/*.table-border tr:nth-child(even){*/
/*  background-color: var(--light-grey-background);*/
/*}*/

thead tr th{
  background-color: var(--bs-gray-100);
  border: none !important;
  color: var(--purple-primary-dark);
}

.payout-row td{
  vertical-align: middle;
  font-size: 14px;
  
  .btn
  {
    font-size: 14px;
  }
  
  textarea {
    height: 38px;
  }
}

.payout-status
{
  i{ 
    font-size: 10px; 
    margin-right: .5rem; 
  }
}

.selected-row{
  background-color: var(--bs-gray-100) !important;
}


.table-row-approve{
  background-color: #47DD652E !important;
}

.table-row-deny{
  background-color: #dd4c472e !important;
}



.table-border tbody:first-child tr:first-child td,
.table-border thead:first-child tr:first-child th {
  border-top-width: 0;
}

.table-border thead:first-child tr:first-child td:first-child,
.table-border thead:first-child tr:first-child th:first-child {
  border-top-left-radius: 0.5rem;
}

.table-border tbody:last-child tr:last-child td:first-child,
.table-border tbody:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 0.5rem;
}

.btn-primary {
  background-color: var(--light-blue-primary);
  border-color: var(--light-blue-primary);
}

.btn-secondary {
  background-color: var(--purple-primary);
  border-color: var(--purple-primary);
}

.btn-secondary:active, .btn-secondary:focus{
  background-color: var(--purple-primary);
  border-color: var(--purple-primary);
}

.btn-secondary:hover {
  background-color: var(--purple-primary-dark);
  border-color: var(--purple-primary-dark);
}

.btn-primary:active, .btn-primary:focus{
  background-color: var(--light-blue-primary);
  border-color: var(--light-blue-primary);
}

.btn-primary:hover {
  background-color: var(--light-blue-primary);
  border-color: var(--light-blue-primary);
}

.btn-sidebar{
  color: var(--purple-primary);
  text-decoration: none;
  font-weight: bold;
  border: var(--purple-primary) 2px solid;
  padding: 10px 0;
  text-align: center;
  margin: 5px 0;
  transition-property: background-color, color;
}

.btn-sidebar:hover{
  color: white;
  border: var(--purple-primary) 2px solid;
  background-color: var(--purple-primary);
}


.content-container-light{
  background-color: white;
  border-radius: 2rem;
  padding: 2rem;
}


.dashboard-content{
  border: 2px solid var(--light-grey-background);
  background-color: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
}

.dashboard-content-header{
  border-bottom: 2px solid var(--light-grey-background);
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.grid-parent {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-gap: 20px;
  }

.grid-parent > *{
  height: 100%;
}

.therapist-detail-container{
  width: 100%;
}

@media (min-width: 992px) {
  .therapist-detail-container{
    width: 100%;
  }
  .grid-parent{
    grid-template-columns: repeat(2, 1fr);
  }
}

