@font-face {
    font-family: Flexo;
    src: url('../fonts/Flexo/Flexo-Light.otf');
}

@font-face {
    font-family: FlexoThin;
    src: url('../fonts/Flexo/Flexo-Thin.otf');
}

@font-face {
    font-family: FlexoDemi;
    src: url('../fonts/Flexo/Flexo-Demi.otf');
}

@font-face {
    font-family: FlexoBlack;
    src: url('../fonts/Flexo/Flexo-Black.otf');
}

@font-face {
    font-family: FlexoRegular;
    src: url('../fonts/Flexo/Flexo-Regular.otf');
}

@font-face {
    font-family: FlexoMedium;
    src: url('../fonts/Flexo/Flexo-Medium.otf');
}

@font-face {
    font-family: FlexoBold;
    src: url('../fonts/Flexo/Flexo-Bold.otf');
}

html, body {
    font-family: 'Flexo', sans-serif;
    font-size: .8rem;
}

a {
    text-decoration: none;
}

.text-fg-green {
    color: #95bd1e!important;
}

.btn-generator svg path {
    fill: #ffffff!important;
}

.btn-generator:hover > svg path {
    fill: #95bd1e!important;
}

.btn-generator.active svg path {
    fill: #95bd1e!important;
}

.btn-init--upload {
    position: absolute;
    top: 25px;
    right: 60px;
    width: 23px;
    height: 23px;
    padding: 0;
    border-radius: 50px!important;
    cursor: pointer;
    z-index: 8;
}

.btn-init--upload:hover {
    animation: none;
    -o-animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.btn-init--upload svg {
    box-shadow: 0 0 0 0 rgba(149, 189, 30, 0.5);
    animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    border-radius: 50px;
}

@keyframes pulse {
    0% {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
    }
    70% {
      transform: scale(1.30);
      -ms-transform: scale(1.30);
      -moz-transform: scale(1.30);
      -o-transform: scale(1.30);
      -webkit-transform: scale(1.30);
      box-shadow: 0 0 0 10px rgba(55, 63, 31, 0.25);
    }
    90% {
        box-shadow: 0 0 0 10px rgba(55, 63, 31, 0.1);
    }
    100% {
      transform: scale(1);
      -ms-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -webkit-transform: scale(1);
      box-shadow: 0 0 0 0 rgba(8, 8, 8, 0);
    }
}

.bg-dark {
    background-color: #000000!important;
}

.disabled {
    color: #adadad!important;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.disabled-input {
    color: #adadad!important;
    background-color: #3a3a3a!important;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 1.1rem;
}

.nav-item.dropdown {
    font-size: .85rem;
}

.navbar-nav .nav-item .nav-link.dropdown-toggle span {
    position: relative;
    top: 2px;
}

.navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    display: none!important;
}

