﻿@font-face {
    font-family: 'merckregular';
    src: url('/Assets/fonts/merck-regular_0-webfont.woff2') format('woff2'), url('/Assets/fonts/merck-regular_0-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #f5f5f5;
    background-color: #fff;
    font-family: "Gilroy-Regular";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414042;
}

h1, h2, h3 {
    /*font-family: "Kanit", sans-serif;*/
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 800;
    font-style: normal;
    color: #281949;
}

/*h1, h2, h3 {
    font-family: merckregular;
}*/

.color-nude-gray {
    color:#ffffff;
}

.highcharts-subtitle {
    line-height: 55px !important;
}

.heading-3 {
    /*font-weight: 400;*/
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-family: "merckregular";
    letter-spacing: 0 !important;
    word-break: break-word;
    font-weight: 500;
    /*font-size: 22px;*/
    /*text-transform: uppercase;*/
    color: #0076aa;
    color: #503291;
}

.kpi-value-big {
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 600;
}

.header {
    /*background-color: #393295;
    border-bottom: solid 1px #5046cc;
    background-color: #0076aa;
    border-bottom: solid 1px #2a8db8;*/
    background-color: #503291;
    background-color: #fff;
    border-bottom: none;
}

.course-status-under-chart-inprogress {
    background-color: #ffdcb9;
}

.course-status-under-chart-completed {
    background-color: #b4dc96;
}

.course-status-under-chart-notstarted {
    background-color: #96d7d2;
}

.kerning-5 {
    letter-spacing: -0.3px;
    /*letter-spacing: 0;*/
}

.super-heading {
    font-size:28px;
    font-weight:500;
}

.text-suggestions {
    color: #fff;
    opacity: 0.7;
}

.text-suggestions a {
    color:#fff !important;
}

.text-suggestions a:hover {
    color:#fff !important;
}

.green-link {
    color: #0f192e !important;
    opacity: 0.5;
}

.green-link:hover {
    color:#503291 !important;
    opacity: 1;
}

.auth-bg-gradient {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 37.8%, rgba(255, 255, 255, 1) 71.63%, rgba(255, 255, 255, 1) 100%);
    background-color: #fff !important;
}

.auth-card {
    position: relative;
    background-color: #fff;
    margin-bottom: 1.25rem;
    /*border: 1px solid #edf2f9;*/
    border-radius: .25rem;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.login-form-text {
    color: #5a5c69;
    color: #414042;
    letter-spacing:0.2px;
}

.auth-body {
    overflow-x: hidden;
    background-color: #fff;
    background-image: url('/Assets/images/auth/merck_login_wallpaper.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.auth-parent-div {
    position: relative;
    width: 100%; /* Adjust as needed */
    height: 100%;
    background-color: #ed7014;
    background-color: #0f69af;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.btn-general-startcourse {
    background-color: #503291;
    border-color: #382366;
}

.btn-general-startcourse:hover {
    background-color: #382366;
    border-color: #281949;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #503291;
    border-color: #382366;
    color:#fff;
    opacity: 0.8;
}

.btn:focus {
    background-color: #503291;
    border-color: #382366;
    color:#fff;
    opacity:0.8;
}

h1, .h1 {
    font-size:28px;
}

#body_divHaveAQuestion {
    background-color: #0f69af;
}

#body_divHaveAQuestion h4 {
    color:#96d7d2;
    font-family:"merckregular";
}

#body_divHaveAQuestion p {
    color:#f8f8fc !important;
}

input, textarea, select, button {
    /*border-color: #2dbfce !important; Specify your color */
}

/*button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background-color: #0fa5b5 !important;*/ /* Change background color */
    /*color: #fff !important;*/ /* Change text color */
/*}*/

input[type="text"]:hover,input[type="password"]:hover, input[type="email"]:hover, input[type="file"]:hover, textarea:hover {
    border-color: #2dbfce !important; /* Change border color */
    box-shadow: 0 0 8px rgba(45, 191, 206, 0.2) !important; /* Add a soft glow with box-shadow */
}

input:focus, textarea:focus, select:focus, button:focus, select:focus {
    border-color: #2dbfce !important; /* Specify your color */
    box-shadow: 0 0 0 .25rem rgba(45, 191, 206, .25) !important; /* Customize as needed */
}

input[type="radio"]::before {
    /* Inner dot */
    background-color: #2dbfce !important; /* New selection color */
}

input[type="radio"]:checked {
    border:none !important;
    background-color: #2dbfce !important; /* New selection color */
}

input[type="radio"]:checked::before {
    background-color: #2dbfce !important; /* Ensure it remains consistent */
}

/* For focus and hover states, you might need to adjust the box shadow */
input[type="radio"]:focus, input[type="radio"]:hover {
    box-shadow: 0 0 0 .1rem rgba(45, 191, 206, .2) !important; /* Use RGB values of your custom color */
}

