

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");


body{
background-color: #fff;
font-family: "Poppins", sans-serif;
font-weight: 500;
}

.btn , .wizard-content .wizard > .actions > ul > li > a{
  border-radius:5px;
  padding:8px 15px !important;
  box-shadow: 0 2px 4px 0 rgba(75, 94, 146, 0.14);
}
.new{
  font-size: 12px;
}
.card{
padding: 20px;
border:none;
}

/* .active{
background: #000 !important;
border-color: #000 !important;
color: #fff !important;
font-size: 12px;
}
 */
.inputs{
position: relative;
}

[type=date],[type=number],[type=text],[type=time],select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:#fff;
  border-width:1px;
  padding:.5rem .75rem;
  font-size:1rem;
  line-height:1.5rem;

  height: 45px;
  border-radius: 5px;
  border: 2px solid #eee;

}

[type=date]:focus,[type=number]:focus,[type=text]:focus,[type=time]:focus,select:focus{
  outline:2px solid transparent;
  outline-offset:2px;
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  box-shadow: none;
  border: 2px solid #3F84AD;
}

  input::placeholder{
    color:#6b7280;
    opacity:1;
  }


.form-control {
  /* height: 45px; */
  border-radius: 5px;
  border: 2px solid #eee;
}
.form-control.indent {
  text-indent: 15px;
}
.form-control-sm{
  height: 36px !important;
}
#lenContainer .form-control-sm{
  height: 45px !important;
}
.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #eee;
outline: 0;
box-shadow: none;
border: 2px solid #3F84AD;
}


.form-control:focus  {
color: #3F84AD;
}

.multiselect-input-div
{
  height: 45px;
  border-radius: 5px;
  border: 2px solid #eee !important;
  margin-bottom: 15px;
}
.multiselect-input{
  border: none !important;
}
.multiselect-wrapper .multiselect-list {
  padding: 5px;
  min-width: 310px;
}
.multiselect-wrapper .multiselect-list {
  z-index: 1;
  position: absolute;
  display: none;
  background-color: white;
  border: 2px solid #eee;
  border-radius: 0 0 5px 5px;
  margin-top: -18px;
  border-top: none;
}



.inputs i{

position: absolute;
top: 14px;
left: 4px;
color: #b8b9bc;
}

.star{

height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
background: #eee;
margin-right: 10px;
border-radius: 5px;

}

.time-text{

    font-size: 12px;
    color: #989898;
}

.dots{

height: 7px;
width: 7px;
background-color: #eee;
display: flex;
border-radius: 50%;
margin-left:7px;
margin-right: 7px;
}

.yellow{

color: #ffab2e;
}

.content-text-1{

height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #ffe7cc;
color: #ffa03a;
font-weight: 700;
}


.blue{
color: #6ecce6;
}

.content-text-2{
height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color: #e2f5fa;
color: #6ecce6;
font-weight: 700;

}


.dark-blue{
    color: #572ce8;
}


.content-text-3{

height: 40px;
width: 40px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
background-color:#572ce86b;
color: #572ce8;
font-weight: 700;

}
.lookup-item{
    cursor: pointer;
    background-color: #fff;
}
.lookup-item:hover{
    background-color: #eee;
}

.flat-btn, .customizer-close-btn , .btn-outline-secondary.ti-more-alt{
  box-shadow: none;
}

.new-card , .card{
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(75, 94, 146, 0.14);
  border: 1px solid rgba(75, 94, 146, 0.25);
}
.badge{
  border-radius:5px;
}
.input-group-append{
  border-radius:0 5px 5px 0;
  overflow: hidden;
}
.card-header{
  padding: 15px  !important;
}
.card-header h4{
  margin-bottom: 0 !important;
}
/* .select2.select2-container,.select2-container--default{
  text-indent: 15px;
  border: none;
  height: 45px;
  border-radius: 5px;
  border: 2px solid #eee;
}
.select2-container--focus{
  color: #495057;
  background-color: #fff;
  border-color: #eee;
  outline: 0;
  box-shadow: none;
} */

.select2-container--default .select2-selection--multiple{
  border:2px solid #eee;
  color: #333333;
  border-radius: 5px
}
.select2-container--classic .select2-selection--single,
.select2-container--default .select2-selection--single
{
  border:2px solid #eee;
  border-radius: 5px
}
.select2-container--focus

