.padding-20px{
    padding: 20px;
}
.padding-15px{
    padding: 15px;
}
.padding-10px{
    padding: 10px;
}
.padding-5px{
    padding: 5px;
}
.display-none{
    display: none;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.margin-3px{
    margin: 3px
}
.margin-5px{
    margin: 5px
}
.margin-10px{
    margin: 10px
}
.margin-15px{
    margin: 15px
}
.margin-auto{
    margin: auto;
}
.margin-left-10px{
    margin-left: 10px
}
.margin-right-10px{
    margin-right: 10px
}
.display-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap : wrap
}
.justify-content-flex-start{
    justify-content: flex-start;
}
.justify-content-flex-end{
    justify-content: flex-end;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-space-around{
    justify-content: space-around;
}
.justify-content-space-between{
    justify-content: space-between;
}
.display-block{
    display: block;
}
.display{
    display: grid;
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.box-shadow-light{
    box-shadow: 0 0px 4px 0 rgb(0 0 0 / 20%);
}
.border-radius-5px{
    border-radius: 5px;
}
.p-t-50{
    padding-top: 50px;
}
.tabs-custom .nav-item.nav-link{
    color: #d0d0d0;
}
.tabs-custom .nav-item.nav-link:hover{
    color: #000000;
}
.visibility-hidden{
    visibility: hidden;
}
.cursor-pointer{
    cursor: pointer;
}
.file-upload-main{
    height: 150px;
    border: solid 1px #d0d0d0;
    border-style: dotted;
    border-radius: 15px;
    padding: 15px;
    position: relative;
}
.file-upload-text{
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 45px;
}
.file-upload-filename{
    font-size: 12px;
    text-align: center;
    padding-top: 30px;
    position: relative;
    top: 30px;
    color: #027bff;
}
.full-width{
    width: 100%;
}
.file-upload-img img{
    width: 25px;
    padding-bottom: 10px;
}
.import-btn.btn.btn-primary{
    width: 50%;
    border-radius: 10px;
    font-size: 13px;
}
.text-align-center{
    text-align: center;
}
.no-gap{
    height: 0px;
    padding: 0px !important;
}
.font-size-sm{
    font-size: 10px;
}
.p-b-10{
    padding-bottom: 10px;
}
.release-note-main-div{
    text-align: right;
    position: relative;
    right: 10px;
}
.release-note-span{
    background: #a3efc8;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.release-note-tooltip{
    background: #ffff;
    width: 500px;
    position: relative;
    top: -8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.clicked-tab{
    width: 50%;
    background: #dee2e6;
    border: 1px solid #d0d0d0;
    border-bottom: none;
    cursor: pointer;
}
.unclicked-tab{
    width: 50%;
    background: #ffffff;
    border: none;
    cursor: pointer;
}
.border-top-light-grey{
    border-top: 1px solid #d0d0d0;
}
.bold{
    font-weight: 600;
}
.line-height-35px{
    line-height: 35px;
}
.line-height-20px{
    line-height: 20px;
}
.line-height-15px{
    line-height: 15px;
}
.line-height-10px{
    line-height: 10px;
}
.font-size-smd{
    font-size: 12px;
}
.release-note-table{
    max-height: 250px;
    overflow-y: auto;
    display: block;
}
.width-80{
    width: 80%;
}
.width-5{
    width: 5%;
}
.p-l-5{
    padding-left: 5px;
}
.p-b-5{
    padding-bottom: 5px;
}