:root {
    --Roboto: "Roboto", sans-serif;
    --Nunito: "Nunito", sans-serif;
}
h1, h2, h3, h4, h5, h6, p, span, input, label, select, option, button, td,th,tr thead, tbody, table {
    font-family: "Roboto", sans-serif;
}
.f-100{
    font-weight:100!important;
}
.f-200 {
    font-weight: 200 !important;
}

.f-300 {
    font-weight: 300 !important;
}
.f-400 {
    font-weight: 400 !important;
}
.f-500 {
    font-weight: 500 !important;
}
.f-600 {
    font-weight: 600 !important;
}
.f-700 {
    font-weight: 700 !important;
}
.f-800 {
    font-weight: 800 !important;
}
.f-900 {
    font-weight: 900 !important;
}
.f-16{
    font-size:16px!important
}
.fs-15{
    font-size:13px!important
}
.fs-small{
    font-size:small!important;
}
.f-12 {
    font-size: 12px !important;
}
.f-10{
    font-size:10px!important

}
.light-grey{
    color:#424242!important
}
.left-0{
    left:0!important;
}
ul{
    padding-inline-start:5px;
}
body{
    background-color: #EDF0F7;

}
header{
    position:sticky;
    top:0;
    z-index:1;
}
.navbar-brand img
{
    max-width:196px;
}
.navbar a{
    cursor:pointer;
}
.btn-outline-orange {
    background-color: white;
    color: #F57C00!important;
    border: 1px solid #F57C00;
}
.navbar{
    padding-top:1rem;
    padding-bottom:1rem;
}
.mainDiv {
    width: 100%;
    min-height: calc(100vh - 89.59px);
    display: flex;
    align-content: center;
    align-items: center;
    padding: 20px;
}
.h1 { 
    font-weight: 500;
    font-size: 34px;
    line-height: 124%;
    letter-spacing: 0.25px;
    color: #424242;
    text-align:center;
}
.card{
    border-radius:8px;
    border:0px;
}
input,select,button{
    box-shadow:none;
}
.btn:focus{
    box-shadow:none;
}
.btn-orange,.btn-orange:hover{
    color:white;
    background-color:#F57C00;
}
.card-heading {
    font-family: var(--Nunito)!important;
    color: #424242; 
    font-weight: 600;
    font-size: 28px;
    line-height: 133%;
    letter-spacing: 0px;
    text-align: center;
}
 .card-image{
    width:88px;
    height:88px;
}
.btn-box-shadow {
    box-shadow: 0px 3px 1px -2px #00000033;
    box-shadow: 0px 2px 2px 0px #00000024;
    box-shadow: 0px 1px 5px 0px #0000001F;
}
.card-para {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.17px;
    text-align: center;
    color: #757575;
}.padding{
     padding:4rem 5rem;
 }
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    box-shadow: none;
}
.form-control:focus {
    border-color: #E0E0E0
}
.form-floating label {
    color: #757575;
}
.text-orange{
    color:#F57C00!important;
}
.text-grey {
    color: #757575!important;
}
.code-recieve{
    font-size:14px;
}
.code-inputs {
    display: flex;
    justify-content: center;
    margin-bottom:00px;
    width:244px;
    margin-left:auto;
    margin-right:auto;
}
    .code-inputs .code {
        margin: 0 0.5rem;
        padding: .5rem;
        border: 1px solid #333;
        width: 50px;
        height: 50px;
        text-align: center;
        font-size: 2rem;
        background-color: #EEEEEE;
        border: 1px solid #EEEEEE;
        border-radius:4px;
    }.code:focus{
         outline:none;
         border:1px solid #F57C00;
         background-color:white;
     }
     .code::placeholder{
         color:transparent;
     }
.code:not(:placeholder-shown) {
    background-color: white;
    border-color: #424242;
    color: #424242;
}
.validations {
    display: flex;
    justify-content: end;
    margin-bottom: 00px;
    width: 244px;
    margin-left: auto;
    margin-right: auto;
}
.code.error {
    border-color: #EF5350;
}
.homeNav{
    padding-top:.6rem;
    padding-bottom:.6rem;
}
.sidebar {
    width: 80px; 
    position:fixed;
    left:0;
    bottom:0;
    min-height: calc(100vh - 75.78px);
    box-shadow: 0px 2px 1px -1px #00000033;
    box-shadow: 0px 1px 1px 0px #00000024;
    box-shadow: 0px 1px 3px 0px #0000001F;
    background-color: white;
    color: #616161;
}
    .sidebar ul {
        list-style: none;
        padding-inline-start: 0px;
        margin-top: 20px;
        padding-top: 80px;
    }
