html {
    overflow: hidden !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
}  
html::-webkit-scrollbar {
    width: 0;
    height: 0;
}
html form button, input, optgroup, select, textarea {
    font-size: 14px !important;
}
.container{
    /* min-width: 1440px !important; */
    height: 100vh;
}

.content {
    min-width: 1440px !important;
}

/* @media only screen and (max-width: 1439px) {
    .container{
        min-width: 500px !important;
    }
  } */

.tiptap-vuetify-editor__content {
    height: 300px;
}

.tiptap-vuetify-editor .ProseMirror  {
    height: 250px;
}

.v-text-field .v-text-field input {
    padding: 2px 0 !important;
}
.v-timeline-item__dot--small {
    width: 1px !important;
    height: 1px !important;
}
.v-autocomplete__content{
    width: 124px;
}

/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BEC2CD;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #BEC2CD;
}
pre {
    white-space: pre-line;
}
.customCalendar .v-event {
    height: 25px !important;
}
.customCalendar .v-event-timed{
    background-color: white !important;
}
.customVChip {
    background-color: white !important;
}
.v-application--wrap {
    min-height: 0px !important;
}
.tiptap-vuetify-editor__content .ProseMirror p{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tiptap-vuetify-editor .v-card .tiptap-vuetify-editor__content .ProseMirror {
    margin: 0px !important;
}
 .v-application p {
    margin-bottom: 0px !important;
}

.top-60 {
    top: 60px !important;
}

p {
    word-break: break-word;
}

.cursor-pointer {
    cursor: pointer;
}

.omt-border-top {
    border-top: 1px solid #eee;
}

.no-underline{
    text-decoration-line: none;
}
.date-picker{
    max-width: 85px;
}
.incomingtime .date-picker{
    max-width: 100%;
}
.date-picker .mx-input{
    max-height: 30px;
    border-color: rgba(0, 0, 0, 0.38);
}
.mx-datepicker-body .mx-time{
    width: 120px;
}
.incomingtime .mx-datepicker-body .mx-time{
    width: 180px;
}
.v-input--is-disabled fieldset{
    color: #ccc;
    background-color: #f3f3f3;
    border-color: #ccc;
    cursor: not-allowed;
}
.v-input--is-disabled i{
    z-index: 1;
}
.bg-gradient{
    background:
        linear-gradient(-45deg, transparent 50%, rgba(0, 0, 0, 0.1) 50%, transparent 75%) 0 0,
        linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.1) 50%, transparent 75%) 0 0 !important;
    background-color: #99CCFF !important; 
    background-size: 5px 5px !important;
}
.v-event-timed-container > div:empty {
    display: none;
}
.v-date-picker-table .v-btn--rounded:before {
    height: 28px;
    width: 28px;
    left: 2px;
    top: 2px;
}
.customCalendar .v-present .v-btn.v-btn--has-bg{
    background-color: #1B72E8 !important;
    border-color: #1B72E8 !important;
    font-weight: 700;
    color:#FFF;
}
.btnline{
    background-color: #06C755;
    border-radius: 10px;
    font-size: 8px;
    font-weight: bold;
    padding: 5px 10px;
    color: #FFFFFF !important;
}
