﻿body {
}

.create-edit-conatiner {
    background: #fff;
    padding: 20px;
}

    .create-edit-conatiner .control-label {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        padding-bottom:8px;
        color: #344054;
    }

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.btn {
    border: 1px solid #ccc;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-weight: bold;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #7F56D9;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}



/*-----------------grid-status-css------------*/
.acive-status {
    padding: 3.5px 10px;
    background: rgba(111, 207, 151, 0.2);
    border-radius: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #027A48;
}
.inactive-status {
    padding: 3.5px 10px;
    background: #FDF2FA;
    border-radius: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #C11574;
}