:root {
    --glowny-kolor-tla: #148A96;
}

* {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    box-sizing: border-box;
}

.logo {
    width: 80px;
    float: right;
    padding: 8px 15px 0px 0px;
    filter: drop-shadow(1px 1px 1px #4444dd);
}

body {
    width: 100%;
    /* background-color: #75CFA9; */
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
}

.containerLogin {
    max-width: 440px;
    padding: 0 20px;
    margin: 10rem auto;
}

.containerReg {
    max-width: 440px;
    padding: 3em 0.5em;
    margin: 1rem auto;
}

.defaultButton{
    margin-top: 0.2em;
    height: 100%;
    width: 100%;
    outline: none;
    border-radius: 0.2em;
    border: 1px solid lightgrey;
    font-size: 1.5em;
    transition: all 0.3s ease;
    background-color: var(--glowny-kolor-tla);
    color: #fff;
}

.defaultLink{
    font-size: 1em;
    color: var(--glowny-kolor-tla);
}

.wrapper {
    width: 100%;
    background: #fff;
    border-radius: 0.5em;
}

.wrapper .title {
    line-height: 80px;
    background: var(--glowny-kolor-tla);
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 2em;
    font-weight: 600;
}

.wrapper .title2 {
    line-height: 80px;
    background: var(--glowny-kolor-tla);
    padding-left: 20px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.wrapper form {
    padding: 30px 25px 25px 25px;
}

.wrapper form .row {
    height: 45px;
    margin-bottom: 15px;
    position: relative;
}

.wrapper form .row input {
    height: 100%;
    width: 100%;
    padding-left: 60px;
    outline: none;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.wrapper form .pass {
    margin: -8px 0px 20px 0;
}

.wrapper form .pass a {
    text-decoration: none;
    font-size: 1em;
    color: var(--glowny-kolor-tla);
}

.wrapper form .formFooter {
    text-align: center;
    margin-top: 20px;
    font-size: 1em;
}

.wrapper form .formFooter a {
    text-decoration: none;
    color: var(--glowny-kolor-tla);
}

.wrapper form .row i {
    position: absolute;
    width: 47px;
    height: 100%;
    background: var(--glowny-kolor-tla);
    border: 1px solid var(--glowny-kolor-tla);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1em;
    border-radius: 5px 0 0 5px;
}

.wrapper form .button input {
    padding-left: 0px;
    color: #fff;
    font-weight: 500;
    font-size: 1em;
    background: var(--glowny-kolor-tla);
    border: 1px solid var(--glowny-kolor-tla);
    cursor: pointer;
}

form .button input:hover {
    background: var(--glowny-kolor-tla);
}

form .row input:focus {
    border-color: var(--glowny-kolor-tla);
    box-shadow: inset 0px 0px 2px 2px rgba(26, 188, 156, 0.25);
}

label {
    margin-top: 20px;
}

.row .spec {
    margin-top: 10px;
    min-height: 30px;
    width: 100%;
    border-radius: 2px;
    background: var(--glowny-kolor-tla);
    border: 1px solid var(--glowny-kolor-tla);
    color: #fff;
}

/* Nav Bar ---------------------------------------------------------*/
/* .topnav {
    background-color: #ddd;
    overflow: hidden;
}

.topnav a {
    float: left;
    color: #252525;
    text-align: center;
    padding: 1em 1em;
    text-decoration: none;
    font-size: 1em;
}

.topnav a:hover {
    background-color: rgba(19, 136, 113, 0.5);
    color: black;
}

.topnav a.active {
    background-color: var(--glowny-kolor-tla);
    color: white;
} */

.footer {
    width: 100vw;
    height: 20vh;
    color: #fff;
    text-align: center;
}

.profileMenu {
    /* left: 87vw;
    position: absolute;
    height: 3.1rem;
    width: 10vw;
    text-align: justify; */
    position: absolute;
    width: 8vw;
    left:87vw;
    top:0vw;
}

.profileMenu > .but{
  display: none;
}

.profileMenu>a,
.signOutButttonMenu {
    display: none;
    float: left;
    background-color: rgba(214, 214, 214, 0.5);
}

.profileMenu:hover {
    background-color: rgba(255, 255, 255, 0.973);
}

.profileMenu:hover>a {
    display: block;
    width: 8vw;
}

.profileMenu:hover>.signOutButttonMenu {
    display: block;
}

.signOutButttonMenu {
    padding: 0.3em;
    width: 8vw;
    height: 4vh;
}

#profilePic {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

#welcomeName {
    color: var(--glowny-kolor-tla);
    margin-top: 0.8em;
    margin-left: 3em;
    font-size: 1.2rem;
}

/* TABLE */
.main {
    max-width: 55vw;
    padding: 0 0px;
    margin: 5rem auto;
    color: white;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 1.2rem;
}

.table th {
    background-color: darkblue;
    color: #fff;
}

.detailsButton {
    padding: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    background: darkblue;
    border: 1px solid var(--glowny-kolor-tla);
    border-radius: 5px;
    cursor: pointer;
}

.doneButton {
    padding: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    background: green;
    border: 1px solid var(--glowny-kolor-tla);
    border-radius: 5px;
    cursor: pointer;
}

.deleteButton {
    padding: 5px;
    color: #fff;
    font-weight: 300;
    font-size: 1em;
    background: red;
    border: 1px solid var(--glowny-kolor-tla);
    border-radius: 5px;
    cursor: pointer;
}

input[type=search] {
    width: 200px;
    outline: none;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1rem;
    transition: all 0.3s ease;
    margin: 5px;
}

.dataTables_length label {
    color: #fff;
    font-size: 1.2rem;
}

#add-doctor_filter label {
    color: #fff;
    font-size: 1.2rem;
}

.mark:hover {
    background-color: #148A96;
    cursor: pointer;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333 !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
    /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;

    
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: rgb(255, 255, 255);
}

/* Błędy */
.error {
    background-color: rgb(255, 91, 91);
    margin-inline: 0.5em;
    border-radius: 0.2em;
    text-align: center;
}

/* Super fancy linki */
.fancy-link {
    position: relative;
    ;
}
.fancy-link::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.125em;
    background: #148A96;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 200ms ease-in;
}
.fancy-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Super fancy przyciski */
.fancy-button {
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 0.2em;
}
.fancy-button::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0.2em;
    z-index: -1;

    transform: scaleX(0);
    transform-origin: right;
    transition: transform 400ms ease-in;
}
.fancy-button:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Validacja */
.validation:not(:placeholder-shown):invalid {
    border-color: red;
    outline: none;
    box-shadow: 0 0 0.2em red;
}
.validation:not(:placeholder-shown):required:valid {
    border-color: #4dcc23;
    outline: none;
    box-shadow: 0 0 0.2em #4dcc23;
}

