/* input(1103,21): run-time error CSS1030: Expected identifier, found '>'
input(1103,58): run-time error CSS1025: Expected comma or open brace, found ')' */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url('fonts/Euclid/EuclidSquare-Light.ttf?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
@import url('fonts/Euclid/EuclidSquare-SemiBold.ttf?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
@import url('fonts/Neue/NeueMontreal-Regular.otf?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
@import url('fonts/EuclidSquare-Light.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
@import url('fonts/EuclidSquare-SemiBold.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
@import url('fonts/NeueMontreal-Regular.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY');
     
  
html {
    --themeMainColor: #54595F;
    --textMainColor: #54595F;
    --textSecondaryColor: #54595F;
    --inputBorderColor: #131313;
    --inputFocusedBorderColor: #000000;
    --redMainColor: #bf4860;
}
.body-container {
    padding-left: 5vw;
    padding-right: 5vw;
}
input.code-input {
    font-size: 2em;
    width: 1.7em;
    text-align: center;
    flex: 1 0 1em;
}
.container {
    max-width: 100%;
}
.dropright .dropdown-toggle::after {
    display:none;
}
.must-be-deleted {
    background-color: var(--redMainColor);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.cursor-pointer {
    cursor:pointer;
}

.must-be-deleted-clipToResearch {
    border-radius: 10px;
}

.li-clip-to-research-row {
    padding: 0.5rem;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    font-size:14px;
}

#sortable-list-clips:active {
    cursor: move;
}
#sortable-list-clips li.placeholder {
    position: relative;
    /** More li styles **/
}

    #sortable-list-clips li.placeholder:before {
        position: absolute;
        /** Define arrowhead **/
    }
.sorting-field {
    cursor: pointer;
}
#btn-to-delete-item{
    margin-top:32px;
}
.sticky {
    position: fixed;
    top: 20px;
    right: 48px;
    padding-left: 52px;
}
.not-allowed-cursor{
    cursor:not-allowed;
}
#orderItems-list .selectize-control .selectize-input:after
{
    display:none;
}
.grecaptcha-badge {
    visibility: hidden;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}
.order-item{
    cursor:pointer;
}
.appended-label-radius {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.white-text-in-footer {
    color: white !important;
}
.grey-text-in-footer {
    color: grey !important;
}
.align-center {
    vertical-align: middle !important;
    text-align: center !important;
}
.align-end {
    vertical-align: middle !important;
    text-align: end !important;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}
.social-media{
    background-color:black;
    color:white;
    font-size:30px;
    margin:6px;
}

.btn-primary {
    color: #fff !important;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-underline:hover {
    text-decoration: underline !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
/*    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;*/
}
body {
/*    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;*/
    overflow-x: hidden;
}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.navaction-link-btn {
    transition: all 400ms ease-in;
}

    .navaction-link-btn:not([aria-expanded="false"]) {
        color: #bf4860 !important;
    }

.navaction-link-btn:hover {
    color: #bf4860 !important;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.navbar-logo-home{
    margin-left: -1rem;
}

.backend-navbar {
    font-size: 1.2vw;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
.footer-card{
    margin-left:10px;
    margin-right:10px;
}
body {
    /* Margin bottom by footer height */
}

.footer {
    background-color: black;
    position: inherit;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


.password-hint {
    font-size: 0.8rem;
    margin-top: -0.5rem;
    margin-bottom: 0.5rem !important;
    /*padding-left: 2px;*/
}

.eye {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 1.2rem;
    color: var(--textSecondaryColor);
    cursor: pointer;
    top: 0;
}

    .eye ~ input {
        padding-right: 40px !important;
    }

/*Page Spinner*/
.pageSpinner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(255,255,255,0.5);
}

    .pageSpinner .pageSpinnerContent {
        position: relative;
        top: 45%;
        /*left: 50%;*/
        font-weight: bold;
    }

/*Colors*/
.red-text-color {
    color: var(--redMainColor) !important;
}

.black-text-color {
    color: #000000 !important;
}

.light-black-text-color {
    color: #131313 !important;
}

.grey-text-color {
    color: #bababa !important;
}

.light-grey-text-color {
    color: #f5f5f5 !important;
}

.red-bg-color {
    background-color: var(--redMainColor) !important;
}

.black-bg-color {
    background-color: #000000 !important;
}

.light-black-bg-color {
    background-color: #131313 !important;
}

.grey-bg-color {
    background-color: #bababa !important;
}

.light-grey-bg-color {
    background-color: #f5f5f5 !important;
}

.search-btn {
    color: #fff;
    font-size: 1.2vw;
    font-weight: bold;
    border-radius: 10rem;
    border-color: var(--redMainColor);
    border: 2px solid var(--redMainColor);
    background-color: var(--redMainColor);
}

    .search-btn:hover {
        color: #fff;
        border: 2px solid #A23A52;
        transition: all 400ms ease-in;
        background-color: #A23A52 !important;
    }

/*Master Clip Statistics Bar Styles*/
.custom-z-index-99999 {
    z-index: 99999;
}

.statistics-heatmap-bar {
    height: 2.5rem;
    background: transparent;
    align-content: center;
}

.masterclip-statistics-gray {
    background-color: #E0E0E0;
}

.heatmap-bar-duration {
    position: relative;
}

.heatmap-bar-top-side, .heatmap-bar-bottom-side {
    width: 100%;
    height: 1.5rem;
    display: inline-flex;
    align-content: center;
}

.heatmap-bar-middle-side {
    width: 100%;
    height: 1px;
    background: var(--themeMainColor);
}

    .heatmap-bar-middle-side::before {
        content: "\007C";
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 6px;
    }

    .heatmap-bar-middle-side::after {
        content: "\007C";
        position: absolute;
        top: 0;
        right: 0;
        width: 0%;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding-top: 6px;
    }

.heatmap-bar-group {
    position: relative;
    display: flex;
}

.heatmap-bar-element {
    position: relative;
    height: 1rem;
/*    -webkit-transition: 900ms linear;
    -moz-transition: 900ms linear;
    -o-transition: 900ms linear;
    -ms-transition: 900ms linear;
    transition: 900ms linear;*/
}
  
.heatmap-bar-element-red {
    background-color: #bf4860;
    height: 1.5rem !important;
    align-self: end;
}

.heatmap-bar-element-yellow {
    background-color: #FFD700;
    height: 1.25rem !important;
    align-self: end;
}

.heatmap-bar-element-green {
    background-color: #00cc00;
    align-self: end;
}

.heatmap-bar-element-video {
    background: linear-gradient(to left, #C8C8C8, #C0C0C0, #B0B0B0, #7E7A7A);
    position: absolute !important;
}

.heatmap-bar-transcript {
    width: 100%;
    height: 1.5rem;
    position: absolute !important;
}

.heatmap-navigation-btns-container {
    /*max-width: 4.333333%;*/
    min-width: 3.5%;
}

.heatmap-bar-min-width {
    min-width: 93%;
}

.heatmap-navigation-left-btn, .heatmap-navigation-right-btn {
    cursor: pointer;
}

.clip-video-container-searchIndex {
    left: 0;
    right: 0;
    bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
}

.zoom-out-btn, .zoom-in-btn {
    /*font-size: 16px;*/
}

/*End Master Clip Statistics Bar Styles*/
/*Menu styles*/
.menu-container {
    max-width: 100%;
}

.backend-navbar .nav-item {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.backend-navbar .dropdown-menu a {
    font-weight: bold;
    text-decoration: none;
    transition: all 400ms ease-in;
}

.dropdown-item:active {
    color: white !important ; 
    background-color: var(--redMainColor);
    color:white !important;
}

.dropdown-item:hover {
    color: var(--redMainColor);
}

/*default input styles*/
input.form-control, textarea.form-control, select.form-control {
    border-color: #131313;
}

.selectize-input {
    border: 1px solid #131313 !important;
    /*height: calc(1.2em + 0.75rem + 1px) !important;
    min-height: 30px !important;*/
}

.btn-primary, .btn-primary:hover, .btn-primary:active {
    background-color: var(--redMainColor) !important;
    border-color: var(--redMainColor) !important;
}

    .btn-primary:focus {
        box-shadow: none;
    }

a, a:hover {
    color: #000000;
}

/*selectize*/

.selectize-control.plugin-remove_button [data-value] .remove {
    /*border-left-color: rgba(77, 77, 77, 0) !important;*/
    border-left-color: rgba(0, 0, 0, .05) !important;
}

.hiddenCell {
    display: none;
}

.collectionImage {
    max-width: 250px;
    margin-right: 10px;
}

.collectionImageBtn {
    max-height: 30px;
}

input:focus {
    outline: none !important;
    border-color: var(--inputFocusedBorderColor) !important;
    box-shadow: none !important;
}

textarea:focus {
    outline: none !important;
    border-color: var(--inputFocusedBorderColor) !important;
    box-shadow: none !important;
}

select:focus {
    outline: none !important;
    border-color: var(--inputFocusedBorderColor) !important;
    box-shadow: none !important;
}


.paginationRow {
    width: 100%;
    justify-content: space-between;
}

.pagination .page-link {
    color: var(--textMainColor);
}

.pagination .page-item.active .page-link {
    background-color: var(--textMainColor);
    border-color: var(--textMainColor);
}

.pagination .page-link:focus {
    box-shadow: none !important;
}

.input-group-prepend, .input-group-append {
    height: calc(1.2em + 0.75rem + 1px);
}

.inputSearchGroup {
    /*
    height: calc(1.2em + 0.75rem + 1px);
    */
}
.input-group-text {
    border: 1px solid var(--themeMainColor);
    border-right: 0;
    line-height: 1;
}

.input-group-text-left {
    border: 1px solid var(--themeMainColor);
    border-left: 0 !important;
    line-height: 1;
}
.searchBtn {
    background-color: var(--textSecondaryColor);
    padding-top: 2px;
    margin-top: -1px;
    margin-bottom: -1px;
    padding-right: -1px !important;
    margin-right: -4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .searchBtn .fa-search {
        color: white;
    }
.searchInput {
    border: none;
    height: 100%;   
}

.searchPrepend {
    margin-left: 10px;
    margin-top: 10px;
}
.filterItem {
    margin-right: 10px;
}

.inputSearchGroup {
    border: 1px solid var(--textSecondaryColor);
    border-radius: 4px;
    height: 38px;
}
mark {
    background: #FFFF00;
    color: black;
}
.search-clip-info {
    border-bottom: 1px solid #E6E6E6;
}
.search-filters-form {
    border-bottom: 1px solid #E6E6E6;
}
.search-load-filters i {
    font-size: 20px;
}
.search-load-filters:hover {
    color: var(--redMainColor);
    cursor: pointer;
}
/*.clip-preview {
    cursor: pointer;
    color: #bf4860;
    font-size: 25px;
}
.clip-preview:hover{
    color: #000000;
}*/
.clip-thumbnail {
    cursor: pointer;
    object-fit: contain;
}
.clips-index-filters .inputSearchGroup{
    height: auto;
    max-width:initial;
}
.clips-index-filters .searchInput{
    height: 34px;
}
.search-checkbox{
    margin-top: 38px;
}
#assignClipToRequestModal .modal-dialog{
    max-width:60%;
}
.assign-handler-link{
    cursor: pointer;
}
#go-change-page-btn {
    height: 30px;
    line-height: 0;
    cursor: pointer;
}
#page-no-input {
    height: 30px;
    width: 66px;
}

@media (max-width: 768px) {
    .phone-hidden{
        display:none;
    }
    .searchPrepend {
        margin-left: 6px;
        margin-top: 6px;
    }
    .left-text-login {
        font-size: 5.5vw;
    }
    .left-text-register {
        font-size: 7vw;
        line-height: 50px;
        padding-top: 60px;
    }
    .inputSearchGroup {
        height: 24px;
    }
    #go-change-page-btn {
        height: 22px;
    }
    #page-no-input {
        height: 22px;
        width: 10vw;
    }
    html {
        font-size: 10px;
    }

    .social-media {
        font-size: 15px;
    }

    .kino-icon {
        width: 70px;
        height: 40px;
        vertical-align: top !important;
    }

    .masterclip-edit-icons {
        font-size: 24px !important;
    }
}
@media (max-width: 1465px) {
    .centered {
        padding-top: 200px;
    }
    .smaller-display-hidden{
        display:none;
    }
}
@media(min-width:769px){
    .desktop-hidden {
        display: none;
    }
    .left-text-login-first {
        font-size:3.4vw ;
    }
    .left-text-login-second {
        font-size: 3vw;
    }
    .left-text-register {
        font-size: 3.4vw;
        line-height: 4vw;
    }
}
main {
    min-height: 83vh;
    padding-bottom: 0px !important;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #ffffff;
}
.description-container {
    white-space: pre-wrap;
    border-color: #131313;
}
#Preview-video{
    cursor:pointer
}
#Recreate-clip-video{
    cursor:pointer
}
#regenerate-clip-thumb{
    cursor:pointer
}
#preview-video-modal .modal-dialog {
    max-width: 70%;
}
.close-video-preview-modal {
    color: #ffffff;
    position: absolute;
    left: 97%;
    top: 1%;
    z-index: 9999;
}
#copy-clip-keywords{
    cursor:pointer;
}
.clip-video-preview {
    height: 386px;
}
.check-file-input{
    padding-top: 38px;
}
.generate-clip-btn{
    margin-top: 32px;
}
#recreate-clip-modal .modal-dialog{
    max-width: fit-content;
}
#recreate-clip-modal .modal-body{
    padding: 15px;
}
#overlay-image {
    position: absolute;
    top: 149px; /*54px the div above + 15px padding + 80px distance from top of video*/
}
.masterclip-edit-icons {
    font-size: 32px;
}
.overlay-move-px-group{
    width: 120px;
}
.overlay-move-px-group .input-group-append{
    height: 38px;
}
.overlay-position-block {
    display: flex;
    gap: 10px;
    justify-content: right;
}

