﻿body {
    font-family: 'Mukta', sans-serif;
    margin-bottom: 0px;
}

.navbar-nav > li.active {
    color: #ffffff;
    border-radius: 4px;
    background-color: #2c4ffb40;
    padding-left: 1rem;
}
.file-input-wrapper {
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: relative;
}
.hasDatepicker {
    background-color: white !important;
}
    .file-input-wrapper > input[type="file"] {
        /* font-size: 30px; */
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        width: 30px;
        z-index: 100;
        height: 30px;
    }

    .file-input-wrapper > .btn-file-input {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../images/output.jpg) no-repeat;
        background-size: cover;
    }

    .file-input-wrapper:hover > .btn-file-input {
        background-color: #aaa;
    }

    .file-input-wrapper > .btn-attached-file-input {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../ScanDocs/attacheddoc.jpg) no-repeat;
        background-size: cover;
    }
/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scroll {
    -ms-overflow-style: none; /* IE and Edge */
}
/* css for hedding and text*/

.hedding {
    text-align: start;
    font-weight: 400;
    line-height: 1.5em;
    color: dimgray;
    font-size: 1.3rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-weight: 400;
    line-height: 1.5em;
    color: rgb(0 0 0 / 50%) !important;
}

.token {
    text-align: start;
    font-weight: 400;
    line-height: 1.5em;
    color: dimgray;
    font-size: 1.3rem;
    border-bottom: none !important;
}
#Cst {
    background-color: white;
    padding: 20px;
    border: none;
}
/*.mb-0 {
    font-weight: bold;
}*/

.text-muted {
    font-weight: normal !important;
}
/* css for file icon input*/


/*css for input */

.label-ontop {
    margin-left: 2rem;
    margin-top: -1rem;
    position: absolute;
    background-color: white;
    border: 2px solid white;
    word-wrap: break-word;
}

.mendetory {
    color: red;
}

.input-bottom {
    padding-bottom: 2rem;
    padding-bottom: 2rem;
}
/*.input-f {
    padding: 1rem !important;
}*/
/* 
    .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef !important;
}
    
    
    
    css for file icon input*/




.fileicon {
    padding-top: .7rem;
    padding-left: 3rem;
    font-size: 1.3rem;
    text-align: right;
}

.fileiconcol {
    width: 135%;
}

.fileicoll {
    width: 136%;
}

.fileiconcol1 {
    width: 109%;
}

.fileiconcolu {
    width: 121%;
}

.percentageicon {
    padding-top: .7rem;
    padding-left: 3rem;
    font-size: 1.3rem;
}



.percentageiconinput1 {
    width: 156%;
}
input[type="file"]::file-selector-button {
    border: 1px solid rgba(0, 0, 0, 0.16);
}
