/*** Main content CSS ****/
/********** Scroll bar for all ***************************/
/* width */
::-webkit-scrollbar {
    width: 7px;
    position: relative;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #EEEEEE;
    border-radius: 8px;
    box-shadow: inset 0px 3px 6px #00000014;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FF5E4F;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #FF5E4F;
    }

.bg-container {
    background-color: #EEEEEE;
}

select {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: window;
    background-image: url(../images/dropdownmd.svg);
    background-repeat: no-repeat;
    background-position: right 8px center;
    display: block;
    width: 100%;
    text-indent: 8px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-right: 30px;
    margin-bottom: 30px;
}

    select.model-select {
        margin-bottom: 0px;
        border: 1px solid #00000014;
        border-radius: 4px;
        width: 220px;
        display: inline-block;
        font-size: 13px;
        height: 30px;
    }
/*** status info ***/
.status-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}

.status-info h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.status-info p {
    font-size: 13px;
    color: #00000099;
    margin-bottom: 10px;
}

span {
}

.status-type {
    padding: 4px 12px;
    font-size: 11px;
    background: #F2FAF2 0% 0% no-repeat padding-box;
    border: 0.5px solid #CFE6CF;
    border-radius: 12px;
    color: #169416;
}
/**** Scroll bar end here ***/
h2.tab-h2 {
    font-size: 18px;
    color: #FF5E4F;
    font-weight: 600;
    vertical-align: middle;
    line-height: 35px;
    margin-bottom: 15px;
}

.search-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
    position: relative;
}

p.head-para {
    color: #0000007A;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 20px;
}

input[type="search"] {
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: left 4px center;
    color: #000000;
    margin-bottom: 9px;
    width: 80%;
    height: 35px;
    line-height: 16px;
    font-size: 11px;
    transition: 0.5s ease;
    max-width: inherit;
    border-radius: 5px;
    background-color: #EEEEEE;
    border: 1px solid #dfe9f0;
    text-indent: 30px;
    margin-bottom: 0px;
}

a.filter {
    position: absolute;
    right: 5px;
    z-index: 99;
}
/*** media Cards ***/
.card-box {
    height: 81px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: -2px 3px 6px #0000001F;
    border-radius: 8px;
    margin-bottom: 25px;
    padding: 16px 12px;
    display: flex;
    justify-content: space-between;
}

.media-cards {
    display: flex;
}

.card-thumb {
    width: 26px;
    height: 26px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 12px;
}

.m-card-body {
    -ms-flex: 1;
    flex: 1;
}

h3.media-h3 {
    font-size: 14px;
    color: #000000DE;
    margin-bottom: 6px;
}

h4.media-h4 {
    font-size: 12px;
    color: #00000099;
    line-height: 18px;
}

    h4.media-h4 strong {
        font-size: 12px;
        margin-left: 16px;
        position: relative;
    }

        h4.media-h4 strong:before {
            content: "";
            width: 4px;
            height: 4px;
            background-color: #00000099;
            display: inline-block;
            position: relative;
            border-radius: 50%;
            left: -8px;
            top: -2px;
        }

