
.cfs-10{
    font-size: 10px;
}
.cfs-12{
    font-size: 12px;
}
.cfs-14{
    font-size: 14px;
}

.cfw-bold{
    font-weight: bold;
}

.rb-size{
    width: 25px;
    height: 25px;
}
.rb-label-margin{
    margin-left: 10px;
    margin-top: 6px;
}

.cbg-gray{
    background-color: #dddddd;
}

.menu-icon-size{
    width: 20px;
    height: 20px;
}

.custom-input{
    height: 20px;
    border: none !important;
    border-bottom: 1px solid #000000 !important;
    padding: 0px;
    margin-top: -6px;
}
.custom-input:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    border-bottom: 1px solid #762df4 !important;
}

.btn-read-file-content{
    position: relative;
}
.btn-read-file-icon{
    font-size: 30px;
    color: #929ff2;
}
.btn-read-file{
    position: absolute;
    right: 25px;
    top: 39px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: #f4f9fc;
    border-radius: 4px;
}

.profile-image-content{
    border-radius: 0px;
    border: 1px solid #dddddd;
    background-color: #f4f9fc;
    width: 240px;
    height: 286px;
}
.btn-icon{
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
}

.input-file{
  background-color: rgb(245, 245, 245);
}

.input-file::file-selector-button {
    border-width: 0px;
    border-right: 0.2px solid rgb(209, 209, 209);
    padding: 14.8px 10px;
    margin-top: -6px;
    margin-left: -12px;
    border-radius: 1px;
    background-color: rgb(245, 245, 245);
}

.save-button{
    margin: 0px;
}