@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Bold.eot');

    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');

    font-weight: 700;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-BoldItalic.eot');

    src: url('../fonts/Poppins-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-BoldItalic.woff2') format('woff2'), url('../fonts/Poppins-BoldItalic.woff') format('woff'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.svg#Poppins-BoldItalic') format('svg');

    font-weight: 700;

    font-style: italic;

    font-display: swap

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Italic.eot');

    src: url('../fonts/Poppins-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Italic.woff2') format('woff2'), url('../fonts/Poppins-Italic.woff') format('woff'), url('../fonts/Poppins-Italic.ttf') format('truetype'), url('../fonts/Poppins-Italic.svg#Poppins-Italic') format('svg');

    font-weight: 400;

    font-style: italic;

    font-display: swap

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-SemiBold.eot');

    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');

    font-weight: 600;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Regular.eot');

    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');

    font-weight: 400;

    font-style: normal;

    font-display: swap

}



@font-face {

    font-family: 'Poppins';

    src: url('../fonts/Poppins-Medium.eot');

    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');

    font-weight: 500;

    font-style: normal;

    font-display: swap

}



html {

    scroll-behavior: smooth;

    height: 100%;

}



body {

    font-family: 'Poppins';

    font-size: 15px;

    color: #0C0C0C;

    height: 100%;

}



a,

img {

    text-decoration: none;

    outline: none;

    border: none;

    max-width: 100%;

}



a,

.btn {

    transition: all .5s;

}



.btn:focus,

.form-control:focus {

    box-shadow: none;

}



:focus {

    outline: 0 !important;

}



a,

a:hover,

a:focus,

a:active {

    text-decoration: none;

    outline: 0px;

}



ul,

li {

    list-style: none;

    margin: 0;

    padding: 0;

}



h1,

h2,

h3,

h4,

h5,

h6 {

    margin: 0;

    padding: 0;

}



h1 {

    font-size: 35px;

    font-weight: bold;

    line-height: 1.4;

}



h4 {

    font-size: 22px;

    font-weight: 500;

    line-height: 1.228;

}



h5 {

    font-size: 18px;

    font-weight: 500;

    line-height: 1.389;

}



h6 {

    font-size: 15px;

    font-weight: 500;

    line-height: 1.4;

}



p:last-child {

    margin-bottom: 0 !important;

}



figure {

    margin: 0;

}



.navbar-nav .nav-item.dropdown {

    display: flex;

    align-items: center;

}





/* header menu icon */



.navbar-light .navbar-toggler {

    padding: 8px;

    border: 0px;

}



.navbar-toggler {

    padding: 0;

}



.navbar-toggler:focus {

    box-shadow: none

}



.navbar-icon {

    display: inline-block;

    width: 30px;

    height: 21.3px;

    position: relative;

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.5s ease-in-out;

    -moz-transition: 0.5s ease-in-out;

    -o-transition: 0.5s ease-in-out;

    transition: 0.5s ease-in-out;

    cursor: pointer;

}



.navbar-icon span {

    display: block;

    position: absolute;

    height: 3px;

    width: 100%;

    background: #fafafa;

    border-radius: 10px;

    opacity: 1;

    left: 6px;

    -webkit-transition: 0.25s ease-in-out;

    -moz-transition: 0.25s ease-in-out;

    -o-transition: 0.25s ease-in-out;

    transition: 0.25s ease-in-out;

    -webkit-transform-origin: left center;

    -moz-transform-origin: left center;

    -o-transform-origin: left center;

    transform-origin: left center;

}



.navbar-icon span:nth-child(1) {

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    top: 0;

}



.navbar-icon span:nth-child(2) {

    top: 50%;

    width: 0%;

    -webkit-transform: rotate(0deg) translateY(-50%);

    -moz-transform: rotate(0deg) translateY(-50%);

    -o-transform: rotate(0deg) translateY(-50%);

    transform: rotate(0deg) translateY(-50%);

}



.navbar-icon span:nth-child(3) {

    -webkit-transform: rotate(-45deg);

    -moz-transform: rotate(-45deg);

    -o-transform: rotate(-45deg);

    transform: rotate(-45deg);

    top: 98%;

}



.navbar-toggler.collapsed .navbar-icon span {

    left: 0;

}



.navbar-toggler.collapsed .navbar-icon span:nth-child(1) {

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    transform: rotate(0deg);

}



.navbar-toggler.collapsed .navbar-icon span:nth-child(2) {

    width: 100%;

    opacity: 1;

}



.navbar-toggler.collapsed .navbar-icon span:nth-child(3) {

    -webkit-transform: rotate(0deg) translateY(-50%);

    -moz-transform: rotate(0deg) translateY(-50%);

    -o-transform: rotate(0deg) translateY(-50%);

    transform: rotate(0deg) translateY(-50%);

}





/* header menu icon */



hr {

    border-bottom: 1px dashed;

    background: transparent;

    border-color: currentColor;

    opacity: .5;

}



.dropdown-menu {

    background: #fafafa;

    border-radius: 2px;

}



.dropdown-item:focus,

.dropdown-item:hover {

    color: white;

    background-color: #0e5d87;

}



.dropdown-mega .dropdown-menu {

    right: 0;

}



.minH-vh {

    min-height: 100vh;

}



.z1 {

    z-index: 1;

    position: relative;

}



.py-main {

    padding-left: 28px;

    padding-right: 28px;

}



.bg-liteblue {

    background-color: #EAF7FF;

}



.bg-blue {

    background-color: #0e5d87;

}



.bg-blue1 {

    background-color: #0e5d87;

}



.bg-light {

    background-color: #FAFAFA;

}



.bg-lightTran {

    /* background-color: rgb(250 250 250 / 5%); */

    background-color: rgb(0 0 0 / 10%);

}



.bg-gray {

    background-color: #F5F5F5;

}



.bg-vector {

    position: relative;

}



.bg-vector::before {

    content: '';

    position: absolute;

    right: 40px;

    bottom: 44px;

    width: 206px;

    height: 197px;

    max-width: 40%;

    max-height: 100%;

    background: url(../images/logo-small.svg) bottom right no-repeat;

    background-size: contain;

    filter: brightness(0) invert(1);

    opacity: .03;

}



.text-themeLight {

    color: #FAFAFA;

}



.text-blue {

    color: #0e5d87;

}



.text-black {

    color: #0C0C0C;

}



.minH-100 {

    min-height: 100%;

}



.heading h1,

.heading h2 {

    font-size: 25px;

    font-weight: normal;

}



.dropdown-toggle::after {

    border: 0;

    width: 10px;

    height: 10px;

    background: url(../images/arrow-down.svg) center center no-repeat;

    background-size: contain;

    margin-left: 8px;

    vertical-align: initial;

}



