﻿.w-body {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}
body {
    margin: 0px;
    color: white;
    max-width: 100%;
    box-sizing: border-box;
    min-width: 360px;
    min-height: 600px;

}

body {
    scrollbar-width: 50px;
    scrollbar-color: #404a54 #d6d6d6;
}


    body::-webkit-scrollbar {
        width: 12px;
    }

    body::-webkit-scrollbar-track {
        background: #cb2929;
    }

    body::-webkit-scrollbar-thumb {
        background: #cb2929;
        border-radius: 6px;
    }

        body::-webkit-scrollbar-thumb:hover {
            background: #10ef27;
        }

         



.chain-entry-data.w-vertical .w-field-value {
    display: none
}

.chain-entry-data.w-vertical:hover .w-field-value {
    display: block;
}



.w-item-header:hover {
    text-decoration: underline;
}




.w-readonly > .w-value-field,
.input-label > .w-value-field {
    border-width: 0px;
    pointer-events: none !important;
    background-color: transparent !important;
    border-radius: 5px;
    border-width:0px !important;
}
 
.w-primary-adi-selector {
 
}

    .w-primary-adi-selector .select-box-customTask-primary-adi-name {
        min-width: 350px;
        height: 33px;
        color: deepskyblue !important;
        font-weight:bold;
        font-size:larger;
      
    }
.select-box-customTask-primary-adi-name {
   
}

    .w-content-box > .w-datagrid-row.w-box-help .w-title-field{
    background-color:transparent;
}