@font-face {
    font-family: 'EuclidSquare';
    src: url(/css/fonts/EuclidSquare-Light.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY) format('woff2'),
        url(/css/Euclid/EuclidSquare-Light.ttf) format('truetype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'EuclidSquare';
    src: url(/css/fonts/EuclidSquare-SemiBold.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY) format('woff2'),
        url(/css/Euclid/EuclidSquare-SemiBold.ttf) format('truetype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'NeueMontreal';
    src: url(/css/fonts/NeueMontreal-Regular.woff2?v=pPaoXgIyH0w82xZHugDGiPYA9LY) format('woff2'),
        url(/css/Neue/NeueMontreal-Regular.otf) format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
body, input, textarea, button, p, span {
    font-family: EuclidSquare,NeueMontreal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen, Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.space-between {
    justify-content: space-between;
}
.navbar-brand {
    padding-top: 0;
}

.selectize-salesPerson .selectize-input:after {
    margin-top: 0 !important;
}
.selectize-clippers .selectize-input:after {
    margin-top: 0 !important;
}
.selectize-salesPerson .selectize-input {
    border: none !important;
    padding-left: 0 !important;
    padding-bottom: 0;
    padding-top: 0.6rem;
}

.selectize-salesPerson .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}
.selectize-clippers .selectize-input {
    border: none !important;
    padding-left: 0 !important;
    padding-bottom: 0;
    padding-top: 0.6rem;
}

.ClipRefSelectize .selectize-input .item{
    word-wrap:anywhere;
}

#JobsList td {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: middle;
}
#JobsList th {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: middle;
}

.selectize-clippers .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}