.dropdown-menu {
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(#222222, #000000);
    box-shadow: 1px 2px 5px #282828;
}

.dropdown-item {
    color: #ffffff;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #474747;
}

.main-container {
    background-image: url('/assets/images/Frontend Backend Background Icon Big.svg');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: center;
    background-position-y: center;
    height: 100%;
    max-height: 83.3vh;
}

.auth-card {
    background-image: linear-gradient(#222222, #000000);
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 12px;
}

.box-shadow {
    box-shadow: 4px 4px 5px rgb(0 0 0 / 75%);
}

.main-card, .main-card .card-header {
    border: none;
}

.main-header h3{
    font-family: 'FlexoBlack', sans-serif;
}

.fs-7 {
    font-size: 1rem!important;
}

.fs-1-37 {
    font-size: 1.37rem!important;
}

.fs-1-4 {
    font-size: 1.45rem!important;
}

.fs-1-45 {
    font-size: 1.45rem!important;
}

.fs-85 {
    font-size: .85rem!important;
}

.mt-3-2 {
    margin-top: 2rem!important;
}

.btn {
    border-radius: 3px;
}

.btn:focus {
    box-shadow: none;
}

.btn-flagship {
    font-family: 'FlexoMedium', sans-serif;
    background-color: #95bd1e;
    color: #ffffff;
}

.btn-flagship:hover {
    background-color: #b6e627;
    color: #ffffff;
}

.btn-flagship--secondary {
    font-family: 'FlexoThin', sans-serif;
    background-color: #222222;
    color: #ffffff;
}

.btn-flagship--secondary:hover {
    background-color: #5a5a5a;
    color: #ffffff;
}

.input-group-text {
    background-color: #303030;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

label, .col-form-label {
    background-color: #363636;
    font-family: 'FlexoMedium';
    /* font-size: .7rem; */
}

.col-form-label {
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    width: 65px;
}

.col-form-label-2 {
    width: 110px;
}

.col-form-label-3 {
    width: 142px;
}

.form-extended-label {
    width: 90px;
}

.form-extended-label-2 {
    width: 139px;
}

.form-control {
    border: 0;
    padding: .3rem;
}

.form-control, .form-control:focus {
    background-color: #474747;
    color: #ffffff;
    border-radius: 3px;
}

.modal-content .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
}

.modal-content textarea {
    background-color: #000000;
    resize: none;
    height: 150px;
}

.card-fixed-width {
    width: 400px;
}

.card-fixed-width .btn {
    font-size: 1.2rem;
    padding: .6rem;
}

.company-projects .title {
    background-image: linear-gradient(97deg, #2A2A2A 2%, #4A4A4A 99%);
    font-family: 'FlexoBold', sans-serif;
    padding: .5rem;
    border-radius: 4px;
    font-size: 1.2rem;
}

.company-projects .title.title-alt{
    width: calc(100% - 45px);
}

.company-projects .title .title-button:hover > svg path {
    fill: #ffffff;
}

.company-projects .title .title-text {
    font-family: inherit;
    font-size: 1rem;
    position: relative;
    top: 2px;
}

.company-projects .title .toolbar {
    width: auto;
    text-align: right;
    float: right;
}

.toolbar .btn-upload-files svg {
    position: relative;
    top: 1px;
}

.btn-delete--files {
    display: none;
    position: absolute;
    right: 25.5px;
}

.project-list--item .project-file .context-container {
    display: none;
}

.project-list--item .project-file .context-container .context-menu {
    position: absolute;
    color: #ffffff;
    background-color: transparent;
    background-image: linear-gradient(#222222, #000000);
    min-width: 10rem;
    padding: 0.5rem 0;
    margin-top: 3rem;
    left: 20%;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 3px rgba(0,0,0,.75);
    transition: all .3s linear;
    z-index: 5;
}

.project-file--select {
    --background: transparent;
    background-color: var(--background);
    --border: #ffffff;
    --tick: #fff;
    position: relative;
    top: 18px;
    left: 15px;
}

.checkbox {
    --background: transparent;
    --border: #ffffff;
    --tick: #fff;
    position: relative;
    top: 5px;
}

.checkbox-disabled {
    --border2: #adadad;
    --tick2: #adadad;
}
  .project-file--select input,
  .project-file--select svg,
  .checkbox input,
  .checkbox svg {
    width: 17px;
    height: 17px;
    display: block;
  }
  .project-file--select input,
  .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
  }

  .checkbox-disabled input {
        box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border2));
  }
  .project-file--select svg,
  .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--border, var(--border));
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    transform: scale(var(--scale, 1)) translateZ(0);
  }
  .checkbox-disabled svg {
    stroke: var(--border2, var(--border2));
  }
  .project-file--select.path input:checked,
  .checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
  }
  .project-file--select.path input:checked + svg,
  .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
  }
  .project-file--select.path svg,
  .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
  }

.toolbar svg:hover,
.toolbar svg:hover > path {
    fill: #ffffff;
	cursor: pointer;
}

.company-projects .scrollable {
    height: calc(83.3vh - 94px);
    overflow: scroll;
}

.company-projects .body {
    padding-left: 2.2rem;
    width: 100%;
    height: 646px;
    overflow-y: scroll;
}

.scrollable::-webkit-scrollbar,
.body::-webkit-scrollbar {
    width: 0px;
}

.scrollable::-webkit-scrollbar-track,
.body::-webkit-scrollbar-track {
    background-color: transparent;
}

.scrollable::-webkit-scrollbar-thumb,
.body::-webkit-scrollbar-thumb {
    background-color: #383838;
}

.company-projects .body a.project-folder {
    display: block;
    font-family: 'FlexoBold', sans-serif;
    font-size: 1.1rem;
    color: #2A2A2A;
    background-color: #b7b7b7;
    padding: .3rem .5rem;
    margin-top: .5rem;
    border-radius: 4px;
	cursor: pointer;
}

