@font-face{
    font-family: 'YourFontName';
    src:url('../fonts/Inter-Regular.woff') format('woff'),
            url('../fonts/Inter-MediumItalic.woff') format('woff'),
            url('../fonts/Inter-Regular.woff') format('woff'),
    url('../fonts/Inter-SemiBold.woff') format('woff'),
    url('../fonts/Inter-Black.woff') format('woff'),

    url('../fonts/Inter-Bold.woff') format('woff'),
    url('../fonts/Inter-BlackItalic.woff') format('woff'),
    url('../fonts/Inter-BoldItalic.woff') format('woff');

}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 div, span, p, button, a, .el-input__inner,td,th, .page-header {
    font-family: 'YourFontName', sans-serif !important;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'YourFontName', sans-serif !important;

}

/*Sidebar*/
.menu-button {
    border: none;
    padding-bottom: 28px;
}
.card-with-bg{
    color: #ffffff;
    background-color: #002B4B!important;
}
.border-none{
    border: none!important;
}
.border-right{
  border-right:1px solid rgba(255, 255, 255, 0.12)!important;
}
.btn-light{
    color: #fff;
    background-color: rgba(255,255,255,.125);
    border-color: rgba(255,255,255,.125);
}
.btn{
    font-size: .70rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: 0.25rem;
    text-transform: uppercase;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075);
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-light:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.18);
}
.mt-20{
    margin-top: 20px;
}


/*Table*/
.el-table .el-table__row {
    background-color: #fff;
}
.el-table .el-table__cell,
.el-table th.el-table__cell{
   background: #F6F7FA;
}
.d-block{
    display: block !important;
}
.el-table tr{
    background-color: #fff;
}
.el-table tr:hover{
    background-color: #F6F7FA;
}
.el-table--enable-row-hover .el-table__body tr:hover>td.el-table__cell{
    background-color: #F6F7FA;
}
.el-table thead{
    color:#6C7278;
    font-size: 13px;
}
.el-table td.el-table__cell{
    border-bottom:1px solid rgba(255,255,255,.125);
    color: #1A1C1E;
    background-color: white;
}
.el-card{
    color:#fff;
}
.add_btn{
    font-weight: 600;
    font-size: 14px;
    background-color: #349868;
    border-radius: 10px;
    color: #fff;
}
.el-button{
   border-radius: 12px;
    font-weight: 600;
    border: none;
    font-size: 14px;
}
.el-button--success{
    background-color: #349868;
}
.my-modal .el-dialog{
    border-radius: 15px;
    min-width: 400px;
}
.my-modal .el-dialog__title{
    font-size: 24px;
    font-weight: 700;
    color: #293744;
}
.my-modal .dialog-footer{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 20px;
}
.my-modal .cancel_btn{
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
}
.my-form .el-form-item{
    margin-bottom: 0px;
}
.my-form .el-form-item .el-form-item__label{
    padding: 0px;
    color: #293744;
    font-size: 14px;
    /*font-weight: 600;*/
}
.my-form .form-item{
    display: flex;
    justify-content: space-between;
}
.my-form .form-item .el-form-item{
    width: 49%;
}
.modal-content{
    border: none!important;
    padding: 0 10px;
    box-shadow:none!important;
}
.el-dialog__body{
    padding: 10px 20px!important;
}
.el-table td.el-table__cell:last-child,
.el-table th.el-table__cell:last-child{
    text-align: end!important;
}
.el-table, .el-table__expanded-cell{
    background-color: #fff!important;
    color: #1A1C1E;
}
.my-modal .el-dialog__title{
    color: white;
}
.el-dialog__header{
    background-color: #349868;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
:root {
  scroll-behavior: auto;
}

::-webkit-scrollbar {
    width: 4px;
    cursor: pointer;
}

::-webkit-scrollbar-track {
    background: #F2F5F9;
}

::-webkit-scrollbar-thumb {
    background: #90e8c3;
    border-radius: 10px;
    width: 4px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #90e8c3;
}
.ml-10{
    margin-left: 10px;
}
.display-none{
    display: none!important;
}

.page_title{
    margin: 0 10px;
    white-space: nowrap;
}
.page_header{
    display: flex;
    align-items: center;
    width: fit-content;
}
.el-loading-mask{
    background-color: rgba(0,0,0,.5);
}
.el-form-item{
    margin-bottom: 15px;
}
.el-form--label-top .el-form-item__label{
    padding-bottom: 0;
}

.el-table th.el-table__cell{
    text-align: center;
    justify-content: center;
    /*border: 0.2px solid #cccccc;*/
}
.el-table td.el-table__cell{
    text-align: center;
    justify-content: center;
    /*border: 0.2px solid #cccccc;*/
}
/*option select style*/
.el-select-dropdown {
    border: none;
}
.delete__effect{
    display: inline-block;
    margin: 6px;
    padding: 2px 7px;
    color: red;
    border: 1px solid;
    border-radius: 5px;
}

.el-input__inner{
    border-radius: 12px!important;
}
.color-black{
    color: #1A1C1E;
}
.color-orange{
    color:#FB7225 ;
}
.color-green{
    color: #349868;
}
.font-weight-500{
    font-weight: 500;
}
.font-weight-600{
    font-weight: 600;
}
.font-weight-700{
    font-weight: 700;
}
.font-size-14{
    font-size: 14px;
}
.bg-outline-green{
    background-color: rgba(44, 189, 119, 0.15);
}
.bg-outline-orange{
    background-color: rgba(251, 89, 37, 0.15);
}
.bg-gray{
    background-color: rgba(242, 245, 249, 1);
}
.font-size-18{
    font-size: 18px;
}
.bg-outline-gray{
    background-color: rgba(233, 235, 237, 1);
}
.border-radius-12{
    border-radius: 12px;
}
.font-size-24{
    font-size: 24px!important;
}
.h-120{
    height: 120px;
}
.card-content div.el-table{
    display: block !important;
}
.cursor-pointer{
    cursor: pointer;
}

@media (max-width: 876px) {

    .login-right {
        display: none!important;
    }

    .login-left {
        width: 100%!important;
    }
}