.ratio img,

.img-obj img {

    width: 100%;

    height: 100%;

    object-fit: contain;

    object-position: center center;

}



.ratio.cover img,

.img-obj.cover img {

    object-fit: cover;

}



.flex-all {

    display: flex;

    align-items: center;

    justify-content: center;

}



.rounded {

    border-radius: 8px !important;

}



label {

    font-size: 15px;

    line-height: 1.4;

    font-weight: normal;

    margin-bottom: 10px;

}



label span {

    color: #FF0000;

}



.label-line {

    color: #3D3FDF;

    text-decoration: underline;

}



.form-group {

    position: relative;

}



.form-select,

.form-control {

    font-size: 12px;

    padding: 13px 20px;

    border-radius: 2px;

    color: rgb(255 255 255 / 50%);

    color: #fff;

    background-color: #0e5d87;

    border-color: transparent;

}



.form-control:focus {

    color: #fff;

    background-color: #0e5d87;

    border-color: #0000001c;

}



.formControl-white .form-select,

.formControl-white .form-control {

    color: #0e5d87;

    background-color: #FFFFFF;

    border-color: #49598E;

}



.form-select {

    background-image: url(../images/arrow-down.svg);

    background-size: 16px;

    background-position: right 20px center;

    padding-right: 45px;

}



.formControl-white .form-select {

    background-image: url(../images/arrow-downBlue.svg);

}



.form-control:disabled,

.form-control[readonly] {

    background-color: #1070a3

}



.form-control::-webkit-input-placeholder {

    color: rgb(255 255 255 / 50%);

}



.form-control:-ms-input-placeholder {

    color: rgb(255 255 255 / 50%);

}



.form-control::placeholder {

    color: rgb(255 255 255 / 50%);

}



.formControl-white .form-select::-webkit-input-placeholder {

    color: #0e5d87;

}



.formControl-white .form-select:-ms-input-placeholder {

    color: #0e5d87;

}



.formControl-white .form-select::placeholder {

    color: #0e5d87;

}



.form-check-inline {

    margin-right: 28px;

}



.form-check-inline:last-child {

    margin-right: 0;

}



.form-check-input {

    border: 1px solid rgb(36 54 114 / 50%);

    background: transparent;

    border-radius: 3px;

}



.form-check-label {

    color: inherit;

    font-size: 15px;

    margin-bottom: 0;

}



.check-white .form-check-label {

    color: #FAFAFA;

}



.form-check-input:focus {

    border-color: #0e5d87;

    outline: 0;

    box-shadow: 0 0 0 0.25rem rgb(36 54 114 / 25%);

}



.form-check-input:checked {

    background-color: #fff;

    border-color: #0e5d87;

}



.form-check-input:checked {

    background-position: center center;

    background-repeat: no-repeat;

}



.form-check-input:checked[type=checkbox] {

    background-image: url(../images/check.svg);

    background-color: #fff;

}



.form-check-input[type="radio"]:not(:checked) {

    background-color: #A1A8BE;

    /* border-color: transparent; */

}



.form-check-input[type="radio"]:checked {

    background-image: url(../images/radio.svg);

    background-color: #fff;

}



.form-switch .form-check-input {

    width: 54px;

    height: 25px;

    border: 1px solid #D1D6E3;

    background-color: #D1D6E3;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

    background-size: contain;

    background-repeat: no-repeat;

}



.form-switch .form-check-input:checked {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

    background-color: #0e5d87;

}



.form-switch .form-check-input:focus {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");

    box-shadow: none;

}



.file-uploadBtn {

    position: relative;

}



.file-uploadBtn input[type="file"] {

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    opacity: 0;

    cursor: pointer;

}



.btn {

    color: #FAFAFA;

    font-size: 15px;

    line-height: 1.534;

    font-weight: 500;

    text-transform: capitalize;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 10px 16px;

    border: 1px solid;

    border-radius: 2px;

    transition: color .15s ease-in-out, background-color .15s ease-in-out, box-shadow .15s ease-in-out;

    min-width: 160px;

}



.btn:not(:last-child) {

    margin-right: 16px;

}



.btn-icon img,

.btn-icon svg {

    fill: #FAFAFA;

    max-height: 19px;

    height: 100%;

    margin-right: 10px;

    aspect-ratio: auto 19/19;

    transition: all .15s ease-in-out;

}



.btn-yellow {

    color: #0e5d87;

    background: #FFDE00;

    border-color: #FFDE00;

}



.btn-yellow:hover {

    color: #FFDE00;

    background: #0e5d87;

}



.btn-yellow svg {

    fill: #0e5d87;

}



.btn-yellow:hover svg {

    fill: #FFDE00;

}



.btn-yellow1 {

    color: #0e5d87;

    background: #D5D030;

    border-color: #D5D030;

}



.btn-yellow1:hover {

    color: #D5D030;

    background: #0e5d87;

}



.btn-yellow1 svg {

    fill: #0e5d87;

}



.btn-yellow1:hover svg {

    fill: #D5D030;

}



.btn-yellowLight {

    color: #0e5d87;

    background: #F9F69D;

    border-color: #F9F69D;

}



.btn-yellowLight:hover {

    color: #F9F69D;

    background: #0e5d87;

}



.btn-yellowLight svg {

    fill: #0e5d87;

}



.btn-yellowLight:hover svg {

    fill: #F9F69D;

}



.btn-blue {

    color: #FFFFFF;

    background: #0e5d87;

    border-color: #0e5d87;

}



.btn-blue:hover {

    color: #0e5d87;

    background: #fff;

    border-color: #0e5d87 !important;

}



.btn-blue svg {

    fill: #fff;

}



.btn-blue:hover svg {

    fill: #0e5d87;

}



.btn-blueBr {

    color: #0e5d87;

    background: transparent;

    border-color: #0e5d87 !important;

}



.btn-blueBr:hover {

    color: #fff;

    background: #0e5d87;

}



.btn-blueBr svg {

    fill: #0e5d87;

}



.btn-blueBr:hover svg {

    fill: #fff;

}



.btn-blueLight {

    color: #0e5d87;

    background: #D1D6E3;

    border-color: #D1D6E3;

}



.btn-blueLight:hover {

    color: #fff;

    background: #0e5d87;

}



.btn-green {

    color: #FAFAFA;

    background: #12AA9A;

    border-color: #12AA9A;

}



.btn-green:hover {

    color: #12AA9A;

    background: #FAFAFA;

}



.btn-green svg {

    fill: #FAFAFA;

}



.btn-green:hover svg {

    fill: #12AA9A;

}



.btn-danger {

    background-color: #bc404a;

    border-color: #bc404a;

}



.btn-danger:hover {

    color: #bc404a;

    background-color: #fff;

}