.Deadline {
    border: none;
    padding-left:0 !important;
}

/*.datetime-picker {
    border: none;
    padding-left: 0 !important;
}*/
.btn-no-border{
    border:none;
    background:none;
}
.searchXeroAppend {
    height: calc(1.2em + 0.75rem + 6px);
}
.display-seconds-and-type-span{
    float:right;
}
i.fa.fa-user-plus {
    color: var(--redMainColor);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.toggle-handle {
    background-color: var(--textSecondaryColor);
}
.orderDetailsRow{
    margin:0;

}
.orderDetailsDeleteSection {
    float:right;

}


/*@media (max-width: 768px) {
    label, span, textarea, input, select {
        font-size: 3vh !important;
    }
}
    .w-100 {
        width: 100% !important;
        height: 36vh !important;
    }*/
.calculationErrorMessage {
    color: var(--redMainColor);
    font-size:21px;
    font-weight:bold;
}
.lg-checkbox{
    width:20px;
    height:20px;
}
#order-from-edit-view{
    background-color:lightgrey;
    max-height:85vh;
    overflow: auto;
}
table.table tbody tr:nth-child(even) {
    background-color: #F5F5F5;
}
table.table tbody tr:hover {
    background-color: #E5E5E5;
}
.selected-item .display-seconds-and-type-span {
    color: white !important;
}
.display-seconds-and-type-span {
    color: black !important;
}
.selected-subCollection, .selected-researchJob {
    background-color: var(--redMainColor) !important;
}
.selected-item {
    background-color: var(--redMainColor) !important;
    cursor: pointer;
}
tr td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
tr td:last-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.white-space {
    white-space: normal;
}

