.mg-status-badge{
    background-color: white;
    box-shadow:  2px 2px 5px rgba(85, 38, 255, 0.05);
    border: 1px solid #F7F9FF;
    padding: 8px 8px;
    border-radius: 5px;
}
.badge-image-size{
    width: 26px;
    height: 26px;
}
.badge-image-background{
    width: 50px;
    height: 50px;
    background-color: #FFF8E6;
    border-radius: 50%;
}
.badge-margin{
    margin-right: 20px;
}
.badge-align{
        display: flex;
        flex-direction: row;
        align-items: center;
}
.mg-filter-style{
    border: none;
    padding: 10px 9px 8px 12px;
    border-radius: 3px;
    background-color: #F8F8F8;
}
/* Btn - Ends here */
.mg-search-btn-style{
    border: 1px solid #D0D0D0 !important;
    border-radius: 5px;
    padding: 20px 34px 20px 10px;
    width: 260px;
}
/* Table structure starts Here */
.table-head-background{
    background-color: #DEE5E6;
}

/* Accordine */

.mg-pending-badge{
    background-color: #FDEACE;
    color: #BF772F;
    padding: 9px 40px !important;
    border-radius: 5px;
}
.mg-rejected-badge{
    background-color: #FADCDC;
    color: #E03535;
    padding: 9px 40px !important;
    border-radius: 5px;
}
.tooltip-container:hover .tooltip-position{
   display: block;
}
.tooltip-position{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 255px;
    background-color: #4A4A4A;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}
.tooltip-container{
    position: relative;
}
.mg-approved-badge{
    background-color: #D7F4DC;
    color: #15A264;
    padding: 9px 37px !important;
    border-radius: 5px;
}
.mg-approve-button{
    background-color: #fff;
    border: 0.7px solid #E7EBF5;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.mg-approve-button:focus{
    background-color: #fff;
    border: 0.7px solid #15A264;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.mg-approve-button:hover{
    background-color: #fff;
    border: 0.7px solid #15A264;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.mg-reject-button{
    background-color: #fff;
    border: 0.7px solid #E7EBF5;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.mg-reject-button:focus{
    background-color: #fff;
    border: 0.7px solid #D84545;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.mg-reject-button:hover{
    background-color: #fff;
    border: 0.7px solid #D84545;
    padding: 10px 18px;
    border-radius:  5px;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%);
}
.action-btn-size{
    width: 20px;
}
.table-data-width td{
    padding: 20px 8px !important;
    border-top:none!important;
    vertical-align: middle!important;
    color: #283B55;
}
.mg-table-dropdown{
    height: 40px;
    border: 1px #CED4DA solid;
    border-radius: 3px;
    width: 125px;
}
.search-icon{
    position: absolute;
    top: 12px;
    right: 10px;
}
.position-relative{
    position:relative ;
}
.table-head-background th{
    padding: 15px 8px !important;
    border:none!important;
    vertical-align: middle!important;
    color: #000;
}
.Approvals-table th:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.Approvals-table th:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Approvals-table td:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.Approvals-table td:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.Approvals-table tr:nth-child(even){
    background-color: #fff !important;
}

.accordion-icon-control{
    content: "";
    background-image: url('/accordion-close');
    background-repeat: no-repeat;
    width: 20px;
    height: 15px;
    display: inline-block;
}
.arrow-position{
    background-image: url('/Accordion-open');
}
.high-risk{
    background-color: #D84545;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.medium-dot{
    background-color: #F8C16F;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}
.filter-width{
    width: 360px;
}
.mg-custom-dropdown{
    height: 40px;
    border: 1px #CED4DA solid;
    border-radius: 3px;
}
.filter-position{
    left: auto;
    right: 0;
    width: 400px;
    border-radius: 8px;
    border: none;
}
.search-icon{
    cursor: pointer;
}
.table{
    white-space: nowrap;
}

.disable-control{
    background-color:lightgray !important;
}
/*Custom CSS to add opacity for approve and reject button*/
.op-5{
    opacity:0.5
}
.o-5{
    opacity:0.5
}
.op-5:hover{
    background-color: #fff !important;
    border: 0.7px solid #E7EBF5 !important;
    padding: 10px 18px  !important;
    border-radius:  5px !important;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%) !important;
}

.op-5:focus{
  background-color: #fff !important;
    border: 0.7px solid #E7EBF5 !important;
    padding: 10px 18px  !important;
    border-radius:  5px !important;
    box-shadow:  2px 2px 5px rgb(0 0 0 / 5%) !important;
}
.requestLoader{
    animation: fa-spin 2s linear infinite;
    -webkit-animation-name: fa-spin;
    -webkit-animation: fa-spin 2s linear infinite;
    width: 24px;
}
.heightwidth20{
    width: 20px;
    height: 17px;
    margin-bottom: 5px!important;
}
.heightwidth{
    height: 30px;
    width:30px;
}