body {
    font-family: 'Montserrat'!important;
    min-height: 100%;
    height: auto;
}

.bg-hr-impact {
    background: linear-gradient(180deg, #1F042F 0%, rgba(41, 8, 65, 0.95) 53.65%, #51225F 100%);
}

.bg-transparent {
    background: transparent;
}

.logo {
    text-align: center;
}

.logo img {
    width: 80%;
}

.svg-icon {
    width: 30px;
    height: 30px;
    justify-self: center;
}

.workspace {
    padding: 3em!important;
}

.menu-pointer {
    width: 0px;
    height: 150%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
    transition: width .5s;
}

a:hover {
    color: white!important;
}

.nav-item:hover > .menu-pointer {
    width: 25px;
}

.nav .nav-item {
    display: grid;
    grid-template-columns: 25px 0.35fr 1fr;
    grid-template-rows: 1fr;
    padding: 10px;
    padding-left: 0px;
}

.aside {
    padding: unset;
}

.aside .nav {
    padding-top: 2.5em;
}

.profile-container {
    background: unset;
}

.breadcrumb-font {
    color: #581C62;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 2.34375rem */
    letter-spacing: -0.01563rem;
    text-transform: uppercase;
    padding: 0px!important;
}

.breadcrumb {
    color: rgba(88, 28, 98, 1);
    --bs-breadcrumb-divider-color: rgba(88, 28, 98, 1);
    --bs-breadcrumb-item-active-color: rgba(88, 28, 98, 1)!important;
}

.breadcrumb-item a {
    color: rgba(88, 28, 98, 1)!important;
}

.username-font {
    font-size: 21px;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.01em;
    text-align: right;
    color: rgba(0, 0, 0, 1);
}

.nav-item span {
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -0.01em;
    text-align: left;
}

.project-title-grid {
    grid-template-columns: 1fr 0.5fr;
    grid-template-rows: auto;
    grid-template-areas: 
        "project-name project-nomination"
        "project-description project-nomination"
        "project-undermark project-nomination"
    ;

}

.border-bottom {
    border-color: rgba(123, 48, 198, 1)!important;
}

.rounded {
    border-radius: 25px!important;
}

.grid-area-project-name {
    grid-area: project-name;
    color: #581C62;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    font-size: 45px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%; /* 56.7px */
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.header-title {
    font-size: 45px;
}

.header-subtitle {
    font-size: 25px;
}

.grid-area-project-nomination {
    grid-area: project-nomination;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
}

.nomination-svg-title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 28px */
    letter-spacing: -0.2px;
}

.nomination-svg-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.18px;
}

.grid-area-project-description {
    grid-area: project-description;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.0125rem;
}

.grid-area-project-undermark {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.0125rem;
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 4, 47, 0.12);
    height: 100%;
    grid-template-columns: auto auto;
    align-items: center;
    text-align: center;
}

.bg-gray {
    background: rgba(242, 244, 254, 1);
}

.project-nomination {
    border-radius: 0.625rem;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 4, 47, 0.12);
    height:100%;
}

.listBoxTitle {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 1.75rem */
    letter-spacing: -0.0125rem;
}

.listBoxItem {
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
    letter-spacing: -0.01125rem;
}


.project-files-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
}

.table-title {
    color: #581C62;
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 140%; /* 3.9375rem */
    letter-spacing: -0.02813rem;
}

.table-index {
    color: #581C62;
    text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.12), -6px -6px 8px #FFF;
    font-size: 1.625rem!important;
    font-style: normal;
    font-weight: 900;
    line-height: 142%; /* 2.3075rem */
    letter-spacing: 0.04063rem;
}

.table-name {
    color: #000;
    font-size: 1.5rem!important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 2.25rem */
    letter-spacing: -0.015rem;
    word-break: keep-all!important;
    text-wrap: pretty;
}

.table-text-primary {
    color: #000;
    font-size: 1.5rem!important;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 2.25rem */
    letter-spacing: -0.015rem;
    word-break: normal!important;
    text-wrap: balance;
}

.table-text-secondary {
    color: #7B30C6;
    font-size: 1.25rem!important;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 1.75rem */
    letter-spacing: -0.0125rem;
    word-break: break-word!important;
    text-wrap: balance;
}