.card-item-rt {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .card-item-rt span {
        color: #00000099;
        font-size: 12px;
        margin-right: 5px;
    }

.card-box.gr .card-thumb {
    background-color: #b2f2bf;
    color: #489758;
}

.card-box.gr strong {
    color: #489758;
}

.card-box.or .card-thumb {
    background-color: #f2d9b2;
    color: #e09e25;
}

.card-box.or strong {
    color: #e09e25;
}

.card-box.bl .card-thumb {
    background-color: #b2c6f2;
    color: #485e97;
}

.card-box.bl strong {
    color: #485e97;
}

.card-box.rd .card-thumb {
    background-color: #f2b2b2;
    color: #974848;
}

.card-box.rd strong {
    color: #974848;
}

.card-box.pk .card-thumb {
    background-color: #f2b2e6;
    color: #974891;
}

.card-box.pk strong {
    color: #974891;
}

.card-box.pr .card-thumb {
    background-color: #e1b2f2;
    color: #794897;
}

.card-box.pr strong {
    color: #794897;
}
/*** card Alert ***/
.card-box.alert-card.gr {
    flex-direction: column;
    height: auto;
}

.md-card-bg {
    background: #F0F7FF;
    border: 0.5px solid #E6F0FA;
    border-radius: 8px;
    padding: 12px 8px;
}

p.help_message {
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    position: relative;
    top: -3px;
    margin-bottom: 0px;
}


/***** breadcrumbs Start *****/
ul.ic-breadcrumbs {
    list-style-type: none;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-left: 48px;
}

    ul.ic-breadcrumbs li {
        padding: 0px 10px;
    }

        ul.ic-breadcrumbs li:first-child {
            padding-left: 0px;
        }

        ul.ic-breadcrumbs li a {
            font-size: 13px;
            line-height: 16px;
            position: relative;
            display: inline-block;
            color: #fff;
            text-decoration: none;
            padding: 0px 15px;
            font-weight: 400;
        }

            ul.ic-breadcrumbs li a:after {
                content: "\f105";
                display: inline-block;
                position: absolute;
                color: #fff;
                font-family: FontAwesome;
                margin-left: 12px;
                font-size: 16px;
                font-weight: 500;
            }

            ul.ic-breadcrumbs li a.active:after, ul.ic-breadcrumbs li a.active {
                color: #fff;
                font-weight: 400;
                opacity: 0.7;
            }

            ul.ic-breadcrumbs li a:first-child {
                padding-left: 0px;
            }

        ul.ic-breadcrumbs li:last-child a:after {
            display: none;
        }

/**** Banner ****/
.padding-0 {
    padding: 0px !important;
}
/*** table properties ***/
.table-wrap {
    max-height: 242px;
    overflow-x: auto;
    overflow-y: auto;
}

table {
    border-collapse: collapse;
    width: 100%;
}

thead th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.table-wrap > table > thead > tr > th:first-child, .table-wrap > table > tbody > tr > td:first-child {
    padding-left: 32px;
}

.table-wrap table thead th {
    background-color: #ccd8e0;
    line-height: 35px;
    text-indent: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
    color: #2B2A29;
    height: 40px;
}

.table-wrap table tbody td {
    line-height: 25px;
    text-indent: 5px;
    white-space: nowrap;
    font-size: 14px;
    color: #454545;
    height: 40px;
}

.table-wrap table tbody tr:nth-child(even) {
    background-color: #F4F4F4;
}

.table-wrap {
    border: 1px solid #e2edf580;
    margin-bottom: 40px;
}

.tab-box {
    background-color: #1A1A1A;
    padding-top: 15px;
    height: calc(100vh - 58px);
    box-shadow: 3px 0px 12px #0000001E;
}
    /*** tabs ***/
    .tab-box .nav-tabs {
        display: flex;
        flex-direction: column;
    }

    .tab-box ul.nav-tabs li {
        display: flex;
        align-items: center;
    }

        .tab-box ul.nav-tabs li a {
            color: #FFFFFF;
            font-weight: 500;
            font-size: 14px;
            padding-left: 24px;
            width: 100%;
            height: 55px;
            display: flex;
            align-items: center;
            text-decoration: none !important;
        }

            .tab-box ul.nav-tabs li a.active {
                color: #FF5E4F;
                font-weight: 600;
                font-size: 14px;
                -webkit-transition: all 0.1s ease;
                transition: all 0.1s ease;
            }

/*** tab content ***/
.pd-top-24 {
    padding-top: 24px;
}

.tab-content-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 8px;
    padding: 20px 35px;
    min-height: calc(100vh - 95px);
    margin: 24px;
    margin-bottom: 0px;
}
/*** filter model ***/
.modal-open .modal {
    z-index: 99999 !important;
}

.modal-dialog.cus-modal-dialog.model-filter {
    box-shadow: 0px 3px 12px #0000001F;
    border-radius: 8px 0px 0px 8px;
    bottom: 32px;
    height: calc(100vh - 22vh);
    position: fixed;
    right: 0px;
    transition: 0.5s ease-in;
    animation: myAnim 0.5s ease-out 0s 1 alternate none;
}

@keyframes myAnim {
    0% {
        transform: scale(0.5);
        transform-origin: 100% 50%;
    }

    100% {
        transform: scale(1);
        transform-origin: 100% 50%;
    }
}

