:root {
    --text: #daf7a6;
    --header: #581845;
    --main: #900c3f;
    --footer: #ededf2;
}

body {
    background-color:#E8E8FD;
    background-position: bottom center;
    background-image: url('wave.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.fixed-top {
background: #FFFFFF;
    /*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05) !important;
    /*Opacity end*/
}

h5 {
font-size:17px;
}
*,*:before,*:after {
    box-sizing: border-box;
}
html {
    color: #1f1f30;
}
main > .container-fluid {
    margin-top: 100px;
}
nav a {
    cursor: pointer;
    font-family: NeueMontrealRegular, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -.02em;
    transition: color .15s;
    color: #1C203D;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

nav a:hover {
    color: #465ed1;
}
.btn-gig {
    background-color: #465ed1;
    border: 1px solid #465ed1;
    color: #f9faff;
    font-size: 20px;
    line-height: 23px;
    font-family: NeueMontrealRegular, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 40px;
    box-sizing: content-box;
    display: inline-block;
    padding: 8px 24px;
    text-decoration: none;
    white-space: nowrap;
}
.btn-primary {
    border: 0px solid #465ed1;
    color: #FFF1FB;
    font-family: NeueMontrealRegular, Arial, sans-serif;
    background-color: #6366F1;
}
.btn:hover {
    background: #EDF2FA;
    border: 0px solid #1b1c1f;
    color: #1E1F22;
}
.top-nav {
    background-color: #B3B3B3;
    /*Opacity start*/
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .05) !important;
    /*Opacity end*/
}
.ul-top li {
    padding: 5px;
}
.regform {
    width: 800px;
    background-color: #fb2056;
    margin: auto;
    color: #FFFFFF;
    padding: 10px 0px 10px 0px;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
}
.main-form, form {
    margin: auto;

}
.card-img-top {
    width: 100%;
    height: 7vw;
    object-fit: contain;
}
.error {
    color: red;
    margin-bottom: 5px;
    text-align: center;
}
a {
    text-decoration: none;
}
.nav a {
    text-decoration: none;
    padding: 5px
}
.card {
    border: none;
    padding: 5px 5px;
}
.card::after {
    position: absolute;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.card:hover {
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    backface-visibility: hidden;
    will-change: transform;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .75) !important;
}
.card:hover::after {
    opacity: 1;
}
.card:hover .btn-outline-primary {
    color: white;
    background: #007bff;
}
.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    padding: 120px;
    border-radius: 10px;
    border: 1px dashed #A875DE;
    color: #444;
    cursor: pointer;
    transition: background .2s ease-in-out, border .2s ease-in-out;
}
.drop-container:hover,.drop-container.drag-active {
    background-color: rgba(30, 68, 98, .5);
    border-color: #eee;
}
.drop-container:hover .drop-title,.drop-container.drag-active .drop-title {
    color: #1E4462;
}
.drop-title {
    color: #1E4462;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transition: color .2s ease-in-out;
}
input[type=file] {
    width: 100%;
    color: #444;
    background: #fff;
    border-radius: 2px;
    /* border: 1px solid #555;
    */
}
input[type=file]::file-selector-button {
    margin-right: 20px;
    border: none;
    background: #F16366;
    padding: 5px 10px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    transition: background .2s ease-in-out;
}
input[type=file]::file-selector-button:hover {
    background: #1b1c1f;
}
.image-container {
    margin: 10px;
    border-radius: 20px;
    padding: 20px;
}
.image-container img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 400px;
}
.rounded {
    border-radius: 30px
}
.bubble::after {
    content: '';
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-color: #A875DE;
    height: 25%;
    opacity: 0.9
}
.curve {
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    text-align: center;
}
.curve::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    transform: translate(85%, 60%);
    background-color: hsl(216, 21%, 16%);
}
.curve::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 100%;
    background-color: #3c31dd;
    transform: translate(-4%, 40%);
    z-index: -1;
}
.spacer {
    aspect-ratio: 960/300;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logo {
    height: 50px !important;
}
.card {
    background: rgba(231, 233, 244, .6);
    border-radius: 10px;
}
.list-group {
    background: rgba(231, 233, 244, .6);
}
.list-group-item {
    background-color: rgba(231, 233, 244, .6);
}
.test-nav {
    color: red;
    background: red;
}
.prints {
    color: #abe338;
}
.debug {
    color: #f5ab35;
}
.output-container {
    font-size: 12px;
    background: #2b2b2b;
    color: white;
}
.separate-log {
    color: white;
}
.prints-error {
    color: #C21E56;
}
.image-card , .profile-image, .table-image,.nav-profile-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.image-card {
    padding: 80px;
    border-radius: 10px 0 0 0;
}
.profile-image {
    padding: 100px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.nav-profile-image {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.file-card p{
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
    padding: 0px 2px 0px 2px;
}
.table-image {
    padding: 20px;
}
.section-title {
    font-size: 32px;
    letter-spacing: 1px;
    color: #fff;
}
.forms {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
.form-wrapper {
    animation: hideLayer .3s ease-out forwards;
}
.form-wrapper.is-active {
    animation: showLayer .3s ease-in forwards;
}
@keyframes showLayer {
    50% {
        z-index: 1;
    }
    100% {
        z-index: 1;
    }
}
@keyframes hideLayer {
    0% {
        z-index: 1;
    }
    49.999% {
        z-index: 1;
    }
}
.switcher {
    position: relative;
    cursor: pointer;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    font-size: 20px;
    letter-spacing: .5px;
    color: #999;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateX(0);
    transition: all .3s ease-out;
}
.form-wrapper.is-active .switcher-login {
    color: #5D70D0;
    transform: translateX(90px);
}
.form-wrapper.is-active .switcher-signup {
    color: #5D70D0;
    transform: translateX(-90px);
}
.underline {
    position: absolute;
    bottom: -5px;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    width: 100%;
    height: 2px;
}
.underline::before {
    content: '';
    position: absolute;
    top: 0;
    left: inherit;
    display: block;
    width: inherit;
    height: inherit;
    background-color: currentColor;
    transition: transform .2s ease-out;
}
.switcher-login .underline::before {
    transform: translateX(101%);
}
.switcher-signup .underline::before {
    transform: translateX(-101%);
}
.form-wrapper.is-active .underline::before {
    transform: translateX(0);
}
.form {
    overflow: hidden;
    min-width: 460px;
    margin-top: 50px;
    padding: 30px 50px;
    border-radius: 20px;
    transform-origin: top;
}
.form-login {
    animation: hideLogin .3s ease-out forwards;
}
.form-wrapper.is-active .form-login {
    animation: showLogin .3s ease-in forwards;
}
@keyframes showLogin {
    0% {
        background: #d7e7f1;
        transform: translate(40%, 10px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
}
@keyframes hideLogin {
    0% {
        background-color: #fff;
        transform: translate(35%, -20px);
    }
    50% {
        transform: translate(0, 0);
    }
    100% {
        background: #d7e7f1;
        transform: translate(40%, 10px);
    }
}
.form-signup {
    animation: hideSignup .3s ease-out forwards;
}
.form-wrapper.is-active .form-signup {
    animation: showSignup .3s ease-in forwards;
}
@keyframes showSignup {
    0% {
        background: #d7e7f1;
        transform: translate(-40%, 10px) scaleY(.8);
    }
    50% {
        transform: translate(0, 0) scaleY(.8);
    }
    100% {
        background-color: #fff;
        transform: translate(-35%, -20px) scaleY(1);
    }
}
@keyframes hideSignup {
    0% {
        background-color:#B9B9CB;
        transform: translate(-35%, -20px) scaleY(1);
    }
    50% {
        transform: translate(0, 0) scaleY(.8);
    }
    100% {
        background: #d7e7f1;
        transform: translate(-40%, 10px) scaleY(.8);
    }
}
.form fieldset {
    position: relative;
    opacity: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: all .3s ease-out;
}
.form-login fieldset {
    transform: translateX(-50%);
}
.form-signup fieldset {
    transform: translateX(50%);
}
.form-wrapper.is-active fieldset {
    opacity: 1;
    transform: translateX(0);
    transition: opacity .4s ease-in, transform .35s ease-in;
}
.form legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}
.input-block {
    margin-bottom: 20px;
}
.input-block label {
    font-size: 20px;
}
.input-block input {
    display: block;
    width: 100%;
    margin-top: 8px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 40px;
    color: #3b4465;
    background: #eef9fe;
    border: 1px solid #cddbef;
    border-radius: 2px;
}
.form-wrapper.is-active .form [type='submit'] {
    opacity: 1;
    transform: translateX(0);
    transition: all .4s ease-in;
}
.alert {
    border-radius: 0.5rem;
    /* Adjust the radius to your liking */
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
}

label {
    font-size: 16px;
}
.btn-secondary {
    background: gray;
    color: white;
    border: 0px !important;
}
/* Style The Dropdown Button */
.dropbtn {
    border: none;
    cursor: pointer;
    font-family: NeueMontrealRegular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 19px;
    transition: color .15s;
    background-color: none!important;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    background-color: #f9f9f9;
}
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: none!important;
}
/**/
/* main styles */
/**/
.pcss3t {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 0;
    text-align: left;
}
.pcss3t > input {
    position: absolute;
    left: -9999px;
}
.pcss3t > label {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
}
.pcss3t > label i {
    display: block;
    float: left;
    margin: 16px 8px 0 -2px;
    padding: 0;
    border: 0;
    outline: none;
    font-family: FontAwesome;
    font-style: normal;
    font-size: 17px;
}
.pcss3t > input:checked + label {
    cursor: default;
}
.pcss3t > ul {
    list-style: none;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 13px;
}
.pcss3t > ul > li {
    position: absolute;
    width: 100%;
    overflow: auto;
    padding: 30px 40px 40px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    opacity: 0;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -webkit-transform: rotate(0deg);
}
/*----------------------------------------------------------------------------*/
/* EXTENSIONS */
/*----------------------------------------------------------------------------*/
/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
    height: auto !important;
}
.pcss3t-height-auto > ul > li {
    position: static;
    display: none;
    height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
    display: block;
}
/**/
/* grid */
/**/
.pcss3t .grid-row {
    margin-top: 20px;
}
.pcss3t .grid-row:after {
    content: "";
    display: table;
    clear: both;
}
.pcss3t .grid-row:first-child {
    margin-top: 0;
}
.pcss3t .grid-col {
    display: block;
    float: left;
    margin-left: 2%;
}
.pcss3t .grid-col:first-child {
    margin-left: 0;
}
.pcss3t .grid-col .inner {
    padding: 10px 0;
    border-radius: 5px;
    background: #f2f2f2;
    text-align: center;
}
.pcss3t .grid-col-1 {
    width: 15%;
}
.pcss3t .grid-col-2 {
    width: 32%;
}
.pcss3t .grid-col-3 {
    width: 49%;
}
.pcss3t .grid-col-4 {
    width: 66%;
}
.pcss3t .grid-col-5 {
    width: 83%;
}
.pcss3t .grid-col-offset-1 {
    margin-left: 19%;
}
.pcss3t .grid-col-offset-1:first-child {
    margin-left: 17%;
}
.pcss3t .grid-col-offset-2 {
    margin-left: 36%;
}
.pcss3t .grid-col-offset-2:first-child {
    margin-left: 34%;
}
.pcss3t .grid-col-offset-3 {
    margin-left: 53%;
}
.pcss3t .grid-col-offset-3:first-child {
    margin-left: 51%;
}
.pcss3t .grid-col-offset-4 {
    margin-left: 70%;
}
.pcss3t .grid-col-offset-4:first-child {
    margin-left: 68%;
}
.pcss3t .grid-col-offset-5:first-child {
    margin-left: 85%;
}
/**/
/* typography */
/**/
.pcss3t .typography {
    color: #666;
}
.pcss3t .typography h1,.pcss3t .typography h2,.pcss3t .typography h3,.pcss3t .typography h4,.pcss3t .typography h5,.pcss3t .typography h6 {
    margin: 40px 0 0 0;
    padding: 0;
    font-family: Gabriela, Georgia, serif;
    text-align: left;
    color: #333;
}
.pcss3t .typography h1 {
    font-size: 40px;
    line-height: 60px;
    text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h2 {
    font-size: 32px;
    line-height: 48px;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h3 {
    font-size: 26px;
    line-height: 38px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.pcss3t .typography h4 {
    font-size: 20px;
    line-height: 30px;
}
.pcss3t .typography h5 {
    font-size: 15px;
    line-height: 23px;
    text-transform: uppercase;
}
.pcss3t .typography h6 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.pcss3t .typography p {
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px;
    text-align: left;
}
.pcss3t .typography ul,.pcss3t .typography ol {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
}
.pcss3t .typography li {
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
}
.pcss3t .typography li ul,.pcss3t .typography li ol {
    margin-top: 5px;
}
.pcss3t .typography ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 4px;
    background: #404040;
}
.pcss3t .typography ol {
    counter-reset: list1;
}
.pcss3t .typography ol > li:before {
    counter-increment: list1;
    content: counter(list1) ".";
    position: absolute;
    top: 0;
    left: 0;
}
.pcss3t .typography a {
    text-decoration: underline;
    color: #1889e6;
}
.pcss3t .typography a:hover {
    text-decoration: none;
}
.pcss3t .typography .pic {
    padding: 4px;
    border: 1px dotted #ccc;
}
.pcss3t .typography .pic img {
    display: block;
}
.pcss3t .typography .pic-right {
    float: right;
    margin: 0 0 10px 20px;
}
.pcss3t .typography .link {
    text-decoration: underline;
    color: #1889e6;
    cursor: pointer;
}
.pcss3t .typography .link:hover {
    text-decoration: none;
}
.pcss3t .typography h1:first-child,.pcss3t .typography h2:first-child,.pcss3t .typography h3:first-child,.pcss3t .typography h4:first-child,.pcss3t .typography h5:first-child,.pcss3t .typography h6:first-child,.pcss3t .typography p:first-child {
    margin-top: 0;
}
.pcss3t .typography .text-center {
    text-align: center;
}
.pcss3t .typography .text-right {
    text-align: right;
}
/**/
/* steps */
/**/
.pcss3t-steps > label {
    cursor: default;
}
/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
    -webkit-transform: scale(0.1, 0.1);
}
.pcss3t-effect-rotate > ul > li {
    -webkit-transform: rotate(180deg);
}
.pcss3t-effect-slide-top > ul > li {
    top: -40px;
}
.pcss3t-effect-slide-right > ul > li {
    left: 80px;
}
.pcss3t-effect-slide-bottom > ul > li {
    top: 40px;
}
.pcss3t-effect-slide-left > ul > li {
    left: -80px;
}
/*----------------------------------------------------------------------------*/
/* LAYOUTS */
/*----------------------------------------------------------------------------*/
/**/
/* top right */
/**/
.pcss3t-layout-top-right {
    text-align: right;
}
/**/
/* top center */
/**/
.pcss3t-layout-top-center {
    text-align: center;
}
/**/
/* top combi */
/**/
.pcss3t > .right {
    float: right;
}
/*----------------------------------------------------------------------------*/
/* ICONS */
/*----------------------------------------------------------------------------*/
/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
    text-align: center;
}
.pcss3t-icons-top > label i {
    float: none;
    margin: 0 auto -10px;
    padding-top: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}
.pcss3t-icons-right > label i {
    float: right;
    margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
    text-align: center;
}
.pcss3t-icons-bottom > label i {
    float: none;
    margin: -10px auto 0;
    padding-bottom: 17px;
    font-size: 23px;
    line-height: 23px;
    text-align: center;
}
.pcss3t-icons-only > label i {
    float: none;
    margin: 0 auto;
    font-size: 23px;
}
/**/
/* font awesome */
/**/
@font-face {
font-family: "FontAwesome";
src: url("../fonts/fontawesome-webfont.eot?v=3.0.1");
src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1")format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
font-weight: normal;
font-style: normal;
}
.icon-glass:before {
    content: "\f000";
}
.icon-music:before {
    content: "\f001";
}
.icon-search:before {
    content: "\f002";
}
.icon-envelope:before {
    content: "\f003";
}
.icon-heart:before {
    content: "\f004";
}
.icon-star:before {
    content: "\f005";
}
.icon-star-empty:before {
    content: "\f006";
}
.icon-user:before {
    content: "\f007";
}
.icon-film:before {
    content: "\f008";
}
.icon-th-large:before {
    content: "\f009";
}
.icon-th:before {
    content: "\f00a";
}
.icon-th-list:before {
    content: "\f00b";
}
.icon-ok:before {
    content: "\f00c";
}
.icon-remove:before {
    content: "\f00d";
}
.icon-zoom-in:before {
    content: "\f00e";
}
.icon-zoom-out:before {
    content: "\f010";
}
.icon-off:before {
    content: "\f011";
}
.icon-signal:before {
    content: "\f012";
}
.icon-cog:before {
    content: "\f013";
}
.icon-trash:before {
    content: "\f014";
}
.icon-home:before {
    content: "\f015";
}
.icon-file:before {
    content: "\f016";
}
.icon-time:before {
    content: "\f017";
}
.icon-road:before {
    content: "\f018";
}
.icon-download-alt:before {
    content: "\f019";
}
.icon-download:before {
    content: "\f01a";
}
.icon-upload:before {
    content: "\f01b";
}
.icon-inbox:before {
    content: "\f01c";
}
.icon-play-circle:before {
    content: "\f01d";
}
.icon-repeat:before {
    content: "\f01e";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-list-alt:before {
    content: "\f022";
}
.icon-lock:before {
    content: "\f023";
}
.icon-flag:before {
    content: "\f024";
}
.icon-headphones:before {
    content: "\f025";
}
.icon-volume-off:before {
    content: "\f026";
}
.icon-volume-down:before {
    content: "\f027";
}
.icon-volume-up:before {
    content: "\f028";
}
.icon-qrcode:before {
    content: "\f029";
}
.icon-barcode:before {
    content: "\f02a";
}
.icon-tag:before {
    content: "\f02b";
}
.icon-tags:before {
    content: "\f02c";
}
.icon-book:before {
    content: "\f02d";
}
.icon-bookmark:before {
    content: "\f02e";
}
.icon-print:before {
    content: "\f02f";
}
.icon-camera:before {
    content: "\f030";
}
.icon-font:before {
    content: "\f031";
}
.icon-bold:before {
    content: "\f032";
}
.icon-italic:before {
    content: "\f033";
}
.icon-text-height:before {
    content: "\f034";
}
.icon-text-width:before {
    content: "\f035";
}
.icon-align-left:before {
    content: "\f036";
}
.icon-align-center:before {
    content: "\f037";
}
.icon-align-right:before {
    content: "\f038";
}
.icon-align-justify:before {
    content: "\f039";
}
.icon-list:before {
    content: "\f03a";
}
.icon-indent-left:before {
    content: "\f03b";
}
.icon-indent-right:before {
    content: "\f03c";
}
.icon-facetime-video:before {
    content: "\f03d";
}
.icon-picture:before {
    content: "\f03e";
}
.icon-pencil:before {
    content: "\f040";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-adjust:before {
    content: "\f042";
}
.icon-tint:before {
    content: "\f043";
}
.icon-edit:before {
    content: "\f044";
}
.icon-share:before {
    content: "\f045";
}
.icon-check:before {
    content: "\f046";
}
.icon-move:before {
    content: "\f047";
}
.icon-step-backward:before {
    content: "\f048";
}
.icon-fast-backward:before {
    content: "\f049";
}
.icon-backward:before {
    content: "\f04a";
    position: relative;
    left: -2px;
}
.icon-play:before {
    content: "\f04b";
    position: relative;
    left: 1px;
}
.icon-pause:before {
    content: "\f04c";
}
.icon-stop:before {
    content: "\f04d";
}
.icon-forward:before {
    content: "\f04e";
    position: relative;
    left: 2px;
}
.icon-fast-forward:before {
    content: "\f050";
}
.icon-step-forward:before {
    content: "\f051";
}
.icon-eject:before {
    content: "\f052";
}
.icon-chevron-left:before {
    content: "\f053";
}
.icon-chevron-right:before {
    content: "\f054";
}
.icon-plus-sign:before {
    content: "\f055";
}
.icon-minus-sign:before {
    content: "\f056";
}
.icon-remove-sign:before {
    content: "\f057";
}
.icon-ok-sign:before {
    content: "\f058";
}
.icon-question-sign:before {
    content: "\f059";
}
.icon-info-sign:before {
    content: "\f05a";
}
.icon-screenshot:before {
    content: "\f05b";
}
.icon-remove-circle:before {
    content: "\f05c";
}
.icon-ok-circle:before {
    content: "\f05d";
}
.icon-ban-circle:before {
    content: "\f05e";
}
.icon-arrow-left:before {
    content: "\f060";
}
.icon-arrow-right:before {
    content: "\f061";
}
.icon-arrow-up:before {
    content: "\f062";
}
.icon-arrow-down:before {
    content: "\f063";
}
.icon-share-alt:before {
    content: "\f064";
}
.icon-resize-full:before {
    content: "\f065";
}
.icon-resize-small:before {
    content: "\f066";
}
.icon-plus:before {
    content: "\f067";
}
.icon-minus:before {
    content: "\f068";
}
.icon-asterisk:before {
    content: "\f069";
}
.icon-exclamation-sign:before {
    content: "\f06a";
}
.icon-gift:before {
    content: "\f06b";
}
.icon-leaf:before {
    content: "\f06c";
}
.icon-fire:before {
    content: "\f06d";
}
.icon-eye-open:before {
    content: "\f06e";
}
.icon-eye-close:before {
    content: "\f070";
}
.icon-warning-sign:before {
    content: "\f071";
}
.icon-plane:before {
    content: "\f072";
}
.icon-calendar:before {
    content: "\f073";
}
.icon-random:before {
    content: "\f074";
}
.icon-comment:before {
    content: "\f075";
}
.icon-magnet:before {
    content: "\f076";
}
.icon-chevron-up:before {
    content: "\f077";
}
.icon-chevron-down:before {
    content: "\f078";
}
.icon-retweet:before {
    content: "\f079";
}
.icon-shopping-cart:before {
    content: "\f07a";
}
.icon-folder-close:before {
    content: "\f07b";
}
.icon-folder-open:before {
    content: "\f07c";
}
.icon-resize-vertical:before {
    content: "\f07d";
}
.icon-resize-horizontal:before {
    content: "\f07e";
}
.icon-bar-chart:before {
    content: "\f080";
}
.icon-twitter-sign:before {
    content: "\f081";
}
.icon-facebook-sign:before {
    content: "\f082";
}
.icon-camera-retro:before {
    content: "\f083";
}
.icon-key:before {
    content: "\f084";
}
.icon-cogs:before {
    content: "\f085";
}
.icon-comments:before {
    content: "\f086";
}
.icon-thumbs-up:before {
    content: "\f087";
}
.icon-thumbs-down:before {
    content: "\f088";
}
.icon-star-half:before {
    content: "\f089";
}
.icon-heart-empty:before {
    content: "\f08a";
}
.icon-signout:before {
    content: "\f08b";
}
.icon-linkedin-sign:before {
    content: "\f08c";
}
.icon-pushpin:before {
    content: "\f08d";
}
.icon-external-link:before {
    content: "\f08e";
}
.icon-signin:before {
    content: "\f090";
}
.icon-trophy:before {
    content: "\f091";
}
.icon-github-sign:before {
    content: "\f092";
}
.icon-upload-alt:before {
    content: "\f093";
}
.icon-lemon:before {
    content: "\f094";
}
.icon-phone:before {
    content: "\f095";
}
.icon-check-empty:before {
    content: "\f096";
}
.icon-bookmark-empty:before {
    content: "\f097";
}
.icon-phone-sign:before {
    content: "\f098";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-github:before {
    content: "\f09b";
}
.icon-unlock:before {
    content: "\f09c";
}
.icon-credit-card:before {
    content: "\f09d";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-hdd:before {
    content: "\f0a0";
}
.icon-bullhorn:before {
    content: "\f0a1";
}
.icon-bell:before {
    content: "\f0a2";
}
.icon-certificate:before {
    content: "\f0a3";
}
.icon-hand-right:before {
    content: "\f0a4";
}
.icon-hand-left:before {
    content: "\f0a5";
}
.icon-hand-up:before {
    content: "\f0a6";
}
.icon-hand-down:before {
    content: "\f0a7";
}
.icon-circle-arrow-left:before {
    content: "\f0a8";
}
.icon-circle-arrow-right:before {
    content: "\f0a9";
}
.icon-circle-arrow-up:before {
    content: "\f0aa";
}
.icon-circle-arrow-down:before {
    content: "\f0ab";
}
.icon-globe:before {
    content: "\f0ac";
}
.icon-wrench:before {
    content: "\f0ad";
}
.icon-tasks:before {
    content: "\f0ae";
}
.icon-filter:before {
    content: "\f0b0";
}
.icon-briefcase:before {
    content: "\f0b1";
}
.icon-fullscreen:before {
    content: "\f0b2";
}
.icon-group:before {
    content: "\f0c0";
}
.icon-link:before {
    content: "\f0c1";
}
.icon-cloud:before {
    content: "\f0c2";
}
.icon-beaker:before {
    content: "\f0c3";
}
.icon-cut:before {
    content: "\f0c4";
}
.icon-copy:before {
    content: "\f0c5";
}
.icon-paper-clip:before {
    content: "\f0c6";
}
.icon-save:before {
    content: "\f0c7";
}
.icon-sign-blank:before {
    content: "\f0c8";
}
.icon-reorder:before {
    content: "\f0c9";
}
.icon-list-ul:before {
    content: "\f0ca";
}
.icon-list-ol:before {
    content: "\f0cb";
}
.icon-strikethrough:before {
    content: "\f0cc";
}
.icon-underline:before {
    content: "\f0cd";
}
.icon-table:before {
    content: "\f0ce";
}
.icon-magic:before {
    content: "\f0d0";
}
.icon-truck:before {
    content: "\f0d1";
}
.icon-pinterest:before {
    content: "\f0d2";
}
.icon-pinterest-sign:before {
    content: "\f0d3";
}
.icon-google-plus-sign:before {
    content: "\f0d4";
}
.icon-google-plus:before {
    content: "\f0d5";
}
.icon-money:before {
    content: "\f0d6";
}
.icon-caret-down:before {
    content: "\f0d7";
}
.icon-caret-up:before {
    content: "\f0d8";
}
.icon-caret-left:before {
    content: "\f0d9";
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-columns:before {
    content: "\f0db";
}
.icon-sort:before {
    content: "\f0dc";
}
.icon-sort-down:before {
    content: "\f0dd";
}
.icon-sort-up:before {
    content: "\f0de";
}
.icon-envelope-alt:before {
    content: "\f0e0";
}
.icon-linkedin:before {
    content: "\f0e1";
}
.icon-undo:before {
    content: "\f0e2";
}
.icon-legal:before {
    content: "\f0e3";
}
.icon-dashboard:before {
    content: "\f0e4";
}
.icon-comment-alt:before {
    content: "\f0e5";
}
.icon-comments-alt:before {
    content: "\f0e6";
}
.icon-bolt:before {
    content: "\f0e7";
}
.icon-sitemap:before {
    content: "\f0e8";
}
.icon-umbrella:before {
    content: "\f0e9";
}
.icon-paste:before {
    content: "\f0ea";
}
.icon-lightbulb:before {
    content: "\f0eb";
}
.icon-exchange:before {
    content: "\f0ec";
}
.icon-cloud-download:before {
    content: "\f0ed";
}
.icon-cloud-upload:before {
    content: "\f0ee";
}
.icon-user-md:before {
    content: "\f0f0";
}
.icon-stethoscope:before {
    content: "\f0f1";
}
.icon-suitcase:before {
    content: "\f0f2";
}
.icon-bell-alt:before {
    content: "\f0f3";
}
.icon-coffee:before {
    content: "\f0f4";
}
.icon-food:before {
    content: "\f0f5";
}
.icon-file-alt:before {
    content: "\f0f6";
}
.icon-building:before {
    content: "\f0f7";
}
.icon-hospital:before {
    content: "\f0f8";
}
.icon-ambulance:before {
    content: "\f0f9";
}
.icon-medkit:before {
    content: "\f0fa";
}
.icon-fighter-jet:before {
    content: "\f0fb";
}
.icon-beer:before {
    content: "\f0fc";
}
.icon-h-sign:before {
    content: "\f0fd";
}
.icon-plus-sign-alt:before {
    content: "\f0fe";
}
.icon-double-angle-left:before {
    content: "\f100";
}
.icon-double-angle-right:before {
    content: "\f101";
}
.icon-double-angle-up:before {
    content: "\f102";
}
.icon-double-angle-down:before {
    content: "\f103";
}
.icon-angle-left:before {
    content: "\f104";
}
.icon-angle-right:before {
    content: "\f105";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-desktop:before {
    content: "\f108";
}
.icon-laptop:before {
    content: "\f109";
}
.icon-tablet:before {
    content: "\f10a";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-circle-blank:before {
    content: "\f10c";
}
.icon-quote-left:before {
    content: "\f10d";
}
.icon-quote-right:before {
    content: "\f10e";
}
.icon-spinner:before {
    content: "\f110";
}
.icon-circle:before {
    content: "\f111";
}
.icon-reply:before {
    content: "\f112";
}
.icon-github-alt:before {
    content: "\f113";
}
.icon-folder-close-alt:before {
    content: "\f114";
}
.icon-folder-open-alt:before {
    content: "\f115";
}
/*----------------------------------------------------------------------------*/
/* RESPONSIVENESS */
/*----------------------------------------------------------------------------*/
/**/
/* pad */
/**/
@media screen and (max-width: 980px) {
}
/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
    .pcss3t > label {
        display: block;
    }
    .pcss3t > .right {
        float: none;
    }
}
/*----------------------------------------------------------------------------*/
/* THEMES */
/*----------------------------------------------------------------------------*/
/**/
/* default */
/**/
.pcss3t > label {
    padding: 0 20px;
    background: #e5e5e5;
    font-size: 20px;
    line-height: 49px;
}
.pcss3t > label:hover {
    background: #f2f2f2;
}
.pcss3t > input:checked + label {
    background: #fff;
}
.pcss3t > ul {
    background: #fff;
    text-align: left;
}
.pcss3t-steps > label:hover {
    background: #e5e5e5;
}
/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
    margin: 0 5px 5px 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 2px rgba(0, 0, 0, 0.2);
    color: #808080;
    opacity: 0.8;
}
.pcss3t-theme-1 > label:hover {
    background: #fff;
    opacity: 1;
}
.pcss3t-theme-1 > input:checked + label {
    margin-bottom: 0;
    padding-bottom: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #2b82d9;
    opacity: 1;
}
.pcss3t-theme-1 > ul {
    border-radius: 5px;
    box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}
.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 0;
}
@media screen and (max-width: 767px) {
    .pcss3t-theme-1 > label {
        margin-right: 0;
    }
    .pcss3t-theme-1 > input:checked + label {
        margin-bottom: 5px;
        padding-bottom: 0;
        border-radius: 5px;
    }
    .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
        border-top-left-radius: 5px;
    }
}
/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
}
.pcss3t-theme-2 > label {
    margin-right: 0;
    margin-bottom: 0;
    background: none;
    border-radius: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 1;
}
.pcss3t-theme-2 > label:hover {
    background: rgba(255, 255, 255, 0.2);
}
.pcss3t-theme-2 > input:checked + label {
    padding-bottom: 0;
    background: #fff;
    background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#ffffff', GradientType=0);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #822bd9;
}
.pcss3t-theme-2 > ul {
    margin: 0 -5px -5px;
    border-radius: 0;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .pcss3t-theme-2 > ul {
        margin-top: 5px;
    }
}
/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
    background: rgba(0, 0, 0, 0.8);
}
.pcss3t-theme-3 > label {
    background: none;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    text-align: center;
    color: #fff;
    opacity: 0.6;
}
.pcss3t-theme-3 > label:hover {
    background: none;
    color: #d9d92b;
    opacity: 0.8;
}
.pcss3t-theme-3 > input:checked + label {
    background: #d9d92b;
    color: #000;
    opacity: 1;
}
.pcss3t-theme-3 > ul {
    border-top: 4px solid #d9d92b;
    border-bottom: 4px solid #d9d92b;
    border-radius: 0;
    box-shadow: none;
}
/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
    margin: 0 10px 10px 0;
    border-radius: 5px;
    background: #78c5fd;
    background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
    background: -o-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -ms-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -moz-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78c5fd', endColorstr='#2c8fdd', GradientType=0);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.5);
    line-height: 39px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.pcss3t-theme-4 > label:hover {
    background: #90cffc;
    background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
    background: -o-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -ms-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -moz-linear-gradient(top, #90cffc 0%, #439bde 100%);
    background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90cffc', endColorstr='#439bde', GradientType=0);
}
.pcss3t-theme-4 > input:checked + label {
    top: 1px;
    background: #5f9dc9;
    background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
    background: -o-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -ms-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -moz-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#2270ab', GradientType=0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.5);
    text-shadow: none;
}
.pcss3t-theme-4 > ul {
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
    .pcss3t-theme-4 > label {
        margin-right: 0;
    }
}
/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
    padding: 15px;
    border-radius: 5px;
    background: #ad6395;
    background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
    background: -o-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -ms-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -moz-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f9dc9', endColorstr='#a163ad', GradientType=1);
}
.pcss3t-theme-5 > label {
    margin-right: 10px;
    margin-bottom: 15px;
    background: none;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    opacity: 1;
}
.pcss3t-theme-5 > label:hover {
    background: rgba(255, 255, 255, 0.15);
}
.pcss3t-theme-5 > input:checked + label {
    background: rgba(255, 255, 255, 0.3);
    color: #000;
}
.pcss3t-theme-5 > input:checked + label:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    margin-left: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.pcss3t-theme-5 > ul {
    margin: 0 -15px -15px;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
}
@media screen and (max-width: 767px) {
    .pcss3t-theme-5 > input:checked + label:after {
        display: none;
    }
}
.pcss3t > ul,.pcss3t > ul > li {
    min-height: 670px;
}
.circular--square {
    border-radius: 50%;
}
.circle {
    width: 50px;
    /* Or any desired size */
    height: 50px;
    /* Must match width for a perfect circle */
    border-radius: 50%;
    /* Creates the circular shape */
    background-color: #263238;
    /* Optional: For visual representation */
}
td{
    vertical-align: middle;
}
.file-card{
    padding: 5px;
    background-color: white;
    border: 1px solid #B9B9CB;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.btn-nice {
    display: flex;
    align-items: center;
    background: #f4dcdc;
    height: 30px;
    padding: 0 10px 0 10px;
    letter-spacing: 0.25px;
    border-radius: 5px;
    cursor: pointer;
}
.btn-nice:focus {
    outline: none;
}
.btn-nice .mdi {
    margin-right: 8px;
}
.btn-delete {
    font-size: 13px;
    color: #E56F1F;
}
.btn-download {
    font-size: 13px;
    color:#63CDFD;
}
.btn-delete > .mdi-delete-empty {
    display: none;
}
.btn-delete:hover,.btn-download:hover {
    background-color: #fff5f5;
}
.btn-delete:hover > .mdi-delete-empty {
    display: block;
}
.btn-delete:hover > .mdi-delete {
    display: none;
}
.btn-delete:focus {
    box-shadow: 0 0 0 4px #ffcccc;
}
.alert {
    border: 0px solid #B9B9CB;
    border-radius: 5px;
}
.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}
.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}
.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}
.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
}
.gsi-material-button:disabled .gsi-material-button-state {
    background-color: #1f1f1f1f;
}
.gsi-material-button:disabled .gsi-material-button-contents {
    opacity: 38%;
}
.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}
.gsi-material-button:not(:disabled):active .gsi-material-button-state,.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #001d35;
    opacity: 12%;
}
.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}
.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #001d35;
    opacity: 8%;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #EDEDF2;
    padding: 10px;
    text-align: center;
    display: none;
}
.icon-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    background: #f0f0f0;
    padding: 10px;
}
.icon {
    padding: 50px;
    /* or any width you want */
    /* keeps it square */
    background-size: contain;
    /* show full image */
    background-repeat: no-repeat;
    background-position: center;
    /* or any height you want */
    /* optional: for visual reference */
}
.img-icon {
    max-height: 50px;
    max-width: 50px;
    height: auto;
    width: auto;
}
.qr-image {
    height: auto;
    width: 300px !important;
}
.business-card img {
    width: 200px;
    height: 200px;
}
pre {
    background-color: #272822;
    color: #f8f8f2;
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
}
code {
    font-family: Consolas, monospace;
}
.section {
    margin-bottom: 2rem;
}
.note-editable{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
}
.copy-btn, .button {
    background-color: #0d6efd;
    color: white;
    border: none;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 4px;
    cursor: pointer;
}
.input, .form-control{
    display: block;
    width: 100%;
    margin-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 20px;
    line-height: 30px;
    color: #3b4465;
    background: #eef9fe;
    border: 1px solid #cddbef;
    border-radius: 2px;
    height: 40px;
}
select {
    width: 100%;
  }