.table-score {
    color: #000;
    font-size: 1.25rem!important;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.75rem */
    letter-spacing: -0.0125rem;
}

.table {
    border-collapse: separate;
    border-spacing: 0px 1.5rem;
}

.tr-primary {
    background: rgba(242, 244, 254, 1);
    height: 7rem;
}

.table tbody .tr-primary td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.table tbody .tr-primary td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}


.tr-secondary td {
    border-top: 1px solid rgba(123, 48, 198, 1)!important;
    border-bottom: 1px solid rgba(123, 48, 198, 1)!important;
}

.table tbody .tr-secondary td:first-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-left: 1px solid rgba(123, 48, 198, 1)!important;
}

.table tbody .tr-secondary td:last-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-right: 1px solid rgba(123, 48, 198, 1)!important;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}


@media (min-width: 1400px) {
    .aside {
        max-width: none;
    }
}

.btn-main {
    color: #581C62!important;
    border-radius: 1.875rem!important;
    background: #F2F4FE!important;
    border-color: #F2F4FE!important;
    box-shadow: -5px -5px 5px 0px #FFF, 5px 5px 15px 0px #CDD0DE!important;
    padding: 1rem 3rem!important;
    text-align: center!important;
    text-shadow: 1px 1px 4px #C0C0C0, -2px -2px 4px #FFF!important;
    font-size: 1rem!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 126%!important; /* 1.26rem */
    font-variant: small-caps!important;
    letter-spacing: 0.02rem!important;
}

.btn-main:hover, .btn-main:not([disabled]):not(.disabled).active, .btn-main:not([disabled]):not(.disabled):active, .btn-main:focus{
    color: #581C62!important;
    border-radius: 1.875rem!important;
    border-color: #F2F4FE!important;
    background: #F2F4FE!important;
    box-shadow: -5px -5px 5px 0px #FFF inset, 5px 5px 15px 0px #CDD0DE inset!important;
}

.btn-main {
    --bs-btn-color: #581C62;
    --bs-btn-bg: #F2F4FE;
    --bs-btn-border-color: #F2F4FE;
    --bs-btn-hover-color: #15141a;
    --bs-btn-hover-bg: #F2F4FE;
    --bs-btn-hover-border-color: #F2F4FE;
    --bs-btn-focus-shadow-rgb: 3, 108, 221;
    --bs-btn-active-color: #15141a; 
    --bs-btn-active-bg: #F2F4FE;
    --bs-btn-active-border-color: #F2F4FE;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(21, 20, 26, 0.125);
    --bs-btn-disabled-color: #15141a;
    --bs-btn-disabled-bg: #F2F4FE;
    --bs-btn-disabled-border-color: #F2F4FE;
}

.btn-secondary {
    color: #F2F4FE!important;
    border-radius: 1.875rem!important;
    background: #581C62!important;
    box-shadow: -1px -1px 1px 0px #581C62, 1px 1px 5px 0px #581C62!important;
    padding: 1rem 3rem!important;
    text-align: center!important;
    font-size: 1rem!important;
    font-style: normal!important;
    font-weight: 700!important;
    line-height: 126%!important; /* 1.26rem */
    font-variant: small-caps!important;
    letter-spacing: 0.02rem!important;
}

.btn-secondary span {
    color: white!important;
    width: 100%;
    text-align: center;
}

.invalid-feedback {
    display: none!important;
} 

.ts-wrapper.is-invalid.single {
    background: unset!important;
}

.btn-secondary:hover, .btn-secondary:not([disabled]):not(.disabled).active, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:focus{
    color: #F2F4FE!important;
    border-radius: 1.875rem!important;
    background: #581C62!important;
    box-shadow: -5px -5px 5px 0px #581C62 inset, 5px 5px 15px 0px #581C62 inset!important;
}

.file-link {
    position: relative;
    left: 70px;
    top: -25px;
    opacity: 0;
    transition: .5s ease;
}

.file:hover .file-link {
    opacity: 1;
}

.details-wrapper {
    border-radius: 0.9375rem;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(31, 4, 47, 0.12);
    margin-bottom: 1.5rem;
}