.select2-container--default.select2-container--focus
.select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single , .select2-container--default.select2-container--open .select2-selection--single,
.select2-dropdown,
.select2-container--default.select2-container--focus .select2-selection--multiple{
  border: 2px solid #3F84AD;
  outline: 0;
}

.alert.alert-warning{
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  margin-top: 10px;
}
.alert.alert-warning strong{
  font-size: 20px;
  font-weight: 600;
}

.attachment-item{
  border:1px solid rgba(75, 94, 146, 0.25);
  border-radius: 5px;
  background-color: #fcfdff;
  padding: 10px;
  min-height: 87px;
}

.thumbnail-sm{
  max-width: 65px;
  max-height: 65px;
  border: none;
  background: none;
}
.attachment-item a{
  align-items: center;
}
.btn-outline-primary{
  padding:10px 15px;
}
.badge, .label {
  border-radius: 5px !important;
  padding: 5px 10px !important;
}
.input-group-prepend{
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.filepond--root {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.filepond--root :not(text) .font-sm
{
  font-size: 14px !important;
}
.lookup-results-container{
  padding: 10px;
  background-color: #f9f9f9;
  border: 2px solid #eee;
  border-top: none;
  border-radius: 0 0 5px 5px;
  margin-top: -3px;
}

.modal-content {
  border: 2px solid #eee;
  border-radius: 15px;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(75, 94, 146, 0.14);
}
.dropdown-menu{
  padding: 10px !important;
  border-radius: 10px !important;

}
.content-container .container{
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.lookup-field-search{
  text-indent: 20px;
}

/*! CSS Used from: https://deo8mru8cr8lj.cloudfront.net/69c77b54-a545-4c3e-9e45-a2da0afd01b5/css/app.css?id=cb24f2e12b29b5d1fe50 */
code,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em;}
button,input,select{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
button,select{text-transform:none;}
button{-webkit-appearance:button;}
h1,pre{margin:0;}
button{background-color:transparent;background-image:none;}
*,:after,:before{box-sizing:border-box;border:0 solid;}
input::placeholder{opacity:1;color:#9ca3af;}
button{cursor:pointer;}
code,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;}
svg{display:block;vertical-align:middle;}
*,:after,:before{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));--tw-shadow:0 0 transparent;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-blur:var(--tw-empty, );--tw-brightness:var(--tw-empty, );--tw-contrast:var(--tw-empty, );--tw-grayscale:var(--tw-empty, );--tw-hue-rotate:var(--tw-empty, );--tw-invert:var(--tw-empty, );--tw-saturate:var(--tw-empty, );--tw-sepia:var(--tw-empty, );--tw-drop-shadow:var(--tw-empty, );--tw-filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);--tw-backdrop-blur:var(--tw-empty, );--tw-backdrop-brightness:var(--tw-empty, );--tw-backdrop-contrast:var(--tw-empty, );--tw-backdrop-grayscale:var(--tw-empty, );--tw-backdrop-hue-rotate:var(--tw-empty, );--tw-backdrop-invert:var(--tw-empty, );--tw-backdrop-opacity:var(--tw-empty, );--tw-backdrop-saturate:var(--tw-empty, );--tw-backdrop-sepia:var(--tw-empty, );--tw-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);}