.input-btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    padding: 0 16px;
    background-color: #0070d2;
    border-radius: 0.25rem;
    border: 1px solid #0070d2;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
:hover {
    background-color: #005fb2;
    border-color: #005fb2;
}
}
.input-btn-2 {
    display: inline-block;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    padding: 2px 16px;
    height: 32px;
    min-width: 60px;
    min-height: 32px;
    border: none;
    color: #fff;
    background-color: #4f545c;
    transition: background-color .17s ease,color .17s ease;
}
.remove-btn {
    background: #e74c3c;
    color: white;
    border: none;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 14px;
}
.remove-btn:hover {
    background: #c0392b;
}
textarea {
    width: 100%;
    height: 100px;
    border-radius: 5px;
    border: 1px solid #ccc;
    resize: none;
}

.clearfix {
    margin-top: 25px;
}
.card-profile-img {
    width: 100px;
    height: 100px;
    border-radius: 5%;
    object-fit: cover;
    margin-bottom: 16px;
}
.business-card {

    width: 350px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 24px;
    text-align: center;
    box-shadow: 0px 0px 0.5px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
}
.business-card .card-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    border: 1px solid #ccc;
}
.business-card h1 {
    font-size: 22px;
    margin: 10px 0 5px;
    color: #333;
}
.business-card h2 {
    font-size: 16px;
    margin: 0;
    color: #777;
    font-weight: 500;
}
.business-card p {
    font-size: 14px;
    color: #555;
    margin-top: 16px;
}
.business-card .contact {
    margin-top: 20px;
    font-size: 14px;
    color: #3498db;
}
.business-card .contact a {
    color: #3498db;
    text-decoration: none;
}
.business-card .contact a:hover {
    text-decoration: underline;
}
.business-card img {
    max-width: 100%;
    height: auto;
    margin-top: 16px;
}
.business-card .image {
    width: 250px;
    height:auto;
    max-height: 100px;
    object-fit: contain;
    margin-top: 16px;
}
.business-card .image:hover {
    transform: scale(1.05);
    transition: transform 0.3s;
}
.business-card .image:active {
    transform: scale(0.95);
    transition: transform 0.3s;
}
.business-card .image:focus {
    outline: none;
}
input.error {
    border: 2px solid red;
}