.body .project-folder-alt {
    width: calc(100% - 2.2rem);
}

.company-projects .body a.project-folder:hover {
    background-color: #4A4A4A;
    color: #ffffff;
}

.new-file-notifier {
    display: block;
    width: 2.2rem;
    padding-top: .5rem;
    margin-top: .5rem;
}

.company-projects .body .project-file {
    display: flex;
    display: -ms-flexbox;
    margin-top: .5rem;
    width: calc(100% - 45px);
	cursor: pointer;
}

.company-projects .body .project-file:hover > .project-file--number,
.company-projects .body .project-file:hover > .project-file--info {
    background-color: #4A4A4A;
    color: #ffffff;
}

.company-projects .body .project-file:hover > .project-file--info .form-control {
    color: #ffffff;
}

.project-file .project-file--number {
    font-family: 'FlexoBold', sans-serif;
    font-size: 1.1rem;
    min-width: 40px;
    height: 40px;
    color: #2A2A2A;
    background-color: #b7b7b7;
    padding: .3rem .5rem;
    border-radius: 4px;
    text-align: center;
    line-height: 2.1;
}

.project-file .project-file--info {
    font-family: 'FlexoBold', sans-serif;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    color: #2A2A2A;
    background-color: #b7b7b7;
    padding: .3rem .5rem;
    border-radius: 4px;
    margin-left: .5rem;
    width: 100%;
    height: 40px;
    line-height: 2;
}

.project-file--new .project-file--number,
.project-file--new .project-file--info {
    background-color: #ffffff;
}

.project-file--info .project-file--title {
    font-family: inherit;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 62% 0 0;
}

.project-file--info .project-file--size {
    font-family: inherit;
    font-size: 1.1rem;
    min-width: 70px;
}

.project-file--info .project-file--icon {
    font-family: inherit;
    text-align: center;
    min-width: 50px;
}

.project-file--info .project-file--upload_date {
    font-family: inherit;
    font-size: 1.1rem;
    text-align: right;
    min-width: 100px;
}

.company-projects .body .project-file > .project-file--info .form-control {
    color: #222222;
}

.project-file--info .form-control {
    font-size: 1.1rem;
}

.modal-content {
    background-color: #222222;
    background-image: linear-gradient(#222222, #000000);
    color: #fff;
    border-radius: 12px;
}

.modal-content .window-title {
    font-family: 'FlexoBold', sans-serif;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 0.4rem;
}

.window-title .spinner-border {
    width: 1.5rem;
    height: 1.5rem;
}

.modal-content .btn.close {
    position: absolute;
    top: 10px;
    right: 8px;
}

.btn.close span svg path:hover {
    fill: #ffffff;
}

.zipping-progressbar, .upload-progressbar {
    width: 100.6%;
    height: 12px;
    margin-bottom: 0.7rem;
    border: 3px solid #4a4a4a;
    overflow: hidden;
}

.zipping-progressbar--progress,
.upload-progressbar--progress {
    width: 0;
    height: 6px;
    background-image: linear-gradient(90deg, #353f12, #daff09);
    transition: all .25s linear;
}

.modal-content .table-container-1 {
    /* border-left: 1px solid #474747; */
    border-bottom: 1px solid #474747;
    border-radius: 7px;
    overflow: hidden;
}

.modal-content .table-body {
    height: 130px;
    border: 1px solid #474747;
    border-bottom: 0;
    overflow-y: scroll;
}

.modal-content .table-body-2 {
    height: 342px;
    border: 1px solid #474747;
    border-bottom: 0;
    overflow-y: scroll;
}

.table-body .table-row,
.table-body-2 .table-row {
    display: flex;
    flex-wrap: nowrap;
    user-select: none;
    cursor: pointer;
}

.table-body .table-row:hover > *:not(.col-1),
.table-body-2 .table-row:hover > *:not(.col-1:last-child) {
    background-color: #3f3f3f;
}

.table-body .table-row:hover > .col-1:last-child span svg path,
.table-body-2 .table-row:hover > .col-1:last-child span svg path {
    fill: #a92f3a;
}

.table-body .cf-users-list--item:hover{
    background-color: #3f3f3f;
}

/* .table-body .cf-users-list--item:hover > .col-1 span svg,
.table-body .cf-users-list--item:hover > .col-1 span svg path {
    fill: #ffffff;
} */

.permit-user svg,
.permit-user-2 svg,
.permit-user svg path,
.permit-user-2 svg path {
    fill: #ffffff;
}

/* .permit-user:hover > svg,
.permit-user:hover > svg path {
    fill: #95bd1e;
} */

/* .table-body-2 .manage-user--row:hover > .col-1:first-child span svg,
.table-body-2 .manage-user--row:hover > .col-1:first-child span svg path {
    fill: #95bd1e;
} */

.has_permission svg,
.has_permission svg path {
    fill: #95bd1e;
}

#mail_message::-webkit-scrollbar {
    width: 4px;
}

#mail_message::-webkit-scrollbar-track {
    background-color: #3f3f3f;
}