details {
    padding: 1.5rem 2.5rem;
}

details[open] summary ~ * {
    animation: open 0.3s ease-in-out;
}

details[open] summary  {
    padding-bottom: 1.5rem;
}
  
@keyframes open {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
details summary::-webkit-details-marker {
    display: none;
}

details summary {
    width: 100%;
    position: relative;
    cursor: pointer;
    list-style: none;
    color: #000;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 2.25rem */
    letter-spacing: -0.015rem;
}

details summary:after {
    content: "+";
    color: #581C62;
    position: absolute;
    font-size: 4rem;
    line-height: 0;
    margin-top: 1rem;
    right: 0;
    font-weight: 200;
    transform-origin: center;
    transition: 200ms linear;
}
details[open] summary:after {
    transform: rotate(45deg);
}

details div {
    border-radius: 0.625rem;
    background: #F2F4FE;
}

details p {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.0125rem;
    margin: 0px;
}

.max-score-text {
    color: #581C62;
    text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.12), -6px -6px 8px #FFF;
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: 142%; /* 2.3075rem */
    letter-spacing: 0.04063rem;
}

.current-score {
    border-radius: 1.875rem;
    background: #F2F4FE;
    box-shadow: -5px -5px 5px 0px #FFF inset, 5px 5px 15px 0px #CDD0DE inset;
    width: 15.75rem;
    flex-shrink: 0;
    color: #581C62;
    text-align: center;
    text-shadow: 1px 1px 4px #C0C0C0, -2px -2px 4px #FFF;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 126%; /* 1.89rem */
    font-variant: small-caps;
    letter-spacing: 0.03rem;
}

.login-form-wrapper {
    border-radius: 1.5625rem;
    background: #553e69;
    width: 55.9375rem;
    height: 40.625rem;
    flex-shrink: 0;
}

.login-form-header {
    color: #FFF;
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 3.5rem */
    letter-spacing: -0.025rem;
    text-transform: uppercase;
}

.login-form-subheader {
    color: #FFF;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2.0125rem */
    letter-spacing: -0.01438rem;
}

.login-form-label {
    color: #F8F8F8;
    font-size: 1.4375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 2.15625rem */
    letter-spacing: -0.01438rem;
}

.link {
    color: #D8B8F9!important;
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: ease .3s;
}

.link:hover {
    padding-bottom: 0px;
    border-color: rgba(123, 48, 198, 1);
}

.login-form-field input {
    border-radius: 0.625rem;
    background: #FFF;
    width: 45.9375rem;
    height: 3.75rem;
    box-shadow: 4px 4px 7px 0px #E4E4E4 inset;
}

.login-form-remember-forget {
    color: #FFF;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
    letter-spacing: -0.01125rem;
}