/* Przyciski w tabelce Szczegóły */
.table-button {
    background-color: var(--glowny-kolor-tla);
    border: none;
    border-radius: 0.2em;
    font-size: 1em;
}

/* Gwiazdki ocena lekarza */
/* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
.rating-group {
    display: inline-flex;
}

/* hide radio inputs */
.rating__input {
    position: absolute !important;
    left: -9999px !important;
}

/* set icon padding and size */
.rating__label {
    cursor: pointer;
    /* if you change the left/right padding, update the margin-right property of .rating__label--half as well. */
    padding: 0 0.1em;
    font-size: 2rem;
}

/* add padding and positioning to half star labels */
.rating__label--half {
    padding-right: 0;
    margin-right: -0.6em;
    z-index: 2;
}

/* set default star color */
.rating__icon--star {
    color: orange;
}

/* set color of none icon when unchecked */
.rating__icon--none {
    color: #eee;
}

/* if any input is checked, make its following siblings grey */
.rating__input:checked~.rating__label .rating__icon--star {
    color: #ddd;
}

/* style do potwierdzania usuwania */
.modal-confirm {		
	color: #636363;
	width: 400px;
    position: fixed;
    background-color: white;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.modal-confirm .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
	text-align: center;
	font-size: 14px;
}
.modal-confirm .modal-header {
	border-bottom: none;   
	position: relative;
}
.modal-confirm h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -10px;
}
.modal-confirm .close {
	position: absolute;
	top: -5px;
	right: -2px;
}
.modal-confirm .modal-body {
	color: #999;
}
.modal-confirm .modal-footer {
	border: none;
	text-align: center;		
	border-radius: 5px;
	font-size: 13px;
	padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
	color: #999;
}		
.modal-confirm .icon-box {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 50%;
	z-index: 9;
	text-align: center;
	border: 3px solid #f15e5e;
}
.modal-confirm .icon-box i {
	color: #f15e5e;
	font-size: 46px;
	display: inline-block;
	margin-top: 13px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #60c7c1;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	min-width: 120px;
	border: none;
	min-height: 40px;
	border-radius: 3px;
	margin: 0 5px;
}
.modal-confirm .btn-secondary {
	background: #c1c1c1;
}
.modal-confirm .btn-secondary:hover, .modal-confirm .btn-secondary:focus {
	background: #a8a8a8;
}
.modal-confirm .btn-danger {
	background: #f15e5e;
}
.modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
	background: #ee3535;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}


