html {
  font-size: 14px;
}
body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: Rubik;
}

main {
    flex: 1;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-background-clip: text;
    transition: background-color 5000s ease-in-out 0s;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

pager, pagerepeater, entity, datagroup, repeater, field, filerepeater {
    display: block;
}

.hide {
    display: none;
}

.toast-success {
    background-color: forestgreen;
}

.toast-error {
    background-color: darkred;
}

.ajax-loader {
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 110 !important;
}

.ajax-loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.required::after {
    content: "*";
    color: red;
}

.page_info {
    display: inline-block;
    margin: 5px 10px;
    background: #eaeaea;
    padding: 5px 10px 0px;
    border: 1px solid black;
}

.row.cl-login {
    --bs-gutter-x: 0rem;
    --bs-gutter-y: 0rem;
}

.cl-login {
    display: flex;
    justify-content: center;
}

.cl-login .remember {
    text-align: end;
}

.cl-login .btn-primary {
    color: #fff;
    background-color: #EE1C25;
    border-color: #EE1C25;
}

.cl-login .btn-primary:hover {
    opacity: 0.9;
    color: #fff;
    background-color: #EE1C25;
    border-color: #EE1C25;
}

.cl-login .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding: 1rem .75rem;
}

.cl-login .form-floating > label {
    position: unset;
    padding: 0px;
}

.cl-login .form-control:focus {
    box-shadow: none;
    border-color: #333;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu li:hover .dropdown-menu.dropdown-submenu {
    display: block;
}



.assetview {
    display: flex;
    background: #f5f5f5;
    height: calc(100vh - 45px);
    width: 100%;
    position: absolute;
}
.assetview .asset_container {
    border-right: 1px solid #e1e1e1;
}
.assetview #thumbnails {
    padding: 1rem;
    z-index: 1;
    display: flex;
    flex-direction: column;
    background-color: #f5f5f5;
    position: relative;
    height: 95%;
    overflow: auto;
}
.assetview #viewerContainer {
    overflow: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.assetview #thumbnails canvas {
    width: 150px;
    background-color: #e1e1e1;
    border-radius: 10px;
}
.assetview .containview {
    width: 100%;
    position: relative;
}
.assetview .thumnailsec {
    background-color: #e1e1e1;
    padding: 1rem 1rem 0rem 1rem;
    border-radius: 10px;
    margin-bottom: 1rem;
    position: relative;
}
.assetview .thumnailsec:hover {
    cursor: pointer;
}

.assetview .thumnailsec a {
    position: absolute;
    right: 20px;
    bottom: 35px;
    color: #000;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
    padding: 0.1rem 0.5rem;
}
.assetview .thumnailsec span {
    width: 100%;
    text-align: center;
    display: block;
}
.assetview .active canvas {
    border: 2px solid black;
}

.mfp-content, .mfp-bg, .mfp-wrap {
    z-index: 102;
}

input[type=date]{
    cursor:pointer;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: #FFF;
}

.clip_text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
}

.asset_container .e_icon.addppt {
    width: 100%;
    display: block;
    text-align: center;
    color: #9d9d9d;
    font-size: 1.5rem;
}

@media (max-width: 576px){
    .assetview #thumbnails canvas {
        width: 50px;
        border-radius: 5px;
    }
}

.checkbox_container .field input {
    cursor: pointer;
}

.checkbox_container .field label {
    color: rgb(52, 61, 125);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

input[type=number] {
    -moz-appearance: textfield;
}

.table-responsive .filter_blk {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem;
    width: 100%;
}

    .table-responsive .filter_blk .form-inline {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .table-responsive .filter_blk .dc-form-default input, .table-responsive .dc-form-default select {
        height: 50px;
        padding-top: 0px;
        padding-right: 14px;
        padding-bottom: 0px;
        padding-left: 14px;
        width: auto;
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        margin-left: 2px;
    }

    .table-responsive .filter_blk .search_btn {
        flex-grow: 1;
        justify-content: flex-end;
        display: inline-flex;
    }

    .table-responsive .filter_blk .dc-form-default :not([class~="note-editor"]) .dc-btn--blue, .table-responsive .dc-form-default :not([class~="note-editor"]) a.dc-btn--blue, .table-responsive .dc-form-default :not([class~="note-editor"]) button.dc-btn--blue {
        background-color: rgb(3, 169, 244);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        color: rgb(255, 255, 255);
    }

    .table-responsive .filter_blk .dc-form-default :not([class~="note-editor"]) .dc-btn--grey, .table-responsive .dc-form-default :not([class~="note-editor"]) a.dc-btn--grey, .table-responsive .dc-form-default :not([class~="note-editor"]) button.dc-btn--grey {
        background-color: rgb(51, 51, 51);
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
        background-origin: padding-box;
        background-clip: border-box;
        color: rgb(255, 255, 255);
    }

    .table-responsive .filter_blk .dc-form-default :not([class~="note-editor"]) .dc-button, .table-responsive .dc-form-default :not([class~="note-editor"]) a.dc-button, .table-responsive .dc-form-default :not([class~="note-editor"]) button.dc-button {
        height: 50px;
        line-height: 48px;
        padding-top: 0px;
        padding-right: 40px;
        padding-bottom: 0px;
        padding-left: 40px;
        display: inline-block;
        overflow-x: hidden;
        overflow-y: hidden;
        position: relative;
        z-index: 1;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 10px;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
        border-right-width: medium;
        border-right-style: none;
        border-right-color: currentcolor;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-left-width: medium;
        border-left-style: none;
        border-left-color: currentcolor;
        border-image-outset: 0;
        border-image-repeat: stretch;
        border-image-slice: 100%;
        border-image-source: none;
        border-image-width: 1;
    }

.table-responsive .filter_crd .card-title {
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
}

.table-responsive .filter_crd .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    color: rgb(108, 117, 125);
}

.table-responsive .filter_crd .card-text {
    margin-top: 0px;
    margin-bottom: 1rem;
}

.table-responsive .filter_crd .card-body a {
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    text-decoration-thickness: auto;
    color: rgb(238, 28, 37);
}

    .table-responsive .filter_crd .card-body a:hover {
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-color: currentcolor;
        text-decoration-thickness: auto;
        color: rgb(238, 28, 37);
        opacity: 0.7;
    }

.table-responsive table .btn-sm {
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 2px;
}

.table-responsive .pager .pagination {
    justify-content: center;
    margin-top: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    margin-left: 2rem;
}

.pager .page-link {
    color: rgb(238, 28, 37);
}

.table-responsive .pager .page-item.active .page-link {
    background-color: rgb(238, 28, 37);
    border-top-color: rgb(238, 28, 37);
    border-right-color: rgb(238, 28, 37);
    border-bottom-color: rgb(238, 28, 37);
    border-left-color: rgb(238, 28, 37);
}

.table-responsive .pager .page-link:hover {
    color: rgb(238, 28, 37);
}

.table-responsive .pager .page-link:focus {
    color: rgb(238, 28, 37);
    box-shadow: rgba(255, 152, 152, 0.25) 0px 0px 0px 0.15rem;
}

@media (max-width: 576px) {
    .table-responsive .filter_blk .dc-form-default input, .table-responsive .dc-form-default select {
        display: inline-block;
        width: 100%;
    }
}