.page-link {
    color: #007bff;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
    margin:2px;
}

.page-link:hover {
    background-color: #f0f0f0;
    border-color: #ccc;
    text-decoration: none;
}

.page-link.active,
.page-link.active:hover {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
    cursor: default;
    pointer-events: none;
    pointer-events: none;
}

/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 22px;
  height: 4px;
  background: #8d8d8d;
}

input:focus-visible + label {
  outline: 2px solid rgba(0,102,204,1);
  border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
  color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #06c;
}

.tabset > input:checked + label {
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #ccc;
}

.tabset {
  max-width: 65em;
}

.navbar-nav .dropdown-menu {
     position: absolute;
}

/* General Dropdown Menu Style */
.dropdown-menu {
    background-color: #fff;         /* Light background */
    border-top: 4px solid #6366F1;         /* Subtle border */
    border-radius: 0px;            /* Rounded corners */
    padding: 0.5rem 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Soft shadow */
    min-width: 200px;               /* Adequate width */
    z-index: 1000;
}

/* Dropdown items */
.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    font-size: 0.95rem;
    color: #333;
    transition: background 0.2s ease;
}

/* Hover/focus style */
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: #f0f0f5;
    color: #000;
}

/* Divider */
.dropdown-divider {
    margin: 0.25rem 0;
    border-top: 1px solid #e9ecef;
}
/* Add icon spacing if using icons in menu items */
.dropdown-menu .dropdown-item i {
    margin-right: 10px;
}