select:hover {
    border-color: #2dbfce !important; /* Change border color */
    box-shadow: 0 0 8px rgba(45, 191, 206, 0.2) !important; /* Soft glow with box-shadow */
}

.select2-container:not([disabled]):hover, .select2-container:not([disabled]):focus {
    border: solid 1px #2dbfce !important;
    border-radius: var(--bs-border-radius);
    box-shadow: 0 0 0 2px rgba(45, 191, 206, 0.2) !important;
}

.m-t-50 {
    margin-top: 50px;
}

.footer-content p {
    color: rgba(255,255,255,0.8) !important;
}

.titleSubHeading {
    font-weight: 400;
    letter-spacing: -0.1px;
}

.buttons-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.btn-stan {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    border-radius: 5px;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.35s;
    box-sizing: border-box;
}

/*.btn-general {
    transition: all 0.35s;
    box-sizing: border-box;
    position: relative;
    border-color: #2dbdcc;
    background-color:transparent !important;
    color: #fff;
    overflow: hidden;
    z-index:1;
}

    .btn-general::before {
        width: 20%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: #503291;
        transform: rotateZ(-45deg) translate(-50%, -50%);
        transition: all 0.3s;
        content: "";
        z-index: -1;
    }

    .btn-general:hover {
        color: #fff;
    }

        .btn-general:hover::before {
            width: 100%;
            top: 0;
            transform: none;
        }*/


.btn-general:hover, .btn-general-cms:hover {
    background-color: #1cbecd;
    background-color: #382366;
    color: #fff;
    font-weight: 600;
    border-radius: 10px;
    border-radius: 6px;
    border: solid 1px rgba(40,25,73,0.8);
    filter: drop-shadow(rgba(15,25,46,0.2) 0rem 0rem 5px);
}

*.btn-general,
.btn-general-cms {
    border-radius: 10px;
    border-radius: 6px;
    font-weight: 600;
    border: solid 1px rgba(56,35,102,0.8);
    background-color: #503291;
    color: #53dfec;
    color: #94d4d3;
    color: #fff;
}

/*.btn-general-cms {
    background-color: #2dbfce;
    border-color: #46d4e2;
}*/

.btn-general-cms-outline {
    background-color: #212529;
    background-color: transparent;
    border-radius: 10px;
    border-radius: 6px;
    border: solid 1px #212529;
    border: solid 1px #0167b2;
    color: #fff;
    color: #0167b2;
    font-weight: 600;
}

    .btn-general-cms-outline:hover {
        background-color: transparent;
        background-color: #e1f8f8;
        border: solid 1px #0167b2;
        color: #0167b2;
    }

    .btn-general-cms-outline:focus {
        background-color: #212529;
        border: solid 2px #0167b2;
        color: #fff;
    }

.case-listing-date {
    color: #2dbfce;
}

.card-modern-big {
    background-color: #f8f8fc;
    font-size: 15px;
    border: solid 1px #e4e6ec;
}

.card-modern-small {
    background-color: #fff;
}

.card-modern-big-child {
    border: solid 1px #cbefff;
    background-color: #e9f8ff;
    background-color: #fff;
    background-color: rgba(255,255,255,0.85);
}

.heading-6 {
    color: #fff;
    opacity: 0.7;
    font-weight: 300;
    font-family: "Gilroy-Medium";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
}

.btn-resume-case:hover {
    background-color: #382366;
    font-weight: 600;
    border-radius: 10px;
    border: solid 2px #382366;
}

.btn-resume-case {
    border-radius: 10px;
    font-weight: 600;
    border: solid 2px #382366;
    background-color: transparent;
    color: #382366;
}

.form-control {
    background-color: #f8f8fc; 
    border-color: rgb(222, 226, 230);
}

.border-merck-orange-right {
    border-right: solid 2px #96d7d2;
}

.img-fluid {
    z-index: 2;
    position: absolute;
    bottom: 0px;
}

.auth-deep-shadow {
    box-shadow: 0px 0px 25px 0px rgba(113, 114, 114, 0.7);
}

.text-black {
    color: #414042 !important;
}

.floating-title {
    position: absolute;
    top: 125px;
    left: 5px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    font-family: "Gilroy-Heavy";
    font-family: "merckregular";
    font-weight: 700;
    font-size: 97px;
    font-size: 75px;
    line-height: 40px;
    color: #28252d;
    color: #ed7014;
    color: wheat;
    color: #96d7d2;
    padding: 25px;
    letter-spacing: -1.5px;
    letter-spacing: 1px;
    z-index: 1;
}