.btn-danger:hover svg {

    fill: #bc404a;

}



.btn-success {

    background-color: #25945C;

    border-color: #25945C;

}



.btn-success:hover {

    color: #25945C;

    background-color: #fff;

}



.btn-success:hover svg {

    fill: #25945C;

}



.btn-white {

    color: #0e5d87;

    background: #fff;

    border-color: #fff;

}



.btn-white:hover {

    color: #fff;

    background: #0e5d87;

}



.btn-white svg {

    fill: #0e5d87;

}



.btn-white:hover svg {

    fill: #fff;

}



.btn-whiteBr {

    color: #fff;

    background: transparent;

    border-color: #fff;

}



.btn-whiteBr:hover,

.file-uploadBtn input[type="file"]:hover+.btn {

    color: #0e5d87;

    background: #fff;

}



.btn-whiteBr svg {

    fill: #fff;

}



.btn-whiteBr:hover svg,

.file-uploadBtn input[type="file"]:hover+.btn svg {

    fill: #0e5d87;

}



.minW-auto {

    min-width: auto !important;

}





/* login page  */



.login-block {

    width: 1356px;

    max-width: 100%;

    background: rgb(250 250 250 / 6%);

    overflow: hidden;

    padding: 41px;

}



.login-block>div {

    overflow: hidden;

}



.login-bg {

    position: relative;

    background: url(../images/login-bg.avif) center center no-repeat;

    background-size: cover;

}