.model-filter .modal-content.cus-modal-content {
    height: calc(100% - -60px);
    padding: 30px;
}

.modal-header.cus-modal-header {
    border-bottom: 0px;
    padding: 0px;
}

.panel-form {
    padding: 20px;
    background: transparent linear-gradient(97deg, rgb(3, 112, 196, 0.1) 0%, rgb(162, 17, 188, 0.1) 100%) no-repeat;
    border-radius: 4px;
}

.custom-panel-box {
    padding: 15px 0px;
}

    .custom-panel-box .panel-form {
        padding: 10px 20px;
    }

        .custom-panel-box .panel-form.padding-20 {
            padding: 20px;
        }

        .custom-panel-box .panel-form .panel-form-result {
            margin: 0px !important;
        }

.media.panel-media img {
    margin-right: 8px;
    margin-top: 1px;
}

.media.panel-media .media-body {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    margin-top: -23px;
}

    .media.panel-media .media-body span {
        color: #00000099;
        font-weight: 500;
    }

        .media.panel-media .media-body span + span {
            color: #000000DE;
            font-weight: 600;
        }

p.modal-para {
    font-size: 13px;
    color: #0000007A;
}

label.model-label {
    font-size: 13px;
    color: #2A2A2A;
    margin-right: 15px;
}

span.star {
    font-size: 13px;
    color: red;
    margin-left: 2px;
}
/*** model alert ***/
h2.modal-h2 {
    font-size: 18px;
    color: #000000DE;
    margin-bottom: 16px;
    font-weight: 600;
}

.model-Alert .modal-content.cus-modal-content {
    padding: 15px;
}

.alert-body {
    padding: 10px;
}

.modal-dialog.cus-modal-dialog.model-Alert {
    box-shadow: 0px 3px 12px #0000001f;
    border-radius: 8px 0px 0px 8px;
    transition: 0.5s ease-in;
    animation: AnimCenter 1s ease 0s 1 normal forwards;
    max-width: 55vw !important;
    top: 5%;
}

@keyframes AnimCenter {
    0% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1);
    }
}

.model-title h4 {
    font-size: 18px;
    color: #004B86;
    font-weight: 600;
}

.model-close button {
    background-color: transparent;
    border: 0px;
}

h3.modal-h3 {
    font-size: 14px;
    color: #000000DE;
    font-weight: 500;
    margin-bottom: 24px;
}

.modal-header .close {
    margin: 0px;
    position: absolute;
    right: 0;
    top: -28px;
    font-size: 12px;
    text-shadow: none;
    color: #FFFFFF;
    opacity: 1;
    padding: 0px;
    border: none;
    background: none;
}
/**** modal buttons **/
button.modal_bt_primary {
    height: 48px;
    background: #ff5e4f;
    border-radius: 8px;
    border: 0px;
    padding: 12px 40px;
    margin-right: 35px;
    color: #1A1A1A;
    font-size: 14px;
}

button.modal_bt_secondary {
    background-color: transparent;
    border: 0px;
    color: #F74F5D;
    font-size: 12px;
    font-weight: 600;
}
/*** check box ***/
.check-group input[type="checkbox"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px;
    color: #000000A3;
}

    .check-group label:before {
        content: "";
        background-image: url(../images/Checkbox_unselected.svg);
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        left: 5px;
        font-size: 16px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 15px;
        background-size: cover;
        transition: background-image 0.3s ease;
    }

.check-group input:checked + label:before {
    content: "";
    background-image: url(../images/Checkbox_selected.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    left: 5px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    transition: background-image 0.3s ease;
}

.check-group input:checked + label {
    color: #004B86;
    font-weight: 500;
    transition: font-weight 0.5s ease;
}

.check-container {
    display: flex;
    flex-wrap: wrap;
}

.check-group {
    transition: 0.5s ease;
    position: relative;
    flex: 1 0 45%;
    margin-bottom: 16px;
}
/*** check box seperate ***/
/* input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

label + input[type="checkbox"]:before {
    content: "";
    background-image: url(../images/Checkbox_unselected.svg);
	background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    left: 5px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
	background-size: cover;
	transition: background-image 0.3s ease;
}

label + input[type="checkbox"]:checked:before {
    content: "";
    background-image: url(../images/Checkbox_selected.svg);
	background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    left: 5px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
	background-size: cover;
	transition: background-image 0.3s ease;
} */
/*** radio box ***/
.radio-group input[type="radio"] {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.radio-group label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 0px;
    color: #000000A3;
}

    .radio-group label:before {
        content: "";
        background-image: url(../images/radio_button_unchecked.svg);
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        left: 5px;
        font-size: 16px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 15px;
        background-size: cover;
        transition: background-image 0.3s ease;
    }

.radio-group input:checked + label:before {
    content: "";
    background-image: url(../images/radio_button_checked.svg);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    left: 5px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    transition: background-image 0.3s ease;
}

.radio-group input:checked + label {
    color: #004B86;
    font-weight: 500;
    transition: font-weight 0.5s ease;
}

.radio-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
}