select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact;}
[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;}
[type=checkbox]{border-radius:0;}
[type=checkbox]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);}
[type=checkbox]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:50%;background-repeat:no-repeat;}
[type=checkbox]:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' fill='%23fff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");}
[type=checkbox]:checked:focus,[type=checkbox]:checked:hover{border-color:transparent;background-color:currentColor;}
input:invalid,select:invalid{box-shadow:none;}
.pointer-events-none{pointer-events:none;}
.absolute{position:absolute;}
.relative{position:relative;}
.inset-y-0{top:0;bottom:0;}
.left-0{left:0;}
.right-0{right:0;}
.z-50{z-index:50;}
.z-10{z-index:10;}
.m-2{margin:.5rem;}
.m-1{margin:.25rem;}
.mx-auto{margin-left:auto;margin-right:auto;}
.-my-1{margin-top:-.25rem;margin-bottom:-.25rem;}
.my-1{margin-top:.25rem;margin-bottom:.25rem;}
.my-4{margin-top:1rem;margin-bottom:1rem;}
.my-2{margin-top:.5rem;margin-bottom:.5rem;}
.-mx-2{margin-left:-.5rem;margin-right:-.5rem;}
.mx-2{margin-left:.5rem;margin-right:.5rem;}
.-mx-1{margin-left:-.25rem;margin-right:-.25rem;}
.mt-1{margin-top:.25rem;}
.mr-8{margin-right:2rem;}
.mb-px{margin-bottom:1px;}
.mt-2{margin-top:.5rem;}
.mt-8{margin-top:2rem;}
.mb-1{margin-bottom:.25rem;}
.mt-16{margin-top:4rem;}
.-mr-4{margin-right:-1rem;}
.-ml-px{margin-left:-1px;}
.-ml-28{margin-left:-7rem;}
.-mb-0\.5{margin-bottom:-.125rem;}
.block{display:block;}
.inline{display:inline;}
.flex{display:flex;}
.inline-flex{display:inline-flex;}
.table{display:table;}
.table-cell{display:table-cell;}
.table-row{display:table-row;}
.hidden{display:none;}
.h-10{height:2.5rem;}
.h-5{height:1.25rem;}
.h-4{height:1rem;}
.h-9{height:2.25rem;}
.h-6{height:1.5rem;}
.h-12{height:3rem;}
.h-full{height:100%;}
.h-3{height:.75rem;}
.min-h-\[28px\]{min-height:28px;}
.w-5{width:1.25rem;}
.w-4{width:1rem;}
.w-24{width:6rem;}
.w-full{width:100%;}
.w-9{width:2.25rem;}
.w-6{width:1.5rem;}
.w-96{width:24rem;}
.w-32{width:8rem;}
.w-3{width:.75rem;}
.min-w-full{min-width:100%;}
.flex-grow{flex-grow:1;}
.animate-spin{-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
.cursor-pointer{cursor:pointer;}
.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.flex-col{flex-direction:column;}
.flex-wrap{flex-wrap:wrap;}
.items-end{align-items:flex-end;}
.items-center{align-items:center;}
.justify-end{justify-content:flex-end;}
.justify-center{justify-content:center;}
.justify-between{justify-content:space-between;}
.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem*var(--tw-space-y-reverse));}
.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));}
.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.5rem*var(--tw-space-x-reverse));margin-left:calc(0.5rem*(1 - var(--tw-space-x-reverse)));}
.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(0.25rem*var(--tw-space-x-reverse));margin-left:calc(0.25rem*(1 - var(--tw-space-x-reverse)));}
.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(0.5rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0.5rem*var(--tw-space-y-reverse));}
.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem*var(--tw-space-y-reverse));}
.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px*var(--tw-divide-x-reverse));border-left-width:calc(1px*(1 - var(--tw-divide-x-reverse)));}
.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(243,244,246,var(--tw-divide-opacity));}
.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity));}
.divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(191,219,254,var(--tw-divide-opacity));}
.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(209,213,219,var(--tw-divide-opacity));}
.overflow-hidden{overflow:hidden;}
.overflow-y-auto{overflow-y:auto;}
.overflow-x-scroll{overflow-x:scroll;}
.whitespace-pre-wrap{white-space:pre-wrap;}
.rounded{border-radius:.25rem;}
.rounded-lg{border-radius:.5rem;}
.rounded-md{border-radius:.375rem;}
.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0;}
.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem;}
.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0;}
.border{border-width:1px;}
.border-4{border-width:4px;}
.border-2{border-width:2px;}
.border-b-0{border-bottom-width:0;}
.border-b{border-bottom-width:1px;}
.border-t-0{border-top-width:0;}
.border-blue-400{--tw-border-opacity:1;border-color:rgba(96,165,250,var(--tw-border-opacity));}
.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity));}
.border-green-400{--tw-border-opacity:1;border-color:rgba(52,211,153,var(--tw-border-opacity));}
.border-red-400{--tw-border-opacity:1;border-color:rgba(248,113,113,var(--tw-border-opacity));}
.border-blue-500{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity));}
.border-transparent{border-color:transparent;}
.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity));}
.border-gray-800{--tw-border-opacity:1;border-color:rgba(31,41,55,var(--tw-border-opacity));}
.bg-yellow-100{--tw-bg-opacity:1;background-color:rgba(254,243,199,var(--tw-bg-opacity));}
.bg-red-500{--tw-bg-opacity:1;background-color:rgba(239,68,68,var(--tw-bg-opacity));}
.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity));}
.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity));}
.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));}
.bg-blue-500{--tw-bg-opacity:1;background-color:rgba(59,130,246,var(--tw-bg-opacity));}
.bg-red-600{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity));}
.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity));}
.bg-blue-100{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity));}
.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity));}
.bg-gray-700{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity));}
.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity));}
.bg-opacity-10{--tw-bg-opacity:0.1;}
.stroke-current{stroke:currentColor;}
.p-4{padding:1rem;}
.p-2{padding:.5rem;}
.p-1{padding:.25rem;}
.px-3{padding-left:.75rem;padding-right:.75rem;}
.py-2{padding-top:.5rem;padding-bottom:.5rem;}
.py-1{padding-top:.25rem;padding-bottom:.25rem;}
.px-4{padding-left:1rem;padding-right:1rem;}
.py-3{padding-top:.75rem;padding-bottom:.75rem;}
.py-4{padding-top:1rem;padding-bottom:1rem;}
.px-6{padding-left:1.5rem;padding-right:1.5rem;}
.py-5{padding-top:1.25rem;padding-bottom:1.25rem;}
.px-2{padding-left:.5rem;padding-right:.5rem;}
.py-10{padding-top:2.5rem;padding-bottom:2.5rem;}
.pl-3{padding-left:.75rem;}
.pl-10{padding-left:2.5rem;}
.pr-2{padding-right:.5rem;}
.pr-10{padding-right:2.5rem;}
.pr-8{padding-right:2rem;}
.pr-1{padding-right:.25rem;}
.pt-1{padding-top:.25rem;}
.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.align-top{vertical-align:top;}
.align-middle{vertical-align:middle;}
.text-sm{font-size:.875rem;line-height:1.25rem;}
.text-xs{font-size:.75rem;line-height:1rem;}
.text-lg{font-size:1rem;line-height:1.5rem;}
.text-xl{font-size:1.25rem;line-height:1.75rem;}
.text-base{font-size:1rem;line-height:1.5rem;}
.text-3xl{font-size:1.875rem;line-height:2.25rem;}
.font-medium{font-weight:500;}
.font-bold{font-weight:700;}
.uppercase{text-transform:uppercase;}
.leading-4{line-height:1rem;}
.leading-none{line-height:1;}
.leading-6{line-height:1.5rem;}
.leading-5{line-height:1.25rem;}
.tracking-wider{letter-spacing:.05em;}
.tracking-wide{letter-spacing:.025em;}
.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity));}
.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));}
.text-green-600{--tw-text-opacity:1;color:rgba(5,150,105,var(--tw-text-opacity));}
.text-red-300{--tw-text-opacity:1;color:rgba(252,165,165,var(--tw-text-opacity));}
.text-blue-600{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity));}
.text-blue-500{--tw-text-opacity:1;color:rgba(59,130,246,var(--tw-text-opacity));}
.text-red-600{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity));}
.text-red-500{--tw-text-opacity:1;color:rgba(239,68,68,var(--tw-text-opacity));}
.text-red-200{--tw-text-opacity:1;color:rgba(254,202,202,var(--tw-text-opacity));}
.text-green-500{--tw-text-opacity:1;color:rgba(16,185,129,var(--tw-text-opacity));}
.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity));}
.text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity));}
.text-blue-400{--tw-text-opacity:1;color:rgba(96,165,250,var(--tw-text-opacity));}
.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity));}
.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity));}
.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity));}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05);}
.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);}
.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);}
.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);}
.shadow-2xl,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);}
.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25);}
.transition{transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;}
.duration-150{transition-duration:.15s;}
.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1);}
.hover\:border-blue-500:hover{--tw-border-opacity:1;border-color:rgba(59,130,246,var(--tw-border-opacity));}
.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgba(191,219,254,var(--tw-bg-opacity));}
.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));}
.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgba(167,243,208,var(--tw-bg-opacity));}
.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgba(254,202,202,var(--tw-bg-opacity));}
.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgba(220,38,38,var(--tw-bg-opacity));}
.hover\:bg-blue-100:hover{--tw-bg-opacity:1;background-color:rgba(219,234,254,var(--tw-bg-opacity));}
.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgba(37,99,235,var(--tw-bg-opacity));}
.hover\:bg-opacity-20:hover{--tw-bg-opacity:0.2;}
.hover\:text-green-400:hover{--tw-text-opacity:1;color:rgba(52,211,153,var(--tw-text-opacity));}
.hover\:text-red-400:hover{--tw-text-opacity:1;color:rgba(248,113,113,var(--tw-text-opacity));}
.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgba(220,38,38,var(--tw-text-opacity));}
.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity));}
.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity));}
.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity));}
.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgba(37,99,235,var(--tw-text-opacity));}
.hover\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);}
.hover\:shadow-lg:hover{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);}
.focus\:z-10:focus{z-index:10;}
.focus\:border:focus{border-width:1px;}
.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgba(147,197,253,var(--tw-border-opacity));}
.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px;}
.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent);}
.focus\:ring-blue-200:focus{--tw-ring-opacity:1;--tw-ring-color:rgba(191,219,254,var(--tw-ring-opacity));}
.focus\:ring-opacity-50:focus{--tw-ring-opacity:0.5;}
.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity));}
.active\:text-gray-500:active{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity));}
.active\:text-gray-700:active{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity));}
.group:hover .group-hover\:block{display:block;}
@media (min-width:640px){
.sm\:my-0{margin-top:0;margin-bottom:0;}
.sm\:block{display:block;}
.sm\:flex{display:flex;}
.sm\:w-1\/3{width:33.333333%;}
.sm\:justify-end{justify-content:flex-end;}
.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem*var(--tw-space-x-reverse));margin-left:calc(1rem*(1 - var(--tw-space-x-reverse)));}
.sm\:text-sm{font-size:.875rem;}
.sm\:leading-5,.sm\:text-sm{line-height:1.25rem;}
}
@media (min-width:768px){
.md\:block{display:block;}
}
@media (min-width:1024px){
.lg\:flex{display:flex;}
.lg\:hidden{display:none;}
.lg\:px-16{padding-left:4rem;padding-right:4rem;}
}
@media (min-width:1280px){
.xl\:px-32{padding-left:8rem;padding-right:8rem;}
}
/*! CSS Used from: https://deo8mru8cr8lj.cloudfront.net/69c77b54-a545-4c3e-9e45-a2da0afd01b5/css/prism.css */
code[class*="language-"],pre[class*="language-"]{color:#ccc;background:none;font-family:Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;}
pre[class*="language-"]{padding:1em;margin:.5em 0;overflow:auto;}
pre[class*="language-"]{background:#2d2d2d;}
.token.punctuation{color:#ccc;}
.token.tag,.token.namespace{color:#e2777a;}
.token.boolean,.token.number,.token.function{color:#f08d49;}
.token.property,.token.class-name,.token.constant{color:#f8c555;}
.token.important,.token.keyword{color:#cc99cd;}
.token.string,.token.variable{color:#7ec699;}
.token.operator{color:#67cdcc;}
.token.important{font-weight:bold;}
.opacity-50{opacity: 0.5;}
/*! CSS Used from: Embedded */
[wire\:loading]{display:none;}
/*! CSS Used from: Embedded */
.top-100{top:100%;}
.max-h-select{max-height:300px;}
/*! CSS Used keyframes */
@-webkit-keyframes spin{to{transform:rotate(1turn);}}
@keyframes spin{to{transform:rotate(1turn);}}

.variation-list{
  padding: 10px;
  margin-bottom: 10px;
}
.variation-list-title{
  background-color: #fcfdff;
  border:1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
.variation-list-title.expanded{
  border-radius: 5px;
}
.variation-list-title p{
  padding: 10px;
  margin: 0;
}
.variation-children{
  border:1px solid #ccc;
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.deleteConfirmation{
  position: absolute;
  width: 250px;
  top: 25px;
  right: 0px;
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #ccc;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .2);
  z-index: 1000;
}
#nav-tabContent{
  padding-bottom: 50px;
}

.no-shadow{
  box-shadow: none !important;
}
.application_section{
  cursor: grab;
}