.login-bg::before {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #0e5d8799;

    opacity: 0.85;

    background: linear-gradient(to right, #0e5d8775, #0e5d87);

    background-size: 200% 100%;

    animation: gradientAnimation 8s ease infinite;

    /* Adjust the duration as needed */

    /* animation: pulse 10s infinite; */

}



@keyframes gradientAnimation {

    0% {

        background-position: 0% 50%;

    }



    50% {

        background-position: 100% 50%;

    }



    100% {

        background-position: 0% 50%;

    }

}



.login-logo {

    width: 220px;

    max-width: 100%;

}



.login-bg img {

    width: 100%;

    aspect-ratio: auto 349/91;

}



.login-form {

    position: relative;

    padding: 127px 95px 127px 69px;

}



.login-form h1 {

    color: #132544;

    margin-bottom: 35px;

}



.login-form .form-group {

    /* margin-bottom: 24px; */

}



.login-form .form-group img {

    position: absolute;

    top: 17px;

    right: 28px;

}



.login-form .form-control {

    color: #0e5d87;

    font-size: 16px;

    line-height: 1.438;

    padding: 16px 31px;

    background: #fff;

    box-shadow: 0px 6px 20px #E1E9F0;

    padding-right: 50px;

}



.login-form .form-control::-webkit-input-placeholder {

    color: #132544;

}



.login-form .form-control:-ms-input-placeholder {

    color: #132544;

}



.login-form .form-control::placeholder {

    color: #132544;

}



.login-form .btn {

    font-size: 20px;

    padding: 10px 48px;

    border-color: transparent;

    box-shadow: 0px 6px 20px #E1E9F0;

}





/* 

.login-form::after {

    content: '';

    position: absolute;

    right: 0;

    bottom: 0;

    width: 282px;

    max-width: 40%;

    height: 303px;

background-size: contain;

opacity: .08;



}

*/



.login-form>* {

    position: relative;

    z-index: 1;

}



.login-form .form-check-label {

    font-size: 16px;

    opacity: .5;

}



.main-wrapper {

    /* height: 100%; */

    display: flex;

    flex-direction: column;

    margin-bottom: 30px;

}



.main-header .navbar-logo {

    width: 211px;

    max-width: 100%;

}



.main-header .navbar-logo img {

    width: 100%;

    aspect-ratio: auto 211/55;

    max-width: 180px;

}



.main-header .navbar {

    padding-top: 14px;

    padding-bottom: 20px;

}



.user-dropdown .dropdown-toggle {

    font-size: 16px;

    font-weight: 500;

    color: #FAFAFA;

    display: flex;

    align-items: center;

    justify-content: center;

    background: transparent;

    border: 0;

    padding: 0;

}



.user-dropdown .ratio {

    width: 45px;

    min-width: 45px;

    background: #fff;

    border: 1px solid #fff;

    margin-right: 12px;

}



.user-dot {

    top: auto;

    bottom: -3px;

    left: 8px;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #39DD84;

    border: 1px solid #FFFFFF;

}



.main-header .nav-item {

    margin-right: 68px;

}



.main-header .nav-item:last-child {

    margin-right: 0;

}



.main-header .nav-item .nav-link {

    margin-right: 0;

}



.main-header .nav-link {

    color: #FAFAFA;

    font-size: 15px;

    text-transform: capitalize;

    padding: 2px 0 !important;

}



.main-header .navbar-nav .dropdown-toggle {

    margin-left: 10px;

}



.main-header .navbar-nav .dropend .dropdown-toggle {

    margin-left: 0;

}



.dropend .dropdown-toggle::after {

    border: 0;

    width: 10px;

    height: 10px;

    background: url(../images/arrow-rightBlack.svg) center center no-repeat;

    background-size: contain;

    margin-left: auto;

    vertical-align: initial;

    position: absolute;

    top: 10px;

    right: 10px;

}



.navbar-nav .dropdown-menu {

    font-size: 14px;

}



.main-block {

    flex-grow: 1;

}



.box-padding {

    padding: 20px 20px;

}



table.dataTable {

    border-collapse: collapse !important;

}



.dataTable {

    color: #FAFAFA;

    border: .5px solid rgb(255 255 255 / 25%);

}



.dataTable>:not(:last-child)>:last-child>* {

    border-bottom-color: rgb(255 255 255 / 25%);

}



.dataTables_length .form-select {

    color: #0e5d87;

    font-size: 15px;

    font-weight: 500;

    background-color: #ffffff;

    border-color: #ffffff;

    padding: 7px 40px 7px 16px;

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");

}



.dataTables_length .form-select option {

    background: #fafafa;

}



.dataTables_filter {

    display: none;

}



.dataTables_info,

.dataTables_length label {

    font-size: 13px;

    font-weight: 500;

    color: rgb(250 250 250 / 50%);

    text-transform: capitalize;

}



.dataTable thead th,

.dataTable thead td,

.dataTable tbody th,

.dataTable tbody td,

.dataTable tfoot th,

.dataTable tfoot td {

    border: 1px solid rgb(255 255 255 / 25%);

}



.dataTable thead th {

    /* font-size: 14px; */

    font-size: 12px;

    font-weight: 500;

    vertical-align: top;

    text-transform: uppercase;

    padding: 8px 12px;

    white-space: nowrap;

}



table.dataTable thead>tr>th.sorting:before {

    bottom: calc(50% + 1px);

    /* top: 22px;

    bottom: auto; */

}



table.dataTable thead>tr>th.sorting:after {

    top: calc(50% + 1px);

    /* top: calc(22px + 11px); */

}



.dataTable tbody td {

    font-size: 14px;

    font-weight: 400;

    vertical-align: top;

    padding: 8px 10px;
    white-space: nowrap;

}



.dataTable tbody td:last-child {

    white-space: nowrap;

}



.dataTable tbody td a {

    display: inline-block;

    margin-right: 12px;

}



.dataTable tbody td a:last-child {

    margin-right: 0;

}



/* div.dataTables_wrapper div.dataTables_info {

    padding-top: 30px;

}



div.dataTables_wrapper div.dataTables_paginate ul.pagination {

    margin: 24px 0 0;

} */



.dataTables_paginate ul.pagination li:first-child .page-link {

    margin-left: 0;

}



.dataTables_paginate ul.pagination li:last-child .page-link {

    margin-right: 0;

}



.dataTables_paginate ul.pagination .page-link {

    font-weight: 500;

    color: rgb(250 250 250 / 50%);

    border: 1px solid rgb(255 255 255 / 25%);

    border-radius: 2px;

    background: transparent;

    margin: 0 11px;

    line-height: 1;

    padding: 10px 15px;

}



.dataTables_paginate ul.pagination li.previous .page-link,

.dataTables_paginate ul.pagination li.next .page-link {

    font-size: 0;

    padding: 0;

    border: 0;

    width: 15px;

    height: 37px;

    background: url(../images/arrow-left.svg)center center no-repeat;

    background-size: contain;

    opacity: 0.85;

}



.dataTables_paginate ul.pagination li.previous .page-link {

    margin-right: 2px;

}



.dataTables_paginate ul.pagination li.next .page-link {

    margin-left: 2px;

    transform: rotate(180deg);

}



.dataTables_paginate ul.pagination li.disabled .page-link {

    opacity: 0.25;

}



.dataTables_paginate ul.pagination li.active .page-link {

    color: #0e5d87;

    background: #ffffff;

}



.dataTables_paginate ul.pagination li.previous .page-link:hover,

.dataTables_paginate ul.pagination li.next .page-link:hover {

    opacity: 1;

}



.dataTable .form-check-input,

.table-themeBr .form-check-input {

    background-color: rgb(255 255 255 / 20%);

    border-radius: 2px;

}



.dataTable .form-check-label {

    color: inherit;

    font-size: inherit;

    opacity: 1;

}



.dataTable .form-select,

.dataTable .form-control,

.table-themeBr .form-select,

.table-themeBr .form-control {

    font-size: 12px;

    margin-top: 15px;

    min-width: 79px;

    padding: 6px 9px;

    /* max-width: 140px; */

}



.table-themeBr .form-select,

.table-themeBr .form-control {

    margin-top: 6px;

}



.dataTable .form-select,

.table-themeBr .form-select {

    background-size: 10px;

    background-position: right 9px center;

    padding-right: 25px;

}



.tAdd-main {

    display: flex;

    flex-wrap: wrap;

    align-items: center;

    justify-content: space-between;

    min-width: 184px;

}



.dataTable tbody td .tAdd-btn {

    background: rgb(255 255 255 / 20%);

    border-radius: 2px;

    line-height: 1;

    padding: 5px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    width: 19px;

    height: 19px;

    margin: 0;

}



.dataTable tbody td .tAdd-btn img {

    width: 100%;

    aspect-ratio: auto 9/10;

    transition: all .3s;

}



.dataTable tbody td .tAdd-btn.active img {

    transform: rotate(180deg);

}



.tAdd-block {}



.text-small {

    /* display: none; */

    width: 100%;

    font-size: 12px;

    font-weight: normal;

    text-transform: capitalize;

    opacity: 0.75;

}



.text-status {

    color: #FAFAFA;

    display: inline-block;

    padding: 7px 12px;

    border-radius: 2px;

    text-transform: capitalize;

}



.status-success,

.dataTable .text-status {

    background: rgb(37 148 92 / 75%);

}



.status-danger,

.dataTable .selectTR .text-status {

    background: rgb(236 66 53 / 75%);

}



.edit-link svg {

    fill: #ffde00;

}



.delete-link svg {

    fill: #fafafa;

}



.selectTR td {

    background-color: rgb(250 250 250 / 05%);

}



.selectTR .delete-link svg {

    fill: #EC4235;

}



.form-box {

    padding: 37px 27px;

    border-radius: 2px;

}



.form-box .heading h1,

.form-box .heading h2,

.form-box label {

    font-weight: 500;

}



footer {

    padding: 18px 0;

}



.taskConfiguration-block .form-check {

    display: flex;

    align-items: center;

    justify-content: space-between;

}



.taskConfiguration-block .form-switch {

    padding-bottom: 12px;

    margin-bottom: 13px;

    border-bottom: 1px solid #BEBEBE;

}



.taskConfiguration-block .form-switch:last-child {

    margin-bottom: 0;

}



.tooltip .tooltip-arrow::before {

    border-bottom-color: #fff;

}



.tooltip-inner {

    font-size: 12px;

    color: #0C0C0C;

    padding: 6px 18px;

    text-transform: capitalize;

    background: #fff;

}



.info-link svg {

    fill: #40baf3

}



.select-Histroy td {

    background: rgb(250 250 250 / 05%);

}



.select-Histroy .info-link svg {

    fill: #fafafa

}



.modal-content {

    border-radius: 8px;

}



.modal-header {

    padding: 20px 21px;

    border: 0;

    border-bottom: 1px solid #CCCCCC;

}



.modal-body {

    padding: 19px 21px 34px;

    background: #F5F5F5

}



.modal-body hr {

    margin-left: -21px;

    margin-right: -21px;

}



.modal-body .bg-white {

    padding: 19px 17px;

}



.modal-footer {

    padding: 15px 21px;

    border: 0;

    justify-content: flex-start;

}



.modal-header h4 {

    color: #0C0C0C;

}



.modal-header h4 span {

    font-size: 91%;

    display: inline-block;

    width: 100%;

    font-weight: normal;

}



.historyDetail-block {

    display: flex;

    align-items: flex-start;

    /* margin-bottom: 27px; */

}



.historyDetail-block .ratio {

    width: 43px;

    min-width: 43px;

    margin-right: 18px;

}



.historyDetail-block .ratio svg {

    fill: #40baf3;

}



.historyDetail-block h5 {

    color: #0e5d87;

    text-transform: uppercase;

    margin-bottom: 23px;

    margin-top: 10px;

}



.historyDetail-block p {

    font-weight: 500;

    text-transform: capitalize;

    margin-bottom: 15px;

}



.historyDetail-block p span {

    font-weight: normal;

}



.modal-xl,

.modal-lg,

.modal-md,

.modal-721 {

    max-width: calc(100vw - 24px);

}



.modal-xl {

    width: 1117px;

}



.modal-lg {

    width: 960px;

}



.modal-md {

    width: 650px;

}



.modal-721 {

    width: 721px;

}



.modal-full {

    max-width: calc(100vw - 160px);

}



.modal label {

    font-weight: 500;

}



.table-themeBr {

    width: 100%;

}



.table-themeBr th,

.table-themeBr td {

    border: 1px solid rgb(255 255 255 / 25%);

}



.table-themeBr th {

    font-size: 16px;

    font-weight: 500;

    vertical-align: top;

    text-transform: uppercase;

    padding: 8px 10px;

}



.table-themeBr td {

    font-size: 14px;

    font-weight: 400;

    vertical-align: top;

    padding: 8px 10px;

}



.table-buildMaintenance th:nth-child(4) {

    min-width: 90px;

}



* {

    scrollbar-width: thin;

    scrollbar-color: rgb(250 250 250 /35%) rgb(250 250 250 / 15%);

}



*::-webkit-scrollbar {

    width: 5px;

    height: 5px;

}



*::-webkit-scrollbar-track {

    background-color: rgb(250 250 250 / 15%);

}



*::-webkit-scrollbar-thumb {

    background-color: rgb(250 250 250 / 35%);

}



*::-webkit-scrollbar-track,

*::-webkit-scrollbar-thumb {

    border-radius: 12px;

}



.blue-scroll,

.modal-dialog-scrollable .modal-body {

    scrollbar-width: thin;

    scrollbar-color: rgb(36 54 114 / 69%) rgb(36 54 114 / 15%);

}



.blue-scroll::-webkit-scrollbar-track,

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {

    background-color: rgb(36 54 114 / 15%);

}



.blue-scroll::-webkit-scrollbar-thumb,

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {

    background-color: rgb(36 54 114 / 69%);

}



.routeMaintenance-block h4 {

    margin-bottom: 13px;

    color: #0C0C0C;

}



.routeMaintenance-list {

    color: #0C0C0C;

    background: #FFFFFF;

    border: 1px solid #49598E;

    border-radius: 2px;

    max-height: 332px;

    overflow: auto;

}



.routeMaintenance-list ul li {

    padding: 12px 20px;

    border-bottom: 1px solid #D2D2D2;

    text-transform: capitalize;

}



.routeMaintenance-list ul li:last-child {

    margin-bottom: 0;

}



.routeMaintenance-list ul li.active {

    color: #FFFFFF;

    background: #0e5d87

}



.routeMaintenance-mt {

    margin-top: 61px;

}



.modal-buildingMatrix .bg-white {

    position: relative;

    padding: 43px 19px 24px 22px;

}



.modal-buildingMatrix .bg-white.p-small {

    padding: 31px 20px 14px;

}



.modal-buildingMatrix .bg-white .heading {

    position: absolute;

    top: 0;

    left: 0;

    color: #fff;

    background: #0e5d87;

    padding: 3px 19px;

}



.modal-buildingMatrix .bg-gray {

    padding: 17px 26px;

}



.modal-buildingMatrix h5:not(:last-child) {

    margin-bottom: 10px;

}



.modal-buildingMatrix .bg-gray hr {

    margin: 16px -26px 10px;

}



.modal-buildingMatrix .form-check {

    min-height: 19px;

}





/* 21-07-2023  */



.form-check-input[type="radio"]:checked {

    background-size: 55%;

}



.modal .form-check-input[type="radio"]:checked,

.small-check .form-check-input[type="radio"]:checked {

    background-size: 60%;

}



.table-themeBr tbody td a {

    display: inline-block;

    margin-right: 12px;

}



.table-themeBr tbody td a:last-child {

    margin-right: 0;

}



.table-action th:last-child,

.table-action td:last-child {

    text-align: center;

    white-space: nowrap;

}



.select-tr td {

    background: rgb(250 250 250 / 05%);

}



.table-themeBlue {

    width: 100%;

}



.table-themeBlue th {

    font-size: 15px;

    line-height: 1.467;

    font-weight: 500;

    color: #FFFFFF;

    text-transform: uppercase;

    padding: 8px 10px;

    background: #0e5d87;

}



.table-themeBlue td {

    color: #0e5d87;

    font-size: 14px;

    font-weight: 500;

    padding: 8px 10px;

    text-transform: capitalize;

    border: 1px solid #5A6EAF;

}



.box-blue {

    border: 1px solid #0e5d87;

}



.box-blue .heading {

    color: #FFFFFF;

    text-transform: uppercase;

    padding: 13px 17px;

    background: #0e5d87;

    text-align: center;

}



.box-bluePadding {

    padding: 17px;

}



.box-blue h6:not(:last-child) {

    margin-bottom: 10px;

}



.modal-invoiceConfirmation .ratio {

    width: 43px;

    min-width: 43px;

}



.modal-invoiceConfirmation .ratio>div {

    padding: 10px;

}



.modal-invoiceConfirmation p {

    font-weight: 500;

}



.select-link {

    width: 30px;

}



.select-link img {

    width: 100%;

    aspect-ratio: auto 30/30;

}



.inspection-link {

    width: 15px;

}



.inspection-link img {

    width: 100%;

    aspect-ratio: auto 15/21;

}



.enquiry-link {

    width: 21px;

}



.enquiry-link img {

    width: 100%;

    aspect-ratio: auto 21/21;

}



.statusReport-block {

    width: 839px;

    max-width: 100%;

    border: 1px solid rgb(255 255 255 / 25%);

}



.statusReport-header {

    background: rgb(250 250 250 / 05%);

    padding: 15px 39px 8px;

    flex-wrap: wrap;

    justify-content: space-between;

    text-transform: capitalize;

}



.statusReport-header h6 {

    margin-bottom: 6px;

}



.statusReport-body {

    padding: 26px 39px;

}



.dashBr-block {

    padding: 17px 20px;

    border: 1px dashed rgb(255 255 255 / 25%);

}



.dashBr-block h6 {

    margin-bottom: 19px;

}



.table-theme {

    font-size: 12px;

    font-weight: normal;

    opacity: .5;

}



.table-theme th,

.table-theme td {

    padding: 6px 9px;

    font-weight: normal;

}



.table-theme tr:first-child th,

.table-theme tr:first-child td {

    padding-top: 0;

}



.table-theme tr:last-child th,

.table-theme tr:last-child td {

    padding-bottom: 0;

}



.table-theme th:first-child,

.table-theme td:first-child {

    padding-left: 0;

}



.table-theme th:last-child,

.table-theme td:last-child {

    padding-right: 0;

}



.select2-container {

    display: block;

    font-size: 12px;

    text-transform: capitalize;

    color: rgb(255 255 255 / 50%);

    width: 100% !important;

}



.select2-container--default .select2-selection--single {

    border-radius: 2px;

    background-color: #0e5d87;

    border-color: #0000001c;

    height: 46px;

}



.select2-container--default .select2-selection--single .select2-selection__rendered {

    color: white;

    line-height: 46px;

    padding: 0 40px 0 20px;

}



.modal .select2-container--default .select2-selection--single .select2-selection__rendered {

    color: #0e5d87;

}



.select2-container--default .select2-selection--single .select2-selection__arrow b {

    display: none;

}



.select2-container--default .select2-selection--single .select2-selection__arrow {

    background-image: url(../images/arrow-down.svg);

    background-size: 16px;

    background-position: right 17px center;

    background-repeat: no-repeat;

    width: 35px;

    height: 100%;

    opacity: .5;

}



.select2-dropdown {

    color: #212529;

    background-color: #fafafa;

}



.select2-results__option {

    padding: 6px 16px;

}



.select2-container--default .select2-results__option--selected,

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {

    color: white;

    background-color: #0e5d87;

}



.formControl-white .select2-container--default .select2-selection--single {

    color: #0e5d87;

    background-color: #FFFFFF;

    border-color: #49598E;

}



.formControl-white .select2-container--default .select2-selection--single .select2-selection__arrow {

    background-image: url(../images/arrow-downBlue.svg);

}



.dataTable .select2-container--default .select2-selection--single,

.table-themeBr .select2-container--default .select2-selection--single {

    height: 32px;

}



.dataTable .select2-container--default .select2-selection--single .select2-selection__rendered,

.table-themeBr .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 32px;

    padding: 0 9px;

    text-align: left;

}