#mail_message::-webkit-scrollbar-thumb {
    background-color: #cacaca;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.table-body::-webkit-scrollbar,
.table-body-2::-webkit-scrollbar {
    width: 7px;
}

.table-body::-webkit-scrollbar-track,
.table-body-2::-webkit-scrollbar-track {
    background-color: #3f3f3f;
}

.table-body::-webkit-scrollbar-thumb,
.table-body-2::-webkit-scrollbar-thumb {
    background-color: #cacaca;
}

.table-foot {
    background-color: #474747;
    display: flex;
    justify-content: space-between;
}

.table-foot span:first-child {
    padding-top: .3rem;
}

.modal-content table tbody tr:hover {
    background-color: #474747;
    color: #ffffff;
}

.footer {
    background-color: #000000;
    position: relative;
    padding: 1rem .5rem;
    z-index: 6;
}

footer {
    background-color: #000000;
}

footer span:first-child,
footer span:first-child .footer-link-mail,
footer span:last-child {
    color: #686868;
    font-size: .9rem;
}

@media (min-width: 1440px){
    .main-container {
        max-height: 86.3vh;
    }
}

@media (min-width: 1200px){
    .main-container {
        max-height: 82.3vh;
    }
}

@media (min-width: 992px){
    .modal-lg {
        max-width: 600px!important;
    }
}

@media (min-width: 768px){
    footer .col-md-4 {
        text-align: end;
    }
}

@media (min-width: 576px){
    .modal-dialog {
        max-width: 375px;
    }

    .modal-sm-md {
        max-width: 500px;
    }
}

@media (max-width: 1199px) {
    .project-file--info .project-file--title {
        flex: 52% 0 0;
    }
}

@media (max-width: 992px) {
    .main-container {
        background-size: 45%;
    }
}

@media (max-width: 768px) {
    .main-container {
        background-size: 55%;
        max-height: 81.3vh;
    }

    .project-file .project-file--info {
        width: 90%;
    }

    .project-file--info .project-file--title {
        flex: 42% 0 0;
    }

    .footer {
        text-align: center!important;
    }
}

@media (max-width: 576px) {
    .project-file--info .project-file--title {
        flex: 40% 0 0;
    }
}

@media (max-width: 527px) {
    .project-file--info .project-file--number,
    .project-file--info .project-file--title,
    .project-file--info .project-file--size,
    .project-file--info .project-file--upload_date {
        font-size: .9rem;
    }

    .project-file--info .project-file--title {
        max-width: 108px;
    }
}

@media (max-width: 486px) {
    .project-file--info .project-file--title {
        flex: 35% 0 0;
    }

    .project-file--info .project-file--size {
        min-width: 63px;
    }

    .project-file--info .project-file--icon {
        min-width: 30px;
    }

    .project-file--info .project-file--upload_date {
        min-width: 82px;
    }
}

@media (max-width: 445px) {
    .project-file--info .project-file--number,
    .project-file--info .project-file--title,
    .project-file--info .project-file--size,
    .project-file--info .project-file--upload_date {
        font-size: .8rem;
    }

    .project-file--info .project-file--title {
        max-width: 85px;
    }
}

@media (max-width: 420px) {
    .project-file--info .project-file--title {
        flex: 28% 0 0;
    }
}

@media (max-width: 408px) {
    .project-file .project-file--info {
        width: 85%;
    }
}

@media (max-width: 400px) {
    body {
        background-size: 800%;
    }

    .auth-card .card-header p {
        font-size: 1.35rem!important;
    }
}