.radio-group {
    transition: 0.5s ease;
    position: relative;
    flex: 1 0 45%;
    margin-bottom: 16px;
}
/**** Radio group End ***/
/*** empty State ****/
.empty-state {
    min-height: calc(100vh - 35vh);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.state-box {
    text-align: center;
}

    .state-box p {
        color: #000000A3;
        margin-top: 24px;
        font-size: 14px;
        font-weight: 600;
    }
/*** horizantal Tabs ***/
.nav-tab-hr a.cus-nav-link.nav-link {
    color: #000000 !important;
    font-size: 14px;
    font-weight: 700;
    border: 0px;
    border-bottom: 3px;
    border-radius: 0px;
    padding: 8px 5px;
    position: relative;
}

    .nav-tab-hr a.cus-nav-link.nav-link.active {
        border: 0px;
        border-bottom: 1px solid #FF5E4F; 
        color: #FF5E4F !important;
        font-weight: 600;
    }

a.cus-nav-link.cus-nav-noBg.nav-link.active:before {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #FF5E4F;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 8px 8px 0px 0px;
    bottom: 0;
}

.nav-tab-hr a.cus-nav-link.cus-nav-noBg.nav-link {
    margin-right: 15px;
}

.nav-tab-hr {
    border-bottom: 0px;
}


@media screen and (min-width:320px) and (max-width:767px) {
    .modal-dialog.cus-modal-dialog.model-filter {
        height: calc(100vh - 5vh);
    }
    /*** mobile menu ***/
    .tab-box .nav-tabs {
        display: -webkit-box !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

    .tab-box {
        height: 60px;
        padding: 10px;
        padding-top: 10px;
    }

    .bg-container {
        background-color: #EEEEEE;
        height: 100vh;
    }

    .tab-box ul.nav-tabs li a.active:before {
        content: none;
    }

    .tab-content-box {
        max-height: calc(100vh - 222px);
        overflow-y: auto;
        min-height: 300px;
    }

    .modal-dialog.cus-modal-dialog.model-Alert {
        max-width: 90vw !important;
        top: 16%;
    }

    .user-info.nav-singleLine {
        margin-bottom: 10px;
    }

    .model-Alert button.modal_bt_primary {
        margin-right: 0px;
        padding: 12px 10px;
    }
}


@media screen and (min-width:768px) and (max-width:1024px) {
}


/***** breadcrumbs End *****/
@media screen and (min-width:320px) and (max-width:766px) {
}

@media screen and (min-width:1181px) and (max-width:1900px) {
    .container-fluid.sticky-header {
        position: sticky;
        top: 0px;
        z-index: 999;
    }
}

input.model-input {
    margin-bottom: 0px;
    border: 1px solid #00000014;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
}

.nav-tabs a:hover {
    text-decoration: none !important;
}


/* Popup Message Dialog */
button.btn_secondary_icard {
    height: 48px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #FF5E4F;
    padding: 12px 40px;
    margin-right: 35px;
    color: #FF5E4F;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
}

button.btn_primary_icard {
    height: 48px;
    background: #FF5E4F;
    border-radius: 8px;
    border: 0px;
    padding: 12px 40px;
    margin-right: 35px;
    color: #1A1A1A !important;
    font-size: 14px;
    margin-bottom: 15px;
}

.model-bottons.center-buttons {
    text-align: center;
    margin-bottom: -15px;
    margin-top: 15px;
}

.center-text {
    text-align: center;
}

.model-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
}

.modal.show {
    padding: 0px !important;
}


.model-content-center h3 {
    color: #000000DE;
    font-size: 22px;
    font-weight: 600;
    margin-top: 12px;
    margin-bottom: 8px;
}

.model-content-center p {
    color: #000000A3;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
    text-align: center;
}

.mr-rt-0 {
    margin-right: 0px !important;
}

.black-backdrop, #successMessageModal, #errorMessageModal {
    position: relative;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}