.dataTable .select2-container,

.table-themeBr .select2-container {

    margin-top: 15px;

    min-width: 79px;

    /* max-width: 140px; */

}



.dataTable .select2-container--default .select2-selection--single .select2-selection__arrow,

.table-themeBr .select2-container--default .select2-selection--single .select2-selection__arrow {

    background-size: 10px;

    background-position: right 9px center;

    padding-right: 25px;

}



.machinePlanListing-form,

.machinePlanMaintListing-form {

    width: 960px;

    max-width: 100%;

}



.machineSummary-block p {

    line-height: 1.4;

    color: #0C0C0C;

    text-transform: capitalize;

}



.loader-block {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgb(0 0 0 / 50%);

    display: none;

    transition: opacity .15s linear;

}



.loader-block.active {

    display: block;

}



.loader-block.active .dot-typing {

    animation: dot-typing .8s infinite linear;

}



.loader-block .flex-all {

    flex-direction: column;

    padding: 20px;

}



.loader-block h3 {

    font-size: 25px;

}



.casings-link {

    width: 20px;

}



.casings-link img {

    width: 100%;

    aspect-ratio: auto 20/20;

}



.details-link {

    width: 19px;

}



.details-link img {

    width: 100%;

    aspect-ratio: auto 19/22;

}



