@font-face {
    font-family: 'Roboto-Black';
    font-style: normal;
    font-weight: 900;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/Roboto-Black.ttf) format('ttf');
    /* unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
  }
  @font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: 700;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/Roboto-Bold.ttf) format('ttf');
    /* unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
  }
  @font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/Roboto-Light.ttf) format('ttf');
    /* unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
  }
  @font-face {
    font-family: 'Roboto-Regular';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(fonts/Roboto-Regular.ttf) format('ttf');
    /* unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; */
  }
:root {
    --sidebar-bg: #fff;
    /* #19283f; */
    --menu-font-color: #131313;
    /* #00b894; */

    --white: #ffffff;
    --light-blue: rgb(21, 103, 218);
    --red: #ff3150;
    --yellow: #ffc400;
    --section: #0c2b64;
    --bg-color: #e2e2e2;
    --bg-pages: #ffff;
    --border: #cfcfcfde;
}

body {
    overflow-x: hidden;
    /* background-color: var(--section); */
}

/* .container-fluid{
    background-color: var(--bg-pages) !important;
} */

.p-dropdown-clear-icon {
    margin-right: 125px;
}

.p-dropdown {
    width: 100%;
}

.p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    padding: 3px 8px !important;
    font-size: 13px !important;
}

.form-control {
    line-height: 1 !important;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    margin-right: 0 !important;
    height: 30px;
}

.p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: auto !important;
    left: 20px !important;
}

.p-dropdown .p-dropdown-clear-icon {
    font-size: 11px !important;
    margin-top: -5px !important;
}

[dir="ltr"] .p-dropdown .p-dropdown-clear-icon {
    left: 180px !important;
}

[dir="rtl"] .p-dropdown .p-dropdown-clear-icon {
    /* befor language */
    right: -121px !important; 
    /* not working fine */
    /* right: 5px !important; */
}

.p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 23px !important;
    height: 30px !important;
}

/** custom accordion style **/

.mat-h2,
.mat-title,
.mat-typography .mat-h2,
.mat-typography .mat-title,
.mat-typography h2 {
    font: 500 10px / 20px Roboto, "Helvetica Neue", sans-serif !important;
    letter-spacing: normal;
    margin: 0 0 0px !important;
}

.border-gray {
    border: 1px solid #dbdbdb
}

/***/

/* mat-dialog-content */
.mat-dialog-actions {
    border-top: solid 2px #d5d5d5 !important;
    margin-top: 16px !important;
    padding-top: 10px !important;
}

.mat-dialog-title {
    border-bottom: solid 2px #d5d5d5 !important;
}

.form-control {
    font-size: 12px !important;
    padding: 6px 5px !important;

}

.p-dropdown {
    font-size: 13px !important;
    /* border: none !important; */
}

.g-3,
.gy-3 {
    --bs-gutter-y: 5px;
}

.p-inputtext {
    font-size: 12px !important;
    padding: 6px 5px !important;
}

.p-dropdown-panel .p-dropdown-header {
    padding: 0px !important;
}

.custom-height {
    --bs-btn-line-height: 0 !important;
}

.form-select {
    padding: 1px 0.75rem .375rem 2.25rem !important;
    line-height: normal !important;
}

.input-group-text {
    line-height: 1px !important;
}

.hand {
    text-decoration: none !important;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: #ffff;
    margin-bottom: 5px;
}

.input-group {
    line-height: 0.5 !important;
}

.spHeight {
    height: 31.6px !important;
}

.p-dropdown .p-dropdown-panel {
    width: 100% !important;
}

/* To hide scroll bar in PopUp Model */
.mat-dialog-content {
    max-height: unset !important;
    overflow: unset !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.mat-icon {
    transform: scale(1.2) !important;
}

.fa-2 {
    font-size: 22px !important;
}

.cp {
    cursor: pointer !important;
}

/* start ... to hide default style of file input */
input[type="file"] {
    display: none;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

/* end ... */


table {
    border-collapse: unset !important;
}


.btn-close {
    background: none !important;
}

td {
    border: 1px solid #dbdbdb !important;
}

th {
    border: 1px solid #dbdbdb !important;
}


tr {
    border: 1px solid #dbdbdb !important;
}


/* very important class to fix issue when using this as style in html to p-dropdown */
.p-drop-display {
    display: block !important;
}