.sidebar ul li{
    display:block;
}
    .sidebar ul li a {
        display: block;
        text-decoration: none;
        font-weight: 400;
        font-size: 12px;
        line-height: 166%;
        letter-spacing: 0.4px;
        color: #616161;
        text-align:center;
    }
    .sidebar ul li img{
        display:inline-block;
        text-align:center;
        margin-bottom:3px;
    }
    .sidebar ul li span{
        display:block;
        text-align:center;
        margin-bottom:3px;
    }
    .sidebar li{
        margin-bottom:20px;
    }
    .sidebar li:last-child{
        margin-bottom:0px;
    }
.home-main {
    margin-left: auto;
    width: calc(100% - 80px);
    padding: 15px;
}
.home-main .card{
    border-radius:4px;
}
    .home-main .chat-card {
        height: 720px;
        padding: 15px;
        box-shadow: 0px 2px 1px -1px #00000033;
        box-shadow: 0px 1px 1px 0px #00000024;
        box-shadow: 0px 1px 3px 0px #0000001F;
        position: sticky;
        top: 91px;
    }
    .card-footer{
        border:0px;
        background-color:white;
        padding-top:0px;
    }
.chat-card .form-control {
    border-radius: 30px;
    border-top: 1px solid #E0E0E0;
    padding: 10px 56px 10px 20px;
}
    .chat-card .form-control::placeholder {
        color: #E0E0E0;
    }
    .form-control:focus{
        box-shadow:none;
    }
.chat-icon-1 {
    position: absolute;
    top: 12px;
    right: 63px;
}
.chat-icon-2 {
    position: absolute;
    top: 12px;
    right: 35px;
}
.chats{
    list-style:none;
    padding-inline-start:0px;

}
    .chats .text {
        border: 1px solid #FFE0B2;
        background: linear-gradient(180deg, #FFF1E3 0%, #FFF9F3 25.8%, #FFFFFF 100%);
        border-radius:26px;
        padding:20px;
    }
    .chats .icon{
        width:50px;
        padding-right:5px;
    }
    .chats .icon img{
        width:100%;
    }
    .chats .text {
        color: #616161; 
        font-weight: 400;
        font-size: 14px;
        line-height: 143%;
        letter-spacing: 0.17px;
        width:100%;
    }
    .card-header{
        background-color:white;
        border:0px;
        display:flex;
        justify-content:space-between;
        align-items:center
    }
.card-title { 
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0.15px;
    color: #000000DE;
    margin:0px;
}
.card-alert {
    background-color: #FFF9C4;
    width:100%;
    display:flex;
    padding:15px;
    margin-bottom:20px;
}
    .card-alert p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #616161;
    }
    .card-alert a {
        color: #616161;
        text-decoration:underline;
    }


    /*checkbox custom*/
.custom-checkbox {
    display: inline-block;
    align-items:center;
    justify-content:start;
    position: relative;
    padding-left: 35px; 
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    margin-bottom:12px;
    line-height: 24px;
    letter-spacing: 0.17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616161
}

    /* Hide the browser's default checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
    .custom-checkbox .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 17px;
        width: 17px;
        background-color: transparent;
        border: 2px solid #757575;
        border-radius:3px;
    }

/* On mouse-over, add a grey background color */
    .custom-checkbox:hover input ~ .checkmark {
        background-color: white;
        border: 2px solid #F57C00;
    }

