/*--- TAILWAIND CSS ---*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");

body {
  font-family: "Open Sans", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}




.phi-striped-table-heading h1 {
  color: var(--neutral-grey-2, #393939);
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.striped-table th,
s td {

  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}



.striped-table tr:nth-child(even) {
  background-color: #f2f2f2;
}


.striped-table table-header {
  display: flex;
  justify-content: space-between;
}

.phi-table-heading h1 {
  color: var(--neutral-grey-2, #393939);
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}

.striped-table th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.striped-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.striped-table-header table-header {
  display: flex;
  justify-content: space-between;
}



.bar-container {
  display: flex;
  padding: 7px 0px;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  align-self: stretch;
}

.td-button {
  color: var(--neutral-grey-7, #FCFCFC);
  text-align: center;
  /* Regular - 14/Default */
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  padding: 2px 16px;
  align-items: center;
  border-radius: 4px;
  background: #098BCB;


}

.striped-table td {
  line-height: 30px;
}

.td-button:hover {
  background: #28B1F5;
}

.td-bar {
  height: 5px;
  flex: 1 0 0;
  background: var(--primary-blue-1, #28B1F5);
}

.show-copy-outerdiv{
  padding: 3px;
  margin-top: 4px;
}
.show-copy-div{
  display: flex;
  justify-content: end;
}
.show-copy-buttons{
  margin-right: 5px;
  min-height: 24px;
  border-radius: 0.5rem;
  border-width: 0.5px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 220 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));


}

.code-pre{
  white-space: pre-wrap; 
  height:auto;
	word-break: break-word;   
  overflow: auto; 
  max-height:200px ; 
  background-color:rgb(247, 244, 244);
}

 
#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}


.phi-nav-searchbox{
  position: relative;
  background-color: #ffffff; 
  border-radius: 25px;
  border-width: 1px 1px 1px 1px;
  --tw-border-opacity: 1;
  border-color: rgb(196 196 196 / var(--tw-border-opacity));
  border-style: solid;
 
}
.phi-navrow{
  width: 100%;
  display:flex;
  padding: 10px 20px;
}

.phi-nav-search-results{
  
  position:absolute;
  width:100%;
  margin-top:2px;
  max-height: 300px;
  overflow-y: scroll;   z-index: 2;
}

.phi-nav-inputbox {
  flex: 1;
  height: 20px;
  background: transparent;
  border: 0;
  outline: 0;

}

.phi-nav-search-results ul {
  background-color: #fcfcfc;
  border-bottom: 1px solid #c4c2c2;
  padding: 15px 10px;
  z-index: 2;
}

.phi-nav-search-results ul li {
  list-style: none;
  border-radius: 3px;
  padding: 15px;
  z-index: 2;
}
.phi-nav-search-results ul li:hover {
  background: #e9f3ff;
  z-index: 2;
}


.phi-base-red {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 50 37 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-base-red {
    height: 6rem;
  }
}

.phi-base-yellow {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 181 24 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-base-yellow {
    height: 6rem;
  }
}

.phi-color-blue {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 139 203 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(256 256 256 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue {
    height: 6rem;
  }
}

.phi-color-blue-100 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(188 231 252 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-100 {
    height: 6rem;
  }
}

.phi-color-blue-200 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(141 214 249 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-200 {
    height: 6rem;
  }
}

.phi-color-blue-300 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(94 197 247 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-300 {
    height: 6rem;
  }
}

.phi-color-blue-400 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(40 177 245 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-400 {
    height: 6rem;
  }
}

.phi-color-blue-500 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(9 139 203 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(256 256 256 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-500 {
    height: 6rem;
  }
}

.phi-color-blue-600 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(6 107 156 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(256 256 256 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-blue-600 {
    height: 6rem;
  }
}

.phi-color-yellow-200 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 225 163 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-yellow-200 {
    height: 6rem;
  }
}

.phi-color-yellow-300 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 116 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-yellow-300 {
    height: 6rem;
  }
}

.phi-color-yellow-400 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(251 196 70 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-yellow-400 {
    height: 6rem;
  }
}

.phi-color-yellow-500 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(250 181 24 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-yellow-500 {
    height: 6rem;
  }
}

.phi-color-red-200 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 187 182 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-red-200 {
    height: 6rem;
  }
}

.phi-color-red-300 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(244 141 134 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-red-300 {
    height: 6rem;
  }
}

.phi-color-red-400 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 96 85 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-red-400 {
    height: 6rem;
  }
}