.histroy-link {

    width: 19px;

}



.histroy-link img {

    width: 100%;

    aspect-ratio: auto 20/22;

}



.table-operatorMainten th div {

    min-width: 85px;

}



.sidebar {

    height: 100%;

    width: 400px;

    position: fixed;

    top: 0;

    bottom: 0;

    z-index: 1;

    right: -400px;

    background-color: #0e5d87;

    /* box-shadow: 0 10px 15px rgb(250 250 250 / 15%); */

    padding: 50px 12px 0;

    overflow: hidden;

    -webkit-transition: all 300ms ease-in-out;

    transition: all 300ms ease-in-out;

}



.sidebar-inner {

    height: 100%;

    overflow: auto;

}



.sidebar a {

    color: #FAFAFA;

    display: inline-block;

    font-size: 15px;

    text-transform: capitalize;

    padding: 6px 16px;

}



.sidebar .close {

    position: fixed;

    top: 10px;

    right: 20px;

    width: 20px;

    padding: 0;

    display: none;

}



.sidebar.active .close {

    display: block;

}



.sidebar .close img {

    width: 100%;

    aspect-ratio: auto 20/20;

}



.sidebar.active {

    right: 0;

}



.sidebar .dropdown-menu {

    /* display: block; */

    color: #fafafa;

    background: transparent;

    border: 0;

}



.sidebar-overlay {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #000;

    opacity: .5;

    display: none;

    transition: all .15s linear;

}



.sidebar-overlay.active {

    display: block;

}



.sidebar .dropend .dropdown-toggle::after {

    background-image: url(../images/arrow-down.svg);

    top: 13px;

}



.sidebar .dropend .dropdown-toggle:hover::after {

    background-image: url(../images/arrow-downBlue.svg);

}



.sidebar .dropend .dropdown-menu {

    position: static;

    margin-left: 12px;

}



.wip-link {

    width: 28px;

}



.wip-link svg {

    fill: #d17722;

}



.completed-link {

    width: 22px;

}



.completed-link svg {

    fill: #fafafa;

}



.selectTR .completed-link svg {

    fill: #277f63;

}



.display-link {}



.display-link {

    width: 22px;

}



.display-link img {

    width: 100%;

    aspect-ratio: auto 22/22;

}





/* 

.weeklyWIP-form {

    width: 1081px;

} */



.weeklyPlanListing-form {

    width: 530px;

    max-width: 100%;

}



.weeklyWIP-form .form-control {

    width: 110px;

    max-width: 100%;

}



.operatorEnquiry-form {

    width: 770px;

}



.wipCasingSmall-form .form-control {

    width: 60px;

}



.wipCasingSmall-form .col-custom {

    width: 90px;

}





/* .table {

    color: #fff;

} */





/**

 * ==============================================

 * Dot Typing

 * ==============================================

 */



.dot-typing {

    position: relative;

    left: -9999px;

    width: 15px;

    height: 15px;

    border-radius: 50%;

    background-color: #fff;

    color: #fff;

    box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    margin-bottom: 18px;

}



@keyframes dot-typing {

    0% {

        box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    }



    16.667% {

        box-shadow: 9975px -10px 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    }



    33.333% {

        box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    }



    50% {

        box-shadow: 9975px 0 0 0 #fff, 9999px -10px 0 0 #fff, 10023px 0 0 0 #fff;

    }



    66.667% {

        box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    }



    83.333% {

        box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px -10px 0 0 #fff;

    }



    100% {

        box-shadow: 9975px 0 0 0 #fff, 9999px 0 0 0 #fff, 10023px 0 0 0 #fff;

    }

}





