@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-bold;
    src: url(../fonts/Montserrat/static/Montserrat-Bold.ttf);
}
* {
    font-family: Montserrat;
    font-weight: normal;
}
.page-body {
    background-color: #f5f5f5 !important;
}

.m-r {
    margin-right: 20px;
}

.m-r-s {
    margin-right: 10px;
}

.card {
    border-radius: 8px;
}

.bottom-primary {
    visibility: hidden;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(to left, transparent 50%, #163e8d 50%) right;
    background-size: 200% 100%;
    transition: all ease 0.5s;
}

.bottom-success {
    visibility: hidden;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(to left, transparent 50%, #02784e 50%) right;
    background-size: 200% 100%;
    transition: all ease 0.5s;
}

.bottom-warning {
    visibility: hidden;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(to left, transparent 50%, #d0862f 50%) right;
    background-size: 200% 100%;
    transition: all ease 0.5s;
}

.bottom-danger {
    visibility: hidden;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(to left, transparent 50%, #b00606 50%) right;
    background-size: 200% 100%;
    transition: all ease 0.5s;
}

.card-primary {
    position: relative;
    background: #e6edff;

    border-radius: 8px;
    padding: 10px 10px;
    color: #163e8d;

    transition: all ease 0.3s;
}

.card-primary:hover {
    background: #d1dcfc;

    box-shadow: 0px 24px 80px rgba(0, 0, 0, 0.04);
    transform: translateZ(10px);
}

.card-primary:hover .bottom-primary {
    visibility: visible;
    background-position: left;
}

.card-success {
    position: relative;
    background: #edffee;
    border-radius: 8px;
    padding: 10px 10px;
    color: #02784e;
    transition: all ease 0.3s;
}

.card-success:hover {
    background: #d3ffd6;
    box-shadow: 0px 24px 80px rgba(0, 0, 0, 0.04);
    transform: translateZ(10px);
}

.card-success:hover .bottom-success {
    visibility: visible;
    background-position: left;
}

.card-warning {
    position: relative;
    background: #fff8ed;
    border-radius: 8px;
    padding: 10px 10px;
    color: #d0862f;
    transition: all ease 0.3s;
}

.card-warning:hover {
    background: #ffecce;
    box-shadow: 0px 24px 80px rgba(0, 0, 0, 0.04);
    transform: translateZ(10px);
}

.card-warning:hover .bottom-warning {
    visibility: visible;
    background-position: left;
}

.card-danger {
    position: relative;
    background: #ffeded;
    border-radius: 8px;
    padding: 10px 10px;
    color: #b00606;
    transition: all ease 0.3s;
}

.card-danger:hover {
    background: #ffdfdf;
    box-shadow: 0px 24px 80px rgba(0, 0, 0, 0.04);
    transform: translateZ(10px);
}

.card-danger:hover .bottom-danger {
    visibility: visible;
    background-position: left;
}

.table-container table {
    width: 100%;
}

.table-container table tr[data-rel="$"] th {
    background-color: rgba(240, 240, 255, 1) !important;
    font-weight: 600;
    padding: 15px 10px !important;
}

.table-container table tr[data-rel="dark"] th {
    background-color: black !important;
    color: white;
    padding: 15px 10px !important;
}

.table-container table tr[data-content="$"] td {
    background-color: #f5f5f5 !important;

    padding: 15px 10px !important;
}

.table-container table tr[data-content="#"] td {
    background-color: white !important;

    padding: 15px 10px !important;
}

.table-container table tr td[data-rel="1"] {
    /* background-color: white !important; */

    padding-left: 20px !important;
}

.table-container table tr th[data-rel="1"] {
    /* background-color: white !important; */

    padding-left: 20px !important;
}

.table-container table tr td[data-content="end"] {
    text-align: end;
}

.active1 {
    padding: 2px 7px;
    background-color: #02784e;
    border-radius: 5px;
    color: white;
}

.inactive1 {
    padding: 2px 7px;
    background-color: #b00606;
    border-radius: 5px;
    color: white;
}

.edit1 {
    background-color: #d0862f;
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
}

.view1 {
    background-color: #02784e;
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
}

.delete1 {
    background-color: #b00606;
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
}

.table-container table {
    /* box-shadow: 0px 2px 80px rgba(0, 0, 0, 23%); */
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    border-radius: 1px solid grey;
}

.dropdown ul li:hover {
    background-color: #163e8d !important;
    color: white !important;
}

.orange_hyperlink {
    color: rgba(241, 90, 36, 1);
    text-decoration: underline;
    transition: all ease 0.5s;
}

.orange_hyperlink:hover {
    color: rgb(255, 76, 11);
    text-decoration: underline;
}

.text-lsuccess {
    color: rgba(20, 135, 1, 1);
}

.text-lprimary {
    color: rgba(28, 61, 236, 1);
}

.light-success {
    background-color: rgba(20, 135, 1, 1);
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
}

.light-success:hover {
    background-color: rgba(20, 135, 1, 1);
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
}

.light-primary {
    background-color: rgba(28, 61, 236, 1);
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
}

.light-primary:hover {
    background-color: rgba(28, 61, 236, 1);
    color: white;
}

.card1 {
    background-color: white;
    border-radius: 8px;
    padding: 10px 10px 10px 10px;
    color: #163e8d;
    transition: all ease 0.3s;
    box-shadow: 0px 24px 80px rgba(0, 0, 0, 0.04);
    width: 32%;
}

.rotate12 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotate22 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotate32 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotatep2 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotateb2 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotatepy2 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotatea2 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotates2 {
    transform: rotate(0deg);
    transition: all ease-in-out 0.5s;
}

.rotate {
    transform: rotate(180deg);
}

.list-view {
    display: none;
}

.dark-text {
    color: black;
}

.light-text {
    color: white;
}

.bg-primary1 {
    background-color: #191851 !important;
    color: white !important;
}

.bg-light1 {
    background-color: #d8d8ff !important;
    color: black !important;
}

.p-57 {
    padding: 5px 23px;
}

.primary-link {
    color: rgba(39, 88, 215, 1);
}

.primary-link:hover {
    color: rgba(39, 88, 215, 1);
}

.success-link {
    color: rgba(21, 153, 0, 1);
}

.success-link:hover {
    color: rgba(21, 153, 0, 1);
}

.warning-link {
    color: rgba(215, 152, 30, 1);
}

.warning-link:hover {
    color: rgba(215, 152, 30, 1);
}

.black-link {
    color: black;
}

.black-link:hover {
    color: black;
}

.disable-link {
    color: grey;
}

.dropdown-card ul li:hover {
    background-color: #d8d8ff;
}

.dropdown-card {
    display: none;
    position: absolute;
    width: 200px;
    right: 5px;
    border: 1px solid grey;
    border-radius: 8px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    /* transition: all ease .5s; */
}

.show11 {
    display: block;
}

.dropdown-card ul li {
    padding: 5px;
    border-radius: 8px;
}

/* **********************popup start *************** */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.146);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #00000029;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatex(-400px);
    -moz-transform: translatex(-400px);
    -ms-transform: translatex(-400px);
    -o-transform: translatex(-400px);
    transform: translatex(-400px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cd-popup-container p {
    padding: 0px;
    margin: 0px;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    color: white;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* ********************************************************* */
.btn111 {
    padding: 14px 0px !important;
    border-radius: 40px;
}

.heading-2-32-semibold {
    color: #1e1e56;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.heading-3 {
    color: #1e1e56;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
}

.heading-5 {
    color: #76767e;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.heading-5-bold {
    color: #21212f;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.case-detail {
}