.phi-color-red-500 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(236 50 37 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

@media (min-width: 767px) {
  .phi-color-red-500 {
    height: 6rem;
  }
}

.phi-color-white-200 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-white-300 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-white-400 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-white-500 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(220 220 220 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-white-600 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(196 196 196 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-white-700 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(172 172 172 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-black-300 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-black-400 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(107 107 107 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-black-500 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-black-600 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(57 57 57 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-black-700 {
  display: inline-flex;
  height: 5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-categorical-blue,
.phi-color-categorical-yellow,
.phi-color-categorical-red,
.phi-color-categorical-orange,
.phi-color-categorical-green,
.phi-color-categorical-gray,
.phi-color-semantic-red,
.phi-color-semantic-green-200,
.phi-color-semantic-green-300,
.phi-color-semantic-green-400,
.phi-color-semantic-green-500 {
  border-radius: 0.5rem;
  display: inline-flex;
  height: 5rem !important;
  width: 100%;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  text-align: center;
  font-size: 18px;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.phi-color-categorical-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(40 177 245 / var(--tw-bg-opacity));
}

.phi-color-categorical-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 196 70 / var(--tw-bg-opacity));
}

.phi-color-categorical-red {
  --tw-bg-opacity: 1;
  background-color: rgb(244 141 134 / var(--tw-bg-opacity));
}

.phi-color-categorical-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(241 180 125 / var(--tw-bg-opacity));
}

.phi-color-categorical-green {
  --tw-bg-opacity: 1;
  background-color: rgb(185 192 129 / var(--tw-bg-opacity));
}

.phi-color-categorical-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(143 143 143 / var(--tw-bg-opacity));
}

.phi-color-semantic-red {
  --tw-bg-opacity: 1;
  background-color: rgb(236 50 37 / var(--tw-bg-opacity));
}

.phi-color-semantic-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 233 186 / var(--tw-bg-opacity));
}

.phi-color-semantic-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(102 222 152 / var(--tw-bg-opacity));
}

.phi-color-semantic-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 211 117 / var(--tw-bg-opacity));
}

.phi-color-semantic-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 200 83 / var(--tw-bg-opacity));
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-0 {
  gap: 0px;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
  column-gap: 0px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.bg-phi-white-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 252 252 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-regular {
  font-size: 0.875rem;
}

.text-subHeading {
  font-size: 1.625rem;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-phi-black-700 {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}

.text-phi-white-700 {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 767px) {
  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }

  .md\:gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }
}

@media (min-width: 976px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
    column-gap: 0px;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .xl\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .xl\:text-subHeading {
    font-size: 1.625rem;
  }

  .xl\:text-body {
    font-size: 1rem;
  }
}

#color {
  cursor: pointer;
}

body {
  color: #212121;
}

.phi__section-title {
  text-align: left;
  border-bottom: 2px solid #dcdcdc;
  padding-bottom: 1rem;
  text-transform: uppercase;
  font-size: 1rem;
  color: #212121;
  font-weight: 700;
}

.phi__section-subtitle {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 1.5rem 0;
}

.phi-fractal-colors {
  width: 100%;
  height: 100%;
}

.phi-secondary-color {
  width: 100%;
}

.phi-color-yellow-200,
.phi-color-yellow-300,
.phi-color-yellow-400,
.phi-color-yellow-500,
.phi-color-red-200,
.phi-color-red-300,
.phi-color-red-400,
.phi-color-red-500 {
  height: 80px;
}

.phi-color-red,
.phi-color-yellow,
.phi-color-blue {
  height: 80px;
}

.phi-color-info {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  padding: 1.312rem 1.5rem;
  border: 1px solid #dcdcdc;
  border-radius: 0 0 0.5rem 0.5rem;
  font-size: 14px;
}

.phi-color-blue-100,
.phi-color-blue-200,
.phi-color-blue-300,
.phi-color-blue-400,
.phi-color-blue-500,
.phi-color-blue-600 {
  height: 80px;
}

.phi-color-white-200,
.phi-color-white-300,
.phi-color-white-400,
.phi-color-white-500,
.phi-color-white-600,
.phi-color-white-700,
.phi-color-black-300,
.phi-color-black-400,
.phi-color-black-500,
.phi-color-black-600,
.phi-color-black-700 {
  border-radius: 0.5rem;
}

.phi-color-black-400,
.phi-color-black-500,
.phi-color-black-600,
.phi-color-black-700 {
  color: #fff;
}

.phi-color-info-1 {
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  padding: 1rem 1.25rem;
  border: 1px solid #dcdcdc;
  border-radius: 0 0 0.5rem 0.5rem;
  text-align: center;
  font-size: 14px;
}

.notiflix-sucess {
  display: block !important;
  text-align: center;
  padding: 1rem !important;
}

.phi-typeface {
  display: flex;
  width: 100%;
  column-gap: 1.25rem;
}

@media screen and (min-width: 976px) {
  .phi__section-title {
    text-align: left;
    border-bottom: 2px solid #dcdcdc;
    padding-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #212121;
    font-weight: 700;
  }

  .phi-color-red,
  .phi-color-yellow,
  .phi-color-blue {
    height: 96px;
  }

  .phi-color-blue-100,
  .phi-color-blue-200,
  .phi-color-blue-300,
  .phi-color-blue-400,
  .phi-color-blue-500,
  .phi-color-blue-600 {
    height: 96px;
  }

  .phi-color-white-200 {
    border-radius: 0.5rem 0 0 0.5rem;
  }

  .phi-color-black-700 {
    border-radius: 0 0.5rem 0.5rem 0;
  }

  .phi-color-white-300,
  .phi-color-white-400,
  .phi-color-white-500,
  .phi-color-white-600,
  .phi-color-white-700,
  .phi-color-black-300,
  .phi-color-black-400,
  .phi-color-black-500,
  .phi-color-black-600 {
    border-radius: 0;
  }

  .phi-typeface {
    display: flex;
    width: 50%;
    column-gap: 2rem;
  }
}

/*--- DROPDOWN MENU CSS ---*/
.phi-dropdown {
  float: left;
  overflow: hidden;
}

.dropdown-content {
  display: none;
  position: absolute;
  margin-top: 0.15rem;
  background-color: #fff;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.phi-dropdown:hover .dropdown-content {
  display: block;
}

nav.sticky {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
}