/* Checkbox styles */
label.checkbox {
    margin-right: 1rem;
    padding-left: 2.5rem;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
label.checkbox input[type=checkbox]:checked ~ span {
    color: #FFFFFF;
    background: white url(/svg/checkbox-checked.svg) 65% 50% no-repeat;
    background-size: 95%;
}
label.checkbox span {
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: -2px;
    width: 1.5625rem;
    height: 1.5625rem;
    background-color: white;
    border: 1px solid black;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.login-form-button {
    border-radius: 3.75rem;
    background: #471C58;
    box-shadow: -4px -4px 10px 0px rgba(249, 233, 255, 0.08), 5px 5px 7px 0px rgba(49, 12, 56, 0.31);
    width: 40.5rem;
    height: 3.75rem;
}

.login-form-button span {
    color: #F8F1FF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.3125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 126%; /* 1.65375rem */
    font-variant: small-caps;
    letter-spacing: 0.02625rem;
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    padding-left: unset;
}

.fullscreen {
    width: max(100vw, 100%);
    height: max(100vh, 100%);
}

.register-header {
    color: #581C62;
    text-align: center;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    font-size: 3.4375rem;
    font-style: normal;
    font-weight: 800;
    line-height: 126%; /* 4.33125rem */
    letter-spacing: 0.06875rem;
    text-transform: uppercase;
}

.register-subheader {
    color: #000;
    font-size: 1.5625rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 2.1875rem */
    letter-spacing: -0.01563rem;
}

.register-subheader a, .register-form-checkbox a {
    color: #6E2BB2!important;
}

.register-background {
    background: #F2F4FE;
    height: calc(100vh - 307px);
}

.register-form-field input, .register-form-field input:focus {
    border-radius: 0.625rem;
    background: #FFF;
    width: 45.9375rem;
    height: 3.75rem;
    box-shadow: 4px 4px 7px 0px #E4E4E4 inset;
    height: 70px;
    padding: 10px;
    padding-left: 30px;
}
.phone-field input, .phone-field input:focus {
    padding-left: 75px;
}

.iti__selected-flag {
    padding-left: 25px!important;
}

.register-form-checkbox {
    color: #000;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 1.575rem */
    letter-spacing: -0.01125rem;
    width: 1200px;;
}

.action-wrapper {
    min-height: 200px;
    border-radius: 25px;
}

.ts-wrapper, .block-input input {
    border-radius: 0.625rem;
    background: #FFF;
    min-height: 65px;
}

.ts-wrapper .ts-control:before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    left: 85%;
    top: 45%;
    background-repeat: no-repeat;
    background-image: url(/svg/pointer.svg);
    background-position: 90% 50%;
    transition: ease-in-out .3s;
}

.input-active .ts-control:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.action-wrapper span {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 1.75rem */
    letter-spacing: -0.0125rem;
}

.action-wrapper>div {
    min-height: 200px;
}

.action-wrapper input {
    max-width: unset;
}

.toast-text {
    color: #000;
    font-size: 0.8125rem;
    font-style: normal;
    line-height: 150%; /* 1.21875rem */
    letter-spacing: -0.00813rem;
}

.dropzone-wrapper {
    min-height: unset;
    background: inherit;
    overflow-x: unset;
}

.dz-preview {
    display: none!important;
}

.dz-started.dropzone .dz-message, .dz-started.dropzone-wrapper .dz-message {
    display: block;
}

.score {
    border-radius: 1.875rem;
    background: #F2F4FE;
    box-shadow: -5px -5px 5px 0px #FFF inset, 5px 5px 15px 0px #CDD0DE inset;
    width: 15.75rem;
    max-height: 60px;
    flex-shrink: 0;
    color: #581C62;
    text-align: center;
    text-shadow: 1px 1px 4px #C0C0C0, -2px -2px 4px #FFF;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 126%; /* 1.89rem */
    font-variant: small-caps;
    letter-spacing: 0.03rem;
}

.score::placeholder {
    color: #581C62;
}

.form-group:not(:last-child) {
    margin-bottom: unset;
}

.constructor-name {
    border: unset;
    border-bottom: 1px solid #581C62;
    color: #581C62;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
    font-family: Montserrat;
    font-size: 2.8125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 126%; /* 3.54375rem */
    letter-spacing: 0.05625rem;
}

.drag-item {
    cursor: grab;
}

.add-item-text {
    vertical-align: middle;
    color: #000;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.875rem */
    letter-spacing: -0.0125rem;

    border-radius: 15px;

    border: 1px solid rgba(219, 230, 245, 1);
}

.add-item-text svg {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    width: 40px;
    height: 40px;
}

.cross-svg {
    width: 25px;
    height: 25px;
}

.documents-name {
    border: unset;
    background: transparent;
    width: 100%;
    border-bottom: 1px solid black;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 1.6875rem */
    letter-spacing: -0.01125rem;
}

.custom-checkbox  {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
}

.required::before {
    background-image: url(/svg/required.svg);
}

.custom-checkbox:checked + .required::before {
    background-image: url(/svg/required-selected.svg);
}

.unlimited::before {
    background-image: url(/svg/limited.svg);
}

.custom-checkbox:checked + .unlimited::before {
    background-image: url(/svg/limited-selected.svg);
}

.number-control-button {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100%;
}

.number-plus {
    background-image: url(/svg/plus.svg);
}

.number-minus {
    background-image: url(/svg/minus.svg);
}

.number-value {
    padding-top: 5px;
    display: inline-block;
    width: 50px;
    height: 40px;
    background-color: white;
    border-bottom: 1.5px solid #656565;
    border-top: 1.5px solid #656565;
    color: #0C3A80;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
}

.links-limit {
    width: 70px;
    height: 40px;
    color: #0C3A80;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
}

.ql-toolbar.ql-snow {
    max-height: 35px;
}


.comments-mini-header {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 37.5px */
    letter-spacing: -0.25px;
}

#comments td {
    border: unset;
}