.modal-dialog.cus-modal-dialog.model-sm.model-Dialog-Alert {
    width: 50%;
    height: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

input.model-input {
    border: 1px solid #9E9E9E !important;
}

.modal-body {
    padding: 0.5rem !important;
}

.model-content-popup-icon {
    height: 100px;
}

.select-search-input {
    width: 100% !important;
    line-height: 24px !important;
    height: 30px !important;
}


button.btn_form_secondary_icard {
    height: 35px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #000000;
    color: #1A1A1A;
    padding: 5px 15px;
    font-size: 14px;
    margin: 0px 0px 10px 15px;
    font-weight: 600;
    float: right;
}

.btn_form_secondary_icard img {
    margin-right: 5px;
}

.filter-count {
    position: absolute;
    color: white;
    background-color: #338bc7;
    bottom: 30px;
    border-radius: 18px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 11px;
    vertical-align: middle;
}

.right-text {
    text-align: right;
}

.filter-date-result {
    display: inline-block;
    background: #399B350F;
    border: 1px solid #399B3533;
    padding: 6px 15px;
    border-left: 3px solid #399B35;
}

    .filter-date-result p {
        margin: 0px;
        font-size: 13px;
        color: #757575;
        font-weight: 500;
    }

    .filter-date-result span {
        margin-left: 15px;
        color: #454545;
        font-weight: 500;
    }

.badge {
    padding: 0.4em 0.4em !important;
    border-radius: 1.25rem !important;
}


input.model-input {
    padding: 5px;
    margin-top: 7px !important;
}

.mat-radio-button {
    margin-right: 20px;
}

    .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
        border-color: #FF5E4F !important;
    }

.mat-radio-inner-circle {
    background-color: #FF5E4F !important;
}

.mat-table .mat-cell span.card-assigned {
    color: #fc7e37;
}

.mat-table .mat-cell span.card-lost-damaged {
    color: #c50084;
}

.mat-table .mat-cell span.card-available {
    color: #bfcd3f;
}

.mat-paginator-page-size-label, .mat-paginator-range-label {
    line-height: 35px;
    text-indent: 5px;
    white-space: nowrap;
    text-align: left;
    font-weight: 500;
    color: #FF5E4F;
    height: 40px;
    font-size: 12px;
}

.mat-select-value {
    font-size: 12px;
    font-weight: 500;
}

input[type="checkbox"]:after {
    content: "";
    background-image: url(../images/uncheck.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    z-index: 50;
}

input[type="checkbox"]:checked:after {
    content: "";
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: 5px;
    font-size: 16px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
    background-size: cover;
    z-index: 50;
}

.mat-select {
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 20px;
    padding-left: 7px;
}

.ng-clear-wrapper {
    height: 21px !important;
}

.mat-pseudo-checkbox-checked {
    background: #FF5E4F !important;
}

.user-role-container {
    margin-right: 0px;
    margin-left: 50px;
}

.first-temp-card-request {
    color: blue;
}

.second-temp-card-request {
    color: red;
}

.hide-dialog-modal {
    display: none;
}

.custom-padding {
    padding: 0px 12px;
}

.calendar-icon {
    float: right;
    margin-top: -43px;
}

.calendar-icon2 {
    float: right;
    margin-top: -43px;
}

.export-add-btn-div {
    display: flex;
}

.btn_form_secondary_icard .download-btn {
    margin-top: -4px;
}

button.ic_btn_primary {
    background-color: #FF5E4F;
    color: #1A1A1A;
    border: 1px solid #FF5E4F;
    height: 35px;
    border-radius: 8px;
    padding: 5px 15px;
    font-size: 14px;
    margin: 0px 0px 10px 15px;
    font-weight: 600;
    float: right;
}

    button.ic_btn_primary img {
        margin-right: 5px;
        vertical-align: middle;
    }