/* .screen-bg {

    background: #F5F9FF;

}



.screen-bg:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: #F5F9FF;

    background: url(../images/screen-bg.webp) center center no-repeat;

    background-size: cover;

    mix-blend-mode: multiply;

    opacity: .25;

} */



.screen-bg {

    background: url(../images/screen-bg.jpg) center center no-repeat;

    background-size: cover;

}



.screen-bg:after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background: rgb(212, 233, 250);

    background: linear-gradient(90deg, rgba(212, 233, 250, 1) 0%, rgba(212, 233, 250, 0) 100%);

    opacity: .9;

}



.screen-bg.bg-vector::before {

    opacity: 0.71;

    right: 30px;

    bottom: 40px;

    max-width: 25%;

    z-index: 1;

}



.screen-bg.bg-vector .z1 {

    z-index: 2;

}



.screen-tran {

    width: 1100px;

    max-width: 100%;

    background: rgb(8 53 124 / 2%);

    border-radius: 8px;

    padding: 15px;

    margin: 0 auto;

}



.screen-main {

    background: #FFFFFF;

    border-radius: 8px;

}



.screen-head {

    padding: 19px 30px 13px;

    border: 1px solid rgb(192 216 251 / 50%);

}



.screen-head h5 {

    font-size: 20px;

    line-height: 1.4;

    color: #0e5d87;

    font-weight: normal;

}



.screen-body {

    padding: 19px 30px 20px;

    min-height: 708px;

}



.screen-body h4 {

    line-height: 1.41;

}



.screen-body label {

    font-size: 14px;

    line-height: 1.2;

    color: #393B3F;

    font-weight: 500;

}



.screen-body .form-select,

.screen-body .form-control {

    font-size: 14px;

    padding: 8px 16px;

    line-height: 1.572;

    color: #393B3F;

    background-color: #F5F9FF

}



.screen-body .form-control:disabled,

.screen-body .form-control[readonly] {

    /* background-color: rgb(233 236 239 / 50%); */

    background-color: #1070a3;

}



.screen-body .form-control::-webkit-input-placeholder {

    color: rgb(57 59 63 / 70%);

}



.screen-body .form-control:-ms-input-placeholder {

    color: rgb(57 59 63 / 70%);

}



.screen-body .form-control::placeholder {

    color: rgb(57 59 63 / 70%);

}



.screen-body .select2-container {

    color: #393B3F;

}



.screen-body .select2-container--default .select2-selection--single {

    background-color: #F5F9FF;

    height: 40px;

}



.screen-body .select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 40px;

}



.screen-body .select2-container--default .select2-selection--single .select2-selection__arrow {

    background-image: url(../images/arrow-downBlue.svg);

}



.screen-body .btn {

    min-width: 173px;

    padding: 11px 20px;

}





/* .screen201 {

    padding-top: 18vh;

    padding-bottom: 18vh;

} */



.screen201 .logo {

    width: 337px;

    max-width: 100%;

}



.screen201 .logo img {

    width: 100%;

    aspect-ratio: auto 337/102;

}



.screen201 .btn {

    font-size: 22px;

    line-height: 1.5;

    padding: 15px 16px;

    min-width: 215px;

}



.table-themeLightBlue {

    width: 100%;

    border-radius: 4px;

    overflow: hidden;

}



.table-themeLightBlue th,

.table-themeLightBlue td {

    color: #393B3F;

    font-size: 15px;

    font-weight: normal;

    line-height: 1.4;

    text-transform: capitalize;

    padding: 10px 30px;

    border: 1px solid rgb(192 216 251 / 50%);

}



.table-themeLightBlue th {

    font-weight: 500;

    text-transform: uppercase;

    padding: 8px 10px;

    background: #F5F9FF;

}



.screen-body .table-responsive {

    max-height: 520px;

    overflow-y: auto;

}



.screen2013-block {

    max-height: 311px;

    overflow-y: auto;

}



.screen2013-btnBlock .btn {

    min-width: auto;

}



.screen-bg *,

.select2-container--default .select2-results>.select2-results__options {

    scrollbar-width: thin;

    scrollbar-color: #0e5d87#D6E7FF;

}



.screen-bg *::-webkit-scrollbar,

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {

    width: 5px;

    height: 5px;

}



.screen-bg *::-webkit-scrollbar-track,

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {

    background-color: #D6E7FF;

}



.screen-bg *::-webkit-scrollbar-thumb,

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {

    background-color: #0e5d87;

}



.screen-bg *::-webkit-scrollbar-thumb,

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {

    border-radius: 12px;

}



.dashbaord-main .dashbaord-pdng {

    padding: 24px 20px;

    position: relative;

}



.dashbaord-main .bg-blue1 h3 {

    margin-bottom: 6px;

}



.dashbaord-main .bg-blue1 p {

    margin-bottom: 0;

}



.dashbaord-main .bg-blue1 .icon {

    position: absolute;

    top: 50%;

    right: 20px;

    transform: translateY(-50%);

    width: 70px;

    height: 70px;

}



.dashbaord-main .bg-blue1 img {

    opacity: 0.3;

}



.dashbaord-head {

    padding: 16px 20px;

    border-bottom: 1px solid rgb(255 255 255 / 25%);

}



.dashbaord-head h5 {

    font-size: 20px;

}



.dashbaord-main .table-responsive {

    max-height: 340px;

}



.dashbaord-main .table-themeBr th,

.dashbaord-main .table-themeBr td {

    padding: 8px 10px;

    border-bottom: 1px solid rgb(255 255 255 / 15%);

}





/* .table-themeBtmBr {

    width: 100%;

}



.table-themeBtmBr th,

.table-themeBtmBr td {

    font-size: 14px;

    font-weight: 400;

    padding: 12px 20px;

    vertical-align: top;

    border-bottom: 1px solid rgb(255 255 255 / 25%);

}



.table-themeBtmBr th {

    font-size: 16px;

    font-weight: 500;

    padding-top: 16px;

    text-transform: uppercase;

    border-bottom-width: 2px;

} */



.screen-2021 .table-themeLightBlue th,

.screen-2021 .table-themeLightBlue td,

.screen-2022 .table-themeLightBlue th,

.screen-2022 .table-themeLightBlue td {

    padding-left: 10px;

    padding-right: 10px;

}



.screen-2022 .screen-body .btn {

    padding: 15px 10px;

}



.btn-noImg {

    padding: 0 !important;

    line-height: 1;

}



.btn-noImg img {

    max-height: 55px;

}



.modal-closeTrailer .btn {

    min-width: 120px;

}



.screen-2046 .routeMaintenance-block h5 {

    margin-bottom: 12px;

}



.box-screen {

    position: relative;

    padding: 18px 16px;

    border: 1px solid rgb(192 216 251 / 50%);

}



