.salary-history-container .add-btn[data-v-47870327]{position:relative;float:right;padding:var(--space-xs) 18px;background:var(--primary-blue);color:var(--primary-white);border-radius:25px;cursor:pointer;z-index:1999!important}.salary-history-container .add-btn[data-v-47870327]:hover{opacity:.9}.salary-history-container .add-btn .dropdown[data-v-47870327]{display:none;position:absolute;top:100%;right:0;background:var(--primary-white);border:1px solid #ddd;border-radius:4px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.2);box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:9999!important;width:150px}.salary-history-container .add-btn .dropdown .dropdown-item[data-v-47870327]{padding:var(--space-xs) var(--space-base);cursor:pointer;font-size:var(--font-size-base);color:var(--secondary-black)}.salary-history-container .add-btn .dropdown .dropdown-item[data-v-47870327]:hover{background-color:#f0f0f0}.salary-history-container .add-btn:hover .dropdown[data-v-47870327]{display:block}.salary-history-container[data-v-47870327] .el-table:before{display:none}.salary-history-container[data-v-47870327] .el-table tr:hover{cursor:default}.salary-history-container[data-v-47870327] .el-table tr>td,.salary-history-container[data-v-47870327] .el-table tr>th{font-size:var(--font-size-base);color:var(--primary-black);font-weight:var(--font-weight-regular)}.salary-history-container[data-v-47870327] .el-table tr>td .cell,.salary-history-container[data-v-47870327] .el-table tr>th .cell{padding:0}.salary-history-container[data-v-47870327] .el-table tr>td .cell i,.salary-history-container[data-v-47870327] .el-table tr>th .cell i{font-size:var(--font-size-lg);color:var(--primary-white);background:var(--primary-blue);border-radius:50%;padding:4px;cursor:pointer}.salary-history-container[data-v-47870327] .el-table tr>td .cell i:hover,.salary-history-container[data-v-47870327] .el-table tr>th .cell i:hover{opacity:.9}.salary-history-container[data-v-47870327] .el-table tr>td .cell .delete-icon,.salary-history-container[data-v-47870327] .el-table tr>th .cell .delete-icon{background:var(--secondary-orange);margin-left:var(--space-sm);width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important}.salary-history-container[data-v-47870327] .el-table tr>th .cell{color:var(--primary-grey)}.salary-history-container .employee-container .form-school .el-form-item__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.salary-history-container .employee-container .form-school .el-form-item__content:after,.salary-history-container .employee-container .form-school .el-form-item__content:before{display:none}.salary-history-container .employee-container .form-school .el-form-item__content .form-left,.salary-history-container .employee-container .form-school .el-form-item__content .form-right{width:49%}.salary-history-container .employee-container .form-school .el-form-item__content .form-left .label,.salary-history-container .employee-container .form-school .el-form-item__content .form-right .label{font-weight:var(--font-weight-medium)}.salary-history-container .employee-container .el-form-item__content{display:-webkit-box;display:-ms-flexbox;display:flex}.salary-history-container .employee-container .el-form-item__content .salary-item{min-width:200px}.salary-history-container .employee-container .el-form-item__content .el-input{-webkit-box-flex:1;-ms-flex:1;flex:1}.props-salary-item .el-date-editor--daterange.el-input,.props-salary-item .el-date-editor--daterange.el-input__inner,.props-salary-item .el-date-editor--timerange.el-input,.props-salary-item .el-date-editor--timerange.el-input__inner,.props-salary-item .el-date-editor.el-input,.props-salary-item .el-date-editor.el-input__inner{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.historyAddEmplyeeDialog{min-width:400px}.historyAddEmplyeeDialog .el-dialog__header{background:var(--secondary-yellow);border-top-left-radius:8px;border-top-right-radius:8px;text-align:center;padding:15px var(--space-lg)}.historyAddEmplyeeDialog .el-dialog__header span{color:var(--primary-blue);font-size:var(--font-size-xl);font-family:var(--font-family-semiBold)}.historyAddEmplyeeDialog .el-dialog__header .el-dialog__headerbtn{left:0}.historyAddEmplyeeDialog .el-dialog__header .el-dialog__headerbtn i{position:absolute;left:15px;top:-1px;background:var(--primary-blue);color:var(--primary-white);padding:4px;border-radius:50%;font-size:10px;cursor:pointer}.historyAddEmplyeeDialog .el-dialog__header .el-dialog__headerbtn:hover .el-dialog__close{color:var(--primary-white)}.historyAddEmplyeeDialog .employee-container{background:var(--primary-white);border-bottom-left-radius:8px;border-bottom-right-radius:8px;padding:var(--space-lg) 50px}.historyAddEmplyeeDialog .employee-container .el-form-item{margin-bottom:var(--space-sm);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.historyAddEmplyeeDialog .employee-container .el-form-item .el-form-item__label{text-align:left}.historyAddEmplyeeDialog .employee-container .bottom-btn{margin-top:var(--space-lg);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.historyAddEmplyeeDialog .employee-container .bottom-btn span{background:var(--primary-blue);color:var(--primary-white);border-radius:25px;padding:var(--space-sm) 26px;font-size:var(--font-size-base);cursor:pointer;-webkit-transition:all var(--transition-base) ease-out;transition:all var(--transition-base) ease-out}.historyAddEmplyeeDialog .employee-container .bottom-btn span:hover{opacity:.9}.historyAddEmplyeeDialog .employee-container .bottom-btn .save-btn{background:var(--secondary-yellow);color:var(--primary-blue);margin-left:var(--space-sm)}