.floating-title2 {
    position: absolute;
    top: 50px;
    left: 5px;
    width: 100%;
    text-align: left;
    line-height: 50px;
    font-family: "Gilroy-Heavy";
    font-family: "merckregular";
    font-weight: 700;
    font-size: 97px;
    font-size: 82px;
    line-height: 40px;
    color: #28252d;
    color: #ed7014;
    color: wheat;
    color: #96d7d2;
    padding: 25px;
    letter-spacing: -1.5px;
    letter-spacing: 1px;
    z-index: 1;
}

.special-title {
    font-size:28px;
}

.floating-div {
    position: absolute;
    top: 200px;
    left: 5px;
    width: 52%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    font-size: 22px;
    background-color: rgba(255,255,255,0.5);
    line-height: 40px;
    color: #28252d;
    color: #414042;
    color: rgba(255,255,255,0.7);
    text-shadow: 5px 3px 10px rgba(0,0,0,0.05);
    padding: 25px;
    z-index: 1;
    background-color: transparent;
}

.floating-div2 {
    position: absolute;
    top: 125px;
    left: 5px;
    width: 68%;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: left;
    line-height: 50px;
    font-family: 'Bai Jamjuree', sans-serif;
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 500;
    font-size: 32px;
    font-size: 24px;
    background-color: rgba(255,255,255,0.5);
    line-height: 40px;
    color: #28252d;
    color: #414042;
    color: rgba(255,255,255,0.7);
    text-shadow: 5px 3px 10px rgba(0,0,0,0.05);
    padding: 25px;
    z-index: 1;
    background-color: transparent;
}

.side-nav {
    background-color: #fff;
    -webkit-box-shadow: 6px 0px 19px -6px rgba(0,0,0,0.57);
    box-shadow: 6px 0px 19px -6px rgba(0,0,0,0.07);
    /*border-right: solid 8px #ed7014;*/
}

    .side-nav .side-nav-inner .side-nav-menu li a {
        color: #414042;
        font-size: 14px;
        font-family: "Gilroy-Medium";
        font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0;
        -webkit-transition: all 0.1s ease
    }

.side-nav .side-nav-inner .side-nav-menu li a:hover, .side-nav .side-nav-inner .side-nav-menu li a:focus {
    color:#414042;
    font-weight:600;
    letter-spacing:0;
}

.card-insights {
    background-color: #503291;
}

.card-insights h1 {
    color: #2dbecd;
}

.card-insights p {
    color: rgba(255,255,255,0.8) !important;
    font-weight:500;
}

.insights-purple {
    width: 100%;
    color: #503291;
}

.insights-blue {
    width: 100%;
    color: #2dbecd;
}

.case-text, .webinar-text {
    font-size: 16px;
    width: 100%;
    font-family: "Gilroy-Regular";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    color: #0f192e;
    line-height: 1.75;
    padding-top: 15px;
    font-weight:400;
    letter-spacing: 0.2px;
    -webkit-font-smoothing: antialiased
}

.heading-reminders {
    font-family: "Gilroy-Bold";
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
    font-weight: 600;
    font-size: 24px;
    color: #0076aa;
    color: #0f192e;
}

.breadcrumb .breadcrumb-item.active {
    color: #0f192e;
    line-height:normal;
}

