﻿.im {
    max-width: 150px;
}

.cus-faviconsize {
    width: 64px !important;
    height: 64px !important;
}

.cus-logosize {
    width: 300px !important;
    height: 78px !important;
}

.cusImg {
    max-width: 100%;
}

.login-page-bg {
    background: url(/images/login-bg.jpg) no-repeat;
    background-size: 100%;
}

.customInput {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
    color: #ffffff !important;
}

    .customInput::placeholder {
        color: #ffffff !important;
        opacity: 1; /* Firefox */
    }

    .customInput::-ms-input-placeholder { /* Edge 12 -18 */
        color: #ffffff !important;
    }

.profile-pic img {
    width: 100%;
    border-radius: 5px;
}

.datepicker tfoot {
    display: none;
}

#kt_brand {
    background: #ffffff;
}

.imgCol {
    border: 1px solid #c7c7c7;
    height: 45px;
    width: 45px;
    padding: 4px;
    border-radius: 100%;
    margin-right: 1.5rem;
}

    .imgCol img {
        width: 35px;
        height: 35px;
        border-radius: 100%;
        display: flex;
        margin: 0 auto;
    }

.firstCol {
    display: flex !important;
    align-items: center;
}

.collapseContent {
    display: none;
}

    .collapseContent.active {
        display: block;
    }

.brand-logo {
    width: 175px;
}
 
    .brand-logo img {
        width: 100%;
    }

.productImage {
    height: 250px;
    width: 250px;
    background-size: cover;
}

.height300 {
    height: 400px;
}

.img-col img {
    width: 100%;
}

.img-colum img {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    width: 100%;
}

/* 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;
}

.makeCompanyEmployeeActive, .makeOfferActive, .makeLocationActive, .makeBannerActive, .makeUserActive, .makeActivityActive {
    color: #1bc5bd !important;
}

.logo-width {
    width: 45px !important;
}

/* hide the default sort order triangles */
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after {
    background-image: none;
    cursor: pointer !important;
    content: none;
}

/* sorted ascending */
table.dataTable thead .sorting_asc:after {
    padding-left: 0.5em;
    content: "🡅" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}

/* sorted descending */
table.dataTable thead .sorting_desc:after {
    padding-left: 0.5em;
    content: "🡇" !important;
    opacity: 1 !important;
    position: initial !important;
    display: inline !important;
}

.dataTables_wrapper .dataTable td.sorting_asc, .dataTables_wrapper .dataTable th.sorting_asc {
    color: #3699ff !important;
}

.modal-fullscreen {
    padding-left: 0 !important;
}

.modal.modal-fullscreen .modal-dialog {
    width: calc(100% + 10px);
    margin: 0;
    padding: 0;
    max-width: none;
}

.modal.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100vh;
    border-radius: 0;
    border: none;
}

.modal.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.kanban-board {
    margin-bottom: 0px !important;
}

.kanban-drag {
    max-height: calc(100vh - 330px);
    overflow: hidden;
    overflow-y: scroll;
}

.symbol.symbol-light-webority .symbol-label {
    background-color: #ffece5;
    color: #ff4400;
}

.symbol.symbol-webority .symbol-label {
    background-color: #ff4400;
    color: #ffffff;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.modal.fade.show .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.btn-group:hover > .dropdown-menu {
    display: block;
}

.btn-group > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.word-break-all {
    word-break: break-all;
}

.overflowYAuto {
    overflow-y: auto;
}

#Input_ProjectImage-error.invalid-feedback {
    position: absolute;
    bottom: -146px;
    text-wrap: nowrap;
    left: -55px;
}



/* Modal 100vh Scroll enabled css */
.innerWrapScroll {
    height: calc(100vh - 211px);
    overflow-x: hidden;
    overflow-y: auto;
}

.innerWrapScrollRight {
    position: relative;
    padding-top: 60px;
}

    .innerWrapScrollRight .nav-tabs-line {
        position: absolute;
        top: 0;
        width: calc(100% - 30px);
    }

.cusFixedTextarea {
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.cusCommantSection {
    position: relative;
    padding-top: 110px;
}

.cus-messages {
    height: calc(100vh - 422px);
    overflow-x: hidden;
    overflow-y: auto;
}

.cus-row {
    height: calc(100vh - 209px);
}

.cusScrollHidden {
    overflow: hidden !important;
}

.cus-attachHistory {
    height: calc(100vh - 272px);
    overflow-x: hidden;
    overflow-y: auto;
}

.verticalMiddle {
    vertical-align: middle !important;
}

.checkbox-list.position-relative .invalid-feedback {
    position: absolute;
    bottom: -20px;
}

.cus-error-bx .invalid-feedback {
    display: none !important;
}

.app-version-box {
    display: inline-block;
    background: #f4faff;
    border: 2px solid #b8e0ff;
    border-radius: 8px;
    padding: 4px 4px;
    font-size: 10px; /* Reduced from 1.35rem */
    font-weight: 500;
    color: #343a40;
    margin-left: 0.5rem;
}
 
.app-version-label {
    font-weight: 500;
    color: #343a40;
    margin-right: 0.3em;
}
 
.app-version-value {
    color: #2196f3;
    font-weight: 700;
    letter-spacing: 1px;
}