/* When the checkbox is checked, add a blue background */
    .custom-checkbox input:checked ~ .checkmark {
        background-color: #F57C00;
        border-color: #F57C00;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
    .custom-checkbox .checkmark:after {
        left: 3px;
        top: -3px;
        width: 6px;
        height: 15px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
.table .error {
    background-color: #FEEBEE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #D32F2F;
}
.workflow {
    background-color: #FFF3E0;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #F57C00;
}
.accessible {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
}
.completed {
    background-color: #E8F5E9;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #388E3C;
}
.newrequest {
    background-color: #E1F5FE;
    border-radius: 5px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    color: #0288D1;
}

.main-card {
    border: 1px solid #F57C00;
}
.bg-light-orange {
    background-color: #FFF3E0!important
}
.bg-orange{
    background-color:#F57C00!important;
}
.btn-light-orange,.btn-light-orange:hover,.btn-light-orange:focus {
    color: #F57C00;
    border-color: #F57C00;
    background-color: #FFF3E0;
}
.btn-outline-grey {
    color: #616161;
    border-color: #616161;
    background-color: transparent;
}
.nav-pills .nav-link {
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 2px solid transparent;
    color: #424242; 
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
}
    .nav-pills .nav-link.active {
        background-color: transparent;
        border-bottom: 2px solid #F57C00;
        color: #424242;
    }
    .nav-pills .nav-link:disabled{
        color:#00000033
    }
.card.file-selectcard {
    background-color: #F5F5F5;
    border-radius:8px;
    padding:10px;
}
    .card .file-selectcard.disabled {
        background-color: #FAFAFA;
        opacity:.5;

    }
.step1filesList, .filesList{
    list-style:none;
}
    .step1filesList li, .filesList li {
        display: flex;
        width: 100%;
        padding: 18px 10px;
        border-radius: 8px;
        background-color: white;
        margin-bottom: 10px;
        font-weight: 400;
        font-size: 12px;
        line-height: 166%;
        letter-spacing: 0.4px;
        color: #424242
    }
        .step1filesList li:last-child, .filesList  li:last-child{
            margin: 0px;
        }
    .step1filesList .file-Icon, .filesList .file-Icon{
        width: 24px;
        height: 24px;
    }
    .step1filesList .fileName, .filesList  .fileName{
        width: 100%;
    }
.pointer {
    cursor: pointer;
}
.custom-radio {
    font-weight: 400;
    font-size: 10px;
    line-height: 143%;
    letter-spacing: 0.17px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #616161
}

    /* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
    .custom-radio .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: transparent;
        border-radius: 50%;
        border: 2px solid #616161;
    }

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: transparent;
    border-color:#F57C00;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
    .custom-radio .checkmark:after {
        top: 3px;
        left: 3px;
        width: 11px;
        height: 10px;
        border-radius: 50%;
        background: #f57c00;
    }
.radio-list{
    list-style:none;
    padding-inline-start:5px
}
.custom-tooltip-content, .tooltip-inner, .tooltip.bs-tooltip-top .tooltip-arrow::before {
    background: #FFF3E0;
    border-color: #FFF3E0;
}
.customToolTip{
    width:20px;
    height:20px;
    cursor:pointer;
}
.customToolTip img{
    width:20px;
    height:20px;
}
.custom-tooltip-content {
    color: #616161;
    text-align: left;
    min-width: 500px;
    right: 0;
    position: absolute;
    padding: 15px;
}
.btn-white {
    border: 1px solid #F57C00;
    background-color:white;  
    text-align:left;
}
.border-orange{
    border:1px solid #F57C00;
}
.userlist{
    list-style:none;
}
.userlist li{
    margin-bottom:15px;
}
     
    .userTitle {
        color: #757575;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.17px;
    }
.name {
    color: #424242; 
    font-weight: 400;
    font-size: 12px;
    line-height: 143%;
    letter-spacing: 0.17px;
    margin:0px;
}
.email {
    color: #757575; 
    font-weight: 400;
    font-size: 10px;
    line-height: 166%;
    letter-spacing: 0.4px;
    margin:0
}
.userlist img{
    width:32px;
    height:32px;
    border-radius:50%;
        padding:0px 3px; 
}
.selectFilesModal{

}

.modal-title {
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0.15px;
}
.file-access {
    font-weight: 400;
    font-size: 6.29px;
    line-height: 166%;
    letter-spacing: 0.21px;
    color: #757575;
    margin:0;
}
.docType {
    color: #424242;
}
.file-title {
    margin:0px;
    font-weight: 500;
    font-size: 7.34px;
    line-height: 157%;
    letter-spacing: 0.05px;
    color: #424242;
}
.btn-review {
    color: #7B1FA2;
    border: 1px solid #7B1FA2;
    background-color: transparent; 
    font-weight: 400;
    font-size: 5.24px;
    line-height: 5.24px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
}
.file-iframe{
    width:100%;
    height:136px;
}
.card-file {
    background-color: #EEEEEE;
    border:1px solid #EEEEEE;
}
.card-file iframe body img{
    width:100%;
    height:100%;
}
.card-requested-files {
    background-color: #F5F5F5;
}
.file-names {
    margin: 0px;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 7.08px;
    line-height: 157%;
    letter-spacing: 0.05px;
    vertical-align: middle;
    color: #424242;
}
.file-names img{
    margin-right:5px;
    width:15px;
}
    .file-names .filetypes { 
        font-weight: 400;
        font-size: 6.07px;
        line-height: 166%;
        letter-spacing: 0.2px;
        text-align: center;
        vertical-align: middle;
        color:#757575;
        margin-left:5px;
    }
.popup-small-text { 
    font-weight: 400;
    font-size: 8.47px;
    line-height: 175%;
    letter-spacing: 0.08px;
    color:#424242
}
.popup-small-text img{
    width:15px;
}
.card-requested-files .card-body{
    padding-top:5px;
    padding-bottom:5px;
}
.bordered-titled-div {
    position: relative;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding-top: 40px;
    padding-left:10px;
    padding-right:10px;
    margin-top: 45px;
}
    .bordered-titled-div .assigned-title {
        position: absolute;
        background-color: #EEEEEE;
        padding: 10px 35px;
        border-radius: 30px;
        top: -22px;
        left: 30px;
    }
    .assigned-title p{
        margin:0px;
    }
.card-success-alert {
    position: absolute;
    box-shadow: 0px 6px 6px -3px #00000033;
    box-shadow: 0px 10px 14px 1px #00000024;
    box-shadow: 0px 4px 18px 3px #0000001F;
    border: 1px solid #F57C00;
    background-color: #FFFBF4;
    padding:15px 20px;
    border-radius:8px;
    left:30%;
}
.alert-title {
    color: #212121; 
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.15px;
    vertical-align: middle;
    margin:0px;
}
.alert-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: 0.17px;
    vertical-align: middle;
    color: #424242;
    margin:0px;
}
.content2{
    width:150px!important;
    max-width:150px!important;
    min-width:150px!important;
}
.content3 {
    width: 250px !important;
    max-width: 250px !important;
    min-width: 250px !important;
}
.border-box-input{
    padding:10px 15px;
    border:1px solid #00000033;
    color:#757575
}
.border-box-input input{
    height:0px;
    visibility:hidden;
    opacity:0;
    transition: height 0.5s ease-in-out;
}
    .border-box-input:hover input {
        height: 40px;
        visibility: visible;
        opacity: 1;
        transition: height 0.5s ease-in-out;
        display:block;
        background-color:white;
    }
    .progress{
        height:.5rem;
    }
.pagination{
    border:0px;
}
.pagination li {
    padding:5px;
}
    .pagination .page-link {
        border-radius: 50% !important;
        color: #616161;
        height:38px;
        width:38px;
        text-align:center;
    } 
    .pagination .active .page-link{
        background-color:#FFF3E0;
        color:#F57C00
        ;
        border-color:#F57C00;
    }
    .pagination .disabled{
        opacity:.6;
    }
.form-floatings-div {
    padding: 10px 15px;
    border: 1px solid #00000033;
    color: #757575;
    border-radius:5px;
}
.form-floatings-div label{
    font-size:12px;
}
.form-floatings-div .form-control{
    border:0px; 
}
.comment-dropdown{
    min-width:300px;
}
.comment-dropdown .form-control{
    overflow-y:hidden;
}
.btn-xs{
    padding:4px 6px!important;
    border-radius:0.64px!important;
    font-size:10px!important;
}
.menu-user-list {
    width: 350px;
    padding: 18px;
}
.dropdown-menu .dropdown-item:active,.dropdown-item:hover
{
    background-color:transparent;
}
.dropdown-menu {
    border-radius: 5px;
    border: 0px;
    box-shadow: 0px 5px 5px -3px #00000033;
    box-shadow: 0px 8px 10px 1px #00000024;
    box-shadow: 0px 3px 14px 2px #0000001F;
}
.notes-list {
    list-style: none;
    margin-top: 10px;
    /*max-height:400px;*/
    /* overflow-y:hidden;*/
}
.notes-user-list {
    height: 300px;
    overflow-y: hidden;
}
    .notes-user-list:hover {
        overflow-y: scroll;
    }
.notes-list:hover {
    /*overflow-y:scroll;*/
}
.notes-list li {
    background-color: #FAFAFA;
    color: #616161;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #E0E0E0
}
.notes-list li:last-child{
    margin-bottom:0px;
}
    .notes-list .notes-Icon{
        width:32px;
        height:32px;
    }
    .notes-content {
        width: calc(100% - 32px);
        padding:8px;
        padding-top:0px;
    }
.notes-list .notes-title {
    color: #424242;
    font-weight:500;
    margin-bottom:5px;
    font-size:12px;
}
.notes-list .notes-text{
    font-weight:400;
    line-height:166%;
    margin-bottom:5px;
    font-size:12px;
}
.notes-list .notes-date {
    color: #9E9E9E;
    font-size:12px;
    margin:0px;
}
.New-Note{
    border:1px solid #616161;
    border-radius:5px;
    padding:10px;
    margin-top:10px;
}
.New-Note .form-control{
    margin:0px;
}
.minList {
    position: absolute;
    top: 34px;
    left: 27px;
}
.form-check-input:checked{
    background-color:#F57C00;
    border-color:#F57C00;
}
.form-check-input:focus{
    box-shadow:none;
    border-color:#FFF3E0;
}
.form-check-input{
    border-color:#F57C00;
}

.card-file:hover {
    border-color: #00000033;
    background-color: #00000033; 
}
.drag-drop{
    border-radius:2px;
    border:1px dashed #616161;
    color:#616161;
    font-size:12px;
    padding:2px 15px;
    background-color:transparent;
}
.comment-list li {
    border: 1px solid #E0E0E0;
    background-color: transparent;
}
.comment-list li:hover{
    background-color:#EEEEEE;

}
.letters {
    border: 1px solid #9E9E9E;
    width: 25px;
    display: flex;
    height: 25px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    color: white;
    background-color: #9E9E9E;
    text-transform: uppercase;
}
.comment-box {
    border: 1px solid #E0E0E0; 
    padding:10px;
    border-radius:8px;
}
.comment-box .form-control{
    border:0px;
}
.send-Message-box{
     border:2px solid #F57C00;
     border-radius:5px;
     padding:12px;
}
.w-max{
    width:max-content;
}
.text-dark-grey {
    color: #424242!important
}
.success-message {
    color: #388E3C;
    padding: 5px;
    border-radius: 5px;
    font-size: 10px;
    background-color: #DCEDC8;
}
.mw-200{
    min-width:210px!important;
}
.tasks-list{
    list-style:none;
    padding:0px 15px;
    padding-inline-start:0px;
}
.tasks-list li{
    margin-bottom:20px;
    margin-top:25px;
    position:relative;
}
.tasks-list li:last-child{
    margin-bottom:0px;
}
    .tasks-list .taskbar {
        position: absolute;
        top: -15px;
        left: 15px;
        font-size: 12px;
        color: #00B8D4;
        background-color: #E0F7FA;
        padding:3px 6px;
        border-radius:2px;
    }
.collap-card{
    border:1px solid #00000033;
    border-radius:8px!important;
}
.collapse-btn {
    position:relative;
    color: #424242!important;
    font-size:14px!important;
    font-weight:400; 
    background-color:#FFF3E0;
}
.collapse-btn.collapsed{
    background-color:white;
}
.card-collapse-colab {
    border: 1px solid #E0E0E0;

}
    .card-collapse-colab:hover {
        background-color: #F2FBFF
    }
.bulkActionMenu {
    box-shadow: 0px 5px 5px -3px #00000033;
    box-shadow: 0px 8px 10px 1px #00000024;
    box-shadow: 0px 3px 14px 2px #0000001F;
    width:150px;
    position:absolute;
    z-index:1;
    top:10px;
    right:-140px;
}
.bg-focus-light-orange:focus{
    background-color:#FFF3E0;
}
.dropdown-toggle{
    position:relative;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""; 
    border-top: .3em solid #757575;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(50%, 0px);
}
.toggleBtnRight.dropdown-toggle::after {
    right: -10px;
}
.searchListDiv {
    position: relative;
}
.searching-items {
    position: absolute;
    width: 100%;
    height: 250px;
    top: 0;
    left: 0;
    z-index: 111;
    background-color: #F5F5F5;
    padding: 5px; 
    overflow-y: hidden;
    overflow-x:hidden;
}
.searching-items:hover{
    overflow-y:scroll;
}
.requestDropdown .custom-checkbox{
    margin:0px;
}
.requestDropdown .custom-checkbox .checkmark{
    top:3px;
}
.crossWidth{
    width:22px!important;
}
.table tbody tr:hover, .table tbody tr:focus{
    background-color:#FFF3E0;
}
.dropdown-item.bg-hover:hover {
    background-color: #00000014;
}
.btn-outline-orange-white{
    border:0.2px solid #F57C00;
    background-color:white;
}
.btn-active {
    background-color: #E8F5E9;
    color: #388E3C;
    padding-right: 35px;
}
.btn-deactivated {
    background-color: #FAFAFA;
    padding-right: 35px;
    color: #616161;
}
.btn-light-danger {
    background-color: #FEEBEE;
    padding-right: 35px;
    color: #D32F2F;
}
.pr-35{
    padding-right:35px;
}
.editUserModalWidth{
    max-width:400px!important;
}
.bg-black {
    background-color: #000000;
}
.radius-50{
    border-radius:50%;
}
.innerBoxShadow {
    box-shadow: inset 2px 0px 4px 11px #FFF3E0;
}
.pills-orange.active {
    background-color: #FFECCD;
    color: #F57C00; 
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.15px;
    border:0px;
    padding:15px;
    border-radius:10px;
}