.red-border-color {
    border-color: var(--redMainColor) !important;
}

.dashboard-tables-border {
    border: 1px solid;
    border-radius: 4px 4px 0px 0px;
}

.dashboard-tables-pagination > div {
    margin-top: 1rem;
}

#column-options-modal .container {
    display: flex;
    justify-content: space-between;
}

#column-options-modal .list {
    width: 45%;
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
}
#column-options-modal .list label {
    margin-bottom:0px !important;
}
#column-options-modal .list li {
    padding-left:10px;
}

#column-options-modal .actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#column-options-modal .actions button {
    margin-bottom: 10px;
}

#column-options-modal li {
    border: 1px solid #ccc;
    list-style-type: none;
}
#column-options-modal li {
    border-radius: 10px;
}
#column-options-modal label {
    user-select:none;
}
input[disabled='disabled']{
    cursor:not-allowed;
}
input:disabled {
    cursor: not-allowed;
}
.selectize-control #Fields .selectize-input > div .email {
    opacity: 0.8;
}

.selectize-control #Fields .selectize-input > div .name + .email {
    margin-left: 5px;
}

.selectize-control #Fields .selectize-input > div .email:before {
    content: "<";
}

.selectize-control #Fields .selectize-input > div .email:after {
    content: ">";
}

.selectize-control#Fields .selectize-dropdown .caption {
    font-size: 12px;
    display: block;
    color: #a0a0a0;
}
.d-inline-grid {
    display: inline-grid !important;
}
.optgroup-header {
    color: var(--redMainColor) !important;
}

.minOrderSurchangeGroup{
    margin-bottom:0px;
    margin-top:8px;
}

@media (max-width: 576px) {
    .backend-navbar .nav-item {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.includedInSalesTooltip {
    font-size: 13px;
    padding-bottom: 0.25rem;
    /*white-space: nowrap;*/
}
.ordersReportLogs {
    /*display:inline-block;*/
    font-size: 13px;    
    padding-top:8px;
}
    .ordersReportLogs p {
        font-size: 12px;
        margin: 0;
        padding: 0;
        line-height: 12px !important;
    }

.tooltip-inner:has( > .includedInSalesTooltip:first-child) {
    max-width: fit-content;
}

.includedInSalesTooltip > .ordersReportLogs:last-child {
    padding-bottom: 0.25rem;
}
.lockedoutDetails{

}