.action-subtitle {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 30px */
    letter-spacing: -0.2px;
}

.profile-input input, .profile-input .ts-control {
    min-height: 65px;
    border-radius: 10px;
    background: #F2F4FE;
    box-shadow: 4px 4px 7px 0px #E9EAF1 inset;
}

.profile-input:not(.phone-field) input  {
    padding-left: 25px;
}

.profile-input label {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 34.5px */
    letter-spacing: -0.23px;
}
.profile-input  {
    align-self: center;
}

.profile-input button {
    align-self: center;
    max-width: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.is-invalid {
    background-image: unset!important;
}

.iti {
    display: block;
}

.change-password-hint {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    letter-spacing: -0.18px;
}

.profile-button .form-group {
    display: flex;
    justify-content: center;
}

.logout-button .btn-link {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 29.4px */
    letter-spacing: -0.21px;
    text-transform: none;
    text-decoration: none;
}

.modal-title {
    color: #581C62;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 42px */
    letter-spacing: -0.28px;
    text-transform: uppercase;
}

.modal-title span, .modal-subtitle span {
    width: 100%;
}

.modal-subtitle {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 37.5px */
    letter-spacing: -0.25px;
}

.modal-body fieldset .form-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal-body fieldset .form-group input {
    border-radius: 10px;
    background: #F2F4FE;
    box-shadow: 4px 4px 7px 0px #E9EAF1 inset;
    min-height: 65px;
    min-width: 400px;
    margin-top: 10px;
}

.modal-body fieldset .form-group label {
    color: #000;
    font-family: Montserrat;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 34.5px */
    letter-spacing: -0.23px;
    margin-top: 10px;
}

.project-link {
    color: #7B30C6!important;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
    letter-spacing: -0.15px;
    text-transform: uppercase;
    text-decoration: underline;
}

.project-link-wrapper button {
    opacity: 0;
    transition: .5s ease;
}

.project-link-wrapper:hover button {
    opacity: 1;
    background-color: unset!important;
}

.ql-placeholder {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    transition: .5s ease;
}

.ql-placeholder p {
    margin: unset;
}

.button-back {
    width: 50%!important;
    border-radius: 60px!important;
    background: #471C58!important;
    border-color: rgba(71, 28, 88, 1)!important;
    box-shadow: -4px -4px 7px 0px rgba(249, 233, 255, 0.00), 5px 5px 7px 0px #310C38!important;
    color: #F8F1FF!important;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25)!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 126%!important; /* 25.2px */
    font-variant: small-caps!important;
    letter-spacing: 0.4px!important;
    height: 80px;
}

.button-back:hover {
    border-radius: 60px!important;
    background: #341142!important;
    border-color: rgba(71, 28, 88, 1)!important;
    box-shadow: -3px -3px 5px 0px #672A80 inset, 9px 9px 15px 0px #2C0D38 inset!important;
}

.modal div[data-controller="select"], .modal div[data-controller="quill"] {
    width: 500px;
}

@media (min-width: 1440px) {
    .filebag-grid {
        grid-template-columns: repeat(5, max-content);
    }
}

@media (max-width: 1900px) {
    .table-name, .table-score, table .btn, .table-index, .breadcrumb-item, .username-font, .table-text-primary  {
        font-size: 14px!important;
    }
    
    .btn-main {
        padding: 1rem 1.2rem!important;
    }
}

@media (min-width: 1200px) {
    .bg-image-goblet {
        background-image: url(/svg/goblet.svg);
        background-repeat: no-repeat;
        background-position-y: bottom;
        background-position-x: center;
        background-size: 80%;
    }

    .register-form-wrapper {
        width: 80%;
    }

    .filebag-grid {
        grid-template-columns: repeat(3, max-content);
    }

}

@media (max-width: 1200px) {
    .filebag-grid {
        grid-template-columns: repeat(2, max-content);
    }
}