.breadcrumb a.breadcrumb-item {
    line-height:normal;
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown.open > a {
    color: #503291;
}

.breadcrumb.breadcrumb-dash .breadcrumb-item + .breadcrumb-item:before {
    font-size: 22px;
    margin-top: -8px;
}

.header-sub-title {
    margin-top:2px;
}

.bg-warning {
    background-color: #2dbecd !important;
}

li.nav-item.dropdown.active > a {
    color: #503291;
    font-weight:600;
}

.side-nav .side-nav-inner .side-nav-menu li a:hover, .side-nav .side-nav-inner .side-nav-menu li a:focus {
    font-weight: 600;
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active {
    background-color:rgba(80,50,145,0.3);
    font-weight:600;
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li.active a {
    color:rgba(15,25,46,1);
}

.side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:before, .side-nav .side-nav-inner .side-nav-menu li.dropdown .arrow .arrow-icon:after {
    background-image: linear-gradient(to right, rgba(15,25,46,0.75), rgba(15,25,25,0.75))
}

.case-listing-date {
    color: #503291;
}

.side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a:hover, .side-nav .side-nav-inner .side-nav-menu > li.dropdown ul.dropdown-menu > li > a:focus {
    color: #414042;
    font-weight: 600;
}

.page-header {
    background-image: url('/Assets/images/ornaments/merck-header-curve.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 15px !important;
    padding-left: 0px !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.page-header .breadcrumb .breadcrumb-item.active {
    color:rgba(255,255,255,0.7) !important;
    opacity:1 !important;
}

.page-header div ul li a img {
    display:none;
    width:1px;
}

.page-header .nav-left {
    margin-left: 0px;
}

.header-sub-title a {
    color: rgba(255,255,255,1) !important;
    opacity: 1 !important;
}

.header-sub-title a:hover {
    color: rgba(255,255,255,0.7) !important;
    opacity:1 !important;
}

.btn-general-cms-orange {
    border-radius: 10px;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -5px;
    background-color: #f03699;
    border: solid 1px #e0c0cb;
    color: #fff;
}

.btn-general-cms-orange:hover {
    border-radius: 10px;
    font-size: 13px;
    font-weight:normal;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -5px;
    background-color: #f03699;
    border: solid 1px #e0c0cb;
    color: #fff;
    filter: drop-shadow(rgba(240,54,153,0.3) 0rem 0rem 5px);
}

.add-button {
    font-size:13px;
    border-radius:6px;
}

.dataTables_wrapper .dataTables_cell {
    word-wrap: break-word; /* Older browsers */
    overflow-wrap: break-word; /* Standard in CSS3 */
    white-space: normal; /* Allows the text to wrap */
    vertical-align: top; /* Optional: Adjusts vertical alignment */
}

.wrap-ok {
    white-space: normal;
    word-wrap: break-word;
}

.wrap-ok p {
    line-height: 1.75;
    padding: 5px 10px;
}

.titleHeading {
    color: #503291;
}

.reminder-panel-dashboard {
    padding-left:30px;
    padding-right:30px;
    margin-top:-10px;
}

.card-modern-general {
    background-color: #f8f8fc;
    font-size: 15px;
    border: solid 1px #e4e6ec;
}

#data-table thead tr th, #data-table2 thead tr th, #data-table3 thead tr th {
    background-color: #ececf4;
    color: #382366;
    font-weight: 600;
}

.dataTable thead tr th {
    background-color: #ececf4;
    color: #382366;
    font-weight: 600;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff !important;
}

.add-button {
    background-color: #503291;
    color: #fff;
}

.add-button:hover {
    background-color: #382366;
    color:#fff;
}

.green-text {
    color: #149b5f !important;
}

.red-text {
    color: #e61e50 !important;
}

.card-modern-graphic {
    background-color: #503291;
}

.card-modern-graphic h1 {
    color: rgba(150,213,210,1);
}

.card-modern-graphic p.heading-3 {
    color: rgba(255,255,255,1) !important;
    font-family: "Noto Sans", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Verdana, "Noto Sans SC", "Noto Sans TC", "MS Gothic", "Hiragino Kaku Gothic ProN", SimHei, SimSong, "Yu Gothic", Meiryo, Arial, sans-serif;
}

.card-modern-small:hover {
    border: solid 1px #cfd1dc;
    filter: drop-shadow(0px 0px 10px rgba(113, 114, 114, 0.1));
    /*box-shadow: 0 27px 80px rgba(95, 125, 149, .07), 0 17.3274px 36.0449px rgba(95, 125, 149, .0503198), 0 10.4775px 22.3564px rgba(95, 125, 149, .0417275), 0 6.52814px 14.8269px rgba(95, 125, 149, .035), 0 3.88539px 9.31526px rgba(95, 125, 149, .0282725), 0 1.80585px 4.54341px rgba(95, 125, 149, .0196802);*/
}

/*.dashboard-cms-highlight-panel {
    background-color: #2dbecd;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    border: solid 1px #96d5d2;
    border-radius: 15px;
    box-shadow: 0 27px 80px rgba(95, 125, 149, .07), 0 17.3274px 36.0449px rgba(95, 125, 149, .0503198), 0 10.4775px 22.3564px rgba(95, 125, 149, .0417275), 0 6.52814px 14.8269px rgba(95, 125, 149, .035), 0 3.88539px 9.31526px rgba(95, 125, 149, .0282725), 0 1.80585px 4.54341px rgba(95, 125, 149, .0196802);
}*/

.profile-circle-big {
    width: 80px !important;
    height: 80px !important;
    border-radius: 40px !important;
    background-size: 80px 80px;
    margin-left: 5px;
    margin-top: 20px;
}


@media (min-width: 1024px) and (max-width: 1366px) {
    /* Columns 1-4: Two-column layout (50% each) */
    .ipro-fix {
        width: 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    /* Column 5: Full width (100%) */
    .ipro-fifth {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .suggestions-dashboard {
        border-left: 0 !important;
        padding-left: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: solid 1px #a799c8;
    }

    .reminder-panel-dashboard {
        padding-left: 40px;
        padding-right: 40px;
        margin-top: -30px;
    }

    .profile-circle-big {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50px !important;
        background-size: 51px 55px;
        margin-left: 5px;
        margin-top: 12px;
    }

    .card-modern-big-child {
        margin-top: -20px !important;
    }

    .dashboard-case-title {
        margin-top:30px;
    }
}