.box-smallScreen {

    position: relative;

    padding: 18px 14px;

    border: 1px solid rgb(192 216 251 / 50%);

}



.box-heading {

    padding: 34px 16px 16px;

}



.box-smallScreen.box-heading {

    padding: 32px 12px 10px;

}



.box-heading .heading {

    position: absolute;

    top: 0;

    left: 0;

    color: #fff;

    background: #0e5d87;

    padding: 3px 19px;

}



.box-smallScreen.box-heading .heading {

    padding: 2px 12px;

}



.box-heading .heading h5 {

    font-size: 14px;

}



.box-heading.box-smallScreen .heading h5 {

    font-size: 13px;

}



.screen-body .box-screen .form-control {

    padding: 6px 9px;

    font-size: 13px;

}



.table-headerSticky {

    overflow: visible;

}



.table-headerSticky thead th {

    position: sticky;

    top: -1px;

    z-index: 1;

}





/* add css by ronak -27-12-2023 */



.table-cooling-towers thead tr:first-of-type {}



.table-cooling-towers thead {

    border-bottom: 2px solid white;

    background-color: hsl(0deg 0% 0% / 20%);

}



.table-cooling-towers tbody tr:last-of-type td {

    border-bottom: none;

}



.table-cooling-towers tfoot {

    border-top: 2px solid white;

    background-color: hsl(0deg 0% 0% / 20%);

}



.table-cooling-towers tfoot tr:first-of-type td {

    border-top: none;

}



.table-cooling-towers thead tr td {

    white-space: nowrap;

}



.table-cooling-towers thead tr td small {

    font-size: 70%;

}



.tr-limits {

    background-color: #0e5d87;

}



table.dataTable thead th,

table.dataTable thead td,

table.dataTable tfoot th,

table.dataTable tfoot td {

    text-align: center;

}





/* .dataTables_scrollHeadInner,

.dataTables_scrollBody,

.dataTables_scrollFoot {

    width: 100% !important;

} */





/* .dataTables_scrollHeadInner table,

.dataTables_scrollBody table,

.dataTables_scrollFoot table,

.dataTables_scrollHeadInner>div,

.dataTables_scrollBody>div,

.dataTables_scrollFoot>div {

    width: 100% !important;

} */



.btn-icon {

    min-width: 46px;

    height: 46px;

}



.btn-icon-lite {

    font-size: 18px;

    /* padding: 13px 20px; */

    border-radius: 2px;

    color: rgb(255 255 255 / 50%);

    /* color: #fff; */

    background-color: #0e5d87;

    border-color: #0000001c;

}



.btn-icon-lite:hover {

    color: white;

}



.bootstrap-datetimepicker-widget a[data-action] {

    width: 45px !important;

    height: 45px !important;

    line-height: 1;

    min-width: 35px;

    border: none !important;

}



.bootstrap-datetimepicker-widget .timepicker-hour,

.bootstrap-datetimepicker-widget .timepicker-minute,

.bootstrap-datetimepicker-widget .timepicker-second {

    width: auto !important;

    font-weight: bold;

    font-size: 14px !important;

    margin: 0;

    line-height: 45px !important;

}





/* .bootstrap-datetimepicker-widget table td span {

    display: inline-flex !important;

    width: 45px !important;

    height: 45px !important;

    font-size: 18px;

    align-items: center;

    justify-content: center;

}



.bootstrap-datetimepicker-widget .datepicker-months table td span {

    display: inline-block;

    width: 54px;

    height: 54px;

    line-height: 54px;

    margin: 2px 1.5px;

    cursor: pointer;

    border-radius: 4px;

} */



.bootstrap-datetimepicker-widget button.btn-primary {

    border: 1px solid hsla(226, 52%, 29%, 0.19);

    border-radius: 3px;

    font-size: 14px;

    font-weight: 600;

    color: #0e5d87;

    min-width: 94px;

    /* padding: 9px 0 7px; */

    padding: 7px 12px 7px;

    display: inline-flex;

    align-items: center;

    height: 37px;

    justify-content: center;

    text-transform: uppercase;

    background-color: transparent !important;

}



.bootstrap-datetimepicker-widget button.btn-primary:hover,

.bootstrap-datetimepicker-widget button.btn-primary:active {

    background-color: #0e5d87 !important;

    color: white;

    border-color: #0e5d87;

}



.bootstrap-datetimepicker-widget table td span:hover {

    background: transparent !important;

    border: none;

    color: #0e5d87;

}





/* .bootstrap-datetimepicker-widget table td {

    height: 45px !important;

    line-height: 1 !important;

    width: 45px !important;

} */



.table-condensed>thead>tr>th,

.table-condensed>tbody>tr>th,

.table-condensed>tfoot>tr>th,

.table-condensed>thead>tr>td,

.table-condensed>tbody>tr>td,

.table-condensed>tfoot>tr>td {

    padding: 5px !important;

}



.bootstrap-datetimepicker-widget table td.day {

    font-size: 12px;

}



.timepicker .table-condensed [data-time-component] {

    color: #0e5d87;

}



.card-content {

    padding: 24px;

}



.w-100-table .dataTables_scrollHeadInner,

.w-100-table .dataTables_scrollBody,

.w-100-table .dataTables_scrollFoot {

    width: 100% !important;

}



.w-100-table .dataTables_scrollHeadInner table,

.w-100-table .dataTables_scrollBody table,

.w-100-table .dataTables_scrollFoot table {

    width: 100% !important;

}



select.select2 {

    display: none;

}



.user-dropdown img {

    object-fit: cover !important;

}





.tab-block .nav-tabs {

    border-color: #0e5d87;

}



.tab-block .nav-tabs .nav-link,

.tab-block .nav-tabs .nav-link:hover {

    font-size: 18px;

    color: #0C0C0C;

    font-weight: 500;

    border-color: transparent;

    border-top-left-radius: 2px;

    border-top-right-radius: 2px;

}



.tab-block .nav-tabs .nav-link.active {

    color: #fff;

    background: #0e5d87;

}



.select2-container--default .select2-selection--multiple .select2-selection__choice{

    background-color: #0e5d87;

}



.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{

    color: white;

    border-right: 1px solid #fff;

}



.select2-container--default .select2-selection--multiple .select2-selection__choice__display{

    color: white;

}



.boiler-table-group>* {

    padding: 0 12px;

}



.col-custom-1 {

    flex: 0 0 auto;

    /* width: calc(100vw - 95%); */

    max-width: 150px;

    width: auto;

    /* min-width: 10%; */

}



.col-custom-11 {

    flex: 0 0 auto;

    /* width: calc(100vw - 14%); */

    width: auto;

    /* min-width: calc(100vw - 150px); */

    max-width: calc(100vw - 269px);

}