/* Highlight active item if needed */
.dropdown-menu .dropdown-item.active {
    background-color: #007bff;
    color: #fff;
}
.nav-link{
padding: 0.5rem 0;
font-size : 18px;
font-weight: 500;
color:black;
}

.pricing-option {
        background: white;
        width:95%;
        text-align: center;
        transition: all 0.3s ease-in-out;
        border-radius: 15px;
        border: 2px solid white;

        &:hover {
            cursor: pointer;
            box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.3);
            border: 2px solid #f85e6a;
            transform: scale(1.04);
            i,            h1,            span,            b {
                color: #f85e6a;
            }
                    }
        hr {
            border: none;
            border-bottom: 1px solid #f0f0f0;
        }
        i {
            font-size: 2rem;
            color: #F2C55C;
            transition: all 0.3s ease-in-out;
        }
        h1 {
            margin: 10px 2px;
            color: #212121;
            transition: all 0.3s ease-in-out;
        }
        p {
            color: #999;
            padding: 5px 10px;
            line-height: 1.3;
            font-size: 0.7rem;
        }
        .price {
            position: relative;
            .front {
                span.price {
                    font-size: 2rem;
                    text-transform: uppercase;
                    margin-top: 20px;
                    display: block;
                    font-weight: 700;
                    position: relative;
                    b {
                        position: absolute;
                        font-size: 1rem;
                        margin-left: 2px;
                        font-weight: 600;
                    }
                }
            }
            .back {
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease-in-out;
                a.button {
                    background: #f85e6a;
                    padding: 15px 20px;
                    display: inline-block;
                    text-decoration: none;
                    color: white;
                    position: absolute;
                    font-size: 13px;
                    top: -5px;
                    left: 0;
                    right: 0;
                    width: 150px;
                    margin: auto;
                    text-transform: uppercase;
                    transform: translateY(20px);
                    transition: all 0.3s ease-in-out;
                    &:hover {
                        background: darken( #f85e6a, 10%);
                    }
                }
            }
        }
    }
.navbar-toggler{
    border: none;
    color: white;
}

 .dropbox {
    padding: 15px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
    border: 1px dashed #F9CC9D;
    border-radius: 10px;
    background-color: #f0f8ff;
  }
.dropbox:before {
    content: "Drag and drop files here or click to upload";
    display: block;
    color: #666;
    font-size: 16px;
  }
  .dropbox:after {
    content: "Click to select files";
    display: block;
    color: #007bff;
    font-size: 14px;
    margin-top: 10px;
  }
  .dropbox i {
    font-size: 24px;
    color: #F9CC9D;
    margin-bottom: 10px;

  }

  .dropbox.hover {
    background-color: #e6f7ff;
    border-color: #007bff;
  }

  .dropbox input[type="file"] {
    display: none;
  }

  .preview-img {
    max-width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .remove-btn {
    display: inline-block;
    margin-top: 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    padding: 4px 8px;
    border-radius: 5px;
    cursor: pointer;
  }
  input[type="color"] {
    height:45px;
  }
