:root {
    --primaryColor: #005FAA;
}

body {
    margin: 0;
    font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.divError {
    font-size: 13px;
    color: red;
    height: 15px;
}

.main-header {
    left: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1037 !important;
}

.data {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100px !important;
    cursor: pointer;
}

.sticky {
    top: 5rem;
    right: 10rem;
}

.img-profile {
    height: 2rem;
}

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.ptop-2 {
    padding-top: 2rem !important;
}

.login-logo {
    /*background-image: url('../images/415x155.png');*/

    background-image: url('../images/logo.webp');
    height: 120px !important;
    margin-bottom: 0rem !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.login-box-msg, .register-box-msg {
    padding: 0 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.border-botton {
    width: 90% !important;
    border-bottom: 1px solid #eee;
    align-self: center;
}

.dropdown-menu-lg {
    min-width: 200px !important;
}

.dropdown-item:hover {
    color: white !important;
    background-color: var(--primary) !important;
    cursor: pointer;
}

.publishStatusCircle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.publishColor {
    background-color: green;
}

.notPublishColor {
    background-color: red;
}

.action-minWidth-One {
    min-width: 100px;
}

.index-srNo-minWidth {
    min-width: 85px;
}

.divImage {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    margin-bottom: 10px;
}

.divDeleteImage {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.divFileBox {
    width: 150px;
    height: 150px;
    display: inline-block;
    position: relative;
    /*margin-right: 10px;*/
    background-color: white;
    text-align: center;
    border: solid 1px #c5c5c5;
    padding: 20px;
    /* margin-bottom: 10px;*/
}

.divDeleteFile {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.close-icon {
    cursor: pointer;
}

.companyAction-minWidth-One {
    min-width: 150px;
}

.text-end {
    text-align: end;
}

.div-back-link {
    cursor: pointer;
    color: #007bff;
}
/*---------select2 css--------------*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #495057 !important;
    line-height: 28px !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d1d3e2 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top: 5px;
    }

/*---------End select2 css--------------*/

/*---------sagar css--------------*/

/*--------------------------------------------------- color change -----------------------------------------------------------*/

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff !important;
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
    border-color: #f75454 !important;
}

.btn-primary {
    color: #fff;
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
    border-color: #f75454 !important;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f75454 !important;
        border-color: #f75454 !important;
    }

.text-primary {
    color: #f75454 !important;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f75454 !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #f75454 !important;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

a {
    color: #f75454;
}

.anchortag:hover {
    color: #343a40 !important;
}

/*.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #f75454 !important;
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
    box-shadow: none;
}*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff !important;
    border-color: #28a745 !important;
    background-color: #28a745 !important;
    box-shadow: none;
}

.custom-control-label::before {
    color: #fff !important;
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
    box-shadow: none;
}

.custom-switch .custom-control-label::after {
    background-color: #fff !important;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff !important;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem);
}

.login-page, .register-page {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #4e73df;
    background-size: cover;
    background: hsla(0, 91%, 65%, 1);
    background: linear-gradient(90deg, hsla(0, 91%, 65%, 1) 40%, hsla(34, 98%, 50%, 1) 100%, hsla(0, 91%, 65%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(0, 91%, 65%, 1) 40%, hsla(34, 98%, 50%, 1) 100%, hsla(0, 91%, 65%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(0, 91%, 65%, 1) 40%, hsla(34, 98%, 50%, 1) 100%, hsla(0, 91%, 65%, 1) 100%);
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#F75454", endColorstr="#FC9305", GradientType=1 );*/
}

.dropdown-item:hover {
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
}

.btn-primary {
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616);
}

.dropdown-item:hover {
    background-color: #f75454 !important;
}

/*--------------------------------------------------- color change end -----------------------------------------------------------*/

.width--50 {
    width: 50% !important;
}

.divParentMenu {
    border: 1px solid #e1e1e1;
    padding: 8px;
    border-radius: 8px;
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #e1e1e1;
    width: 100%;
}

/*.nav-item {
    font-size: 14px !important;
}*/
/*---------sagar css end--------------*/
.tag-div {
    width: 100%;
    background: var(--primaryColor);
    border-radius: 22px;
    padding: 5px 10px;
    color: white;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    /*font-size: 16px;
        line-height: 20px;*/
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.close-icon {
    cursor: pointer;
}

.newsTaginputRow {
    display: none;
}

.action-min-width {
    min-width: 100px;
}

.min-width-100 {
    min-width: 100px !important;
}

.min-width-130 {
    min-width: 130px !important;
}


.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

.mobile-view-btn {
    display: none !important;
}

.desktop-view-table {
    display: contents;
}

.sumbit-btn-div {
    margin-top: 28px;
}

.min-width-120 {
    min-width: 120px;
}


.width-13rem {
    max-width: 13rem !important;
    width: 13rem !important;
}

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    /*background-color: #7066e0;*/
    background-image: linear-gradient(to right top, #f75454, #fa4847, #fc3b39, #fd2c29, #fd1616) !important;
    color: #fff;
    font-size: 1em;
}

.highlight {
    background-color: yellow !important;
    transition: background-color 0.5s ease;
}

.filter-div {
    background: var(--primaryColor);
    border-radius: 22px;
    padding: 5px 10px;
    color: white;
    line-height: 20px;
}

.mt-1-7 {
    margin-top: 1.7rem;
}

.min-width-110 {
    min-width: 110px !important;
}

@media only screen and (max-width: 575px) {
    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: flex !important;
    }

    .mobile-view-btn {
        display: block !important;
    }

    .desktop-view-table {
        display: none !important;
    }
}