#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
#topbar.topbar-scrolled {
  top: -40px;
}
#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #148A96;
}
#topbar .contact-info i {
  color: #148A96;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #148A96;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 15px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
  }
  #header.header-scrolled {
    top: 0;
  }
  #header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
  }
  #header .logo a {
    color: #2c4964;
  }
  #header .logo img {
    max-height: 40px;
  }
  
  /**
  * Appointment Button *
  */
  .appointment-btn {
    margin-left: 25px;
    background: #148A96;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 14px;
    display: inline-block;
  }
  .appointment-btn:hover {
    background: #18abbb;
    color: #fff;
  }
  @media (max-width: 768px) {
    .appointment-btn {
      margin: 0 15px 0 0;
      padding: 6px 18px;
    }
  }
  
  /*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px 0 8px 20px;
  }
  .navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #2c4964;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #fff;
    padding: 5px 2px;
  }
  .navbar a i, .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
    color: #148A96;
    border-color: #148A96;
  }
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
  }
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none;
  }
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: #148A96;
  }
  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
    }
  }
  
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
  }
  .mobile-nav-toggle.bi-x {
    color: #fff;
  }
  
  @media (max-width: 991px) {
    .mobile-nav-toggle {
      display: block;
    }
  
    .navbar ul {
      display: none;
    }
  }
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, 0.9);
    transition: 0.3s;
    z-index: 999;
  }
  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }
  .navbar-mobile > ul > li {
    padding: 0;
  }
  .navbar-mobile a, .navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #2c4964;
    border: none;
  }
  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: #148A96;
  }
  .navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
    margin: 15px;
  }
  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  }
  .navbar-mobile .dropdown ul li {
    min-width: 200px;
  }
  .navbar-mobile .dropdown ul a {
    padding: 10px 20px;
  }
  .navbar-mobile .dropdown ul a i {
    font-size: 12px;
  }
  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: #148A96;
  }
  .navbar-mobile .dropdown > .dropdown-active {
    display: block;
  }


  /* referral modal */
  #add-doctor-visit-table,
  td {
      border: 1px solid white;
      text-align: center;
      font-size: 1rem;
  }

  .referralModal {
      color: black;
      padding: 1em;
      width: 30vw;
      top: 40%;
      left: 35%;
  }
  .editModal{
      color: black;
      padding: 1em;
      width: 30vw;
      top: 40%;
      left: 35%;
  }
  .editModal::backdrop{
      background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
      opacity: .7;
  }
  .editModal h2{
      color:black;
  }

  .referralModal::backdrop {
      background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
      opacity: .7;
  }

  .referralModal input{
      padding: 0.5em;
      margin: 0.3em;
  }
  .referralModal h2 {
      color: black;
  }

  button {
      color: black;
      padding: 0.5em;
  }

  .deleteButton {
      color: black;
      background-color: red;
      padding: 0.5em;
      border-radius: 0.2em;
  }