@font-face {
    font-family: ClashGrotesk;
    src: url("../newstyle/fonts/ClashGrotesk-Variable.woff2") format("woff2"), url("../fonts/ClashGrotesk-Variable.woff") format("woff"), url("../fonts/ClashGrotesk-Variable.ttf") format("truetype");
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
}

body {
    font-size: 1rem;
    color: rgb(66, 65, 65);
    background-size: cover;
    font-family: ClashGrotesk !important;
    background-color: rgb(246, 246, 246) !important;
}

p {
    padding: 5px 0px;
    margin: 5px 0px;
}

a {
    color: rgb(225, 107, 35);
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

.new-title {
    background: rgb(248, 240, 230);
    padding: 0.7rem;
    border-radius: 6px;
}

.fltLft {
    float: left;
}

.fw-500 {
    font-weight: 500;
}

.fltRht {
    float: right;
}

img {
    border: none;
    outline: 0px;
}

ul {
    list-style-type: none;
}

form {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 1px;
    display: none;
}

.mandatory, .redText {
    color: rgb(183, 12, 12);
    text-align: left !important;
    font-size: 1.1rem !important;
}

#lblPaging b {
    font-weight: 500;
}

.blueText {
    color: rgb(1, 95, 155);
}

.maroonText {
    color: rgb(171, 0, 0);
}

.form-select {
    padding: 0.675rem 0.75rem !important;
}

.form-control {
    padding: 0.675rem 0.75rem !important;
}

input[type="text"], input[type="file"], textarea, select {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(206, 212, 218);
    padding: 0.775rem 0.75rem;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: auto !important;
}

.inputCalendar {
    background: url("../Images/calendarIcon.png") right center no-repeat;
    padding-right: 25px;
}

input[type="text"], input[type="file"] {
}

#wrapper {
    width: 1486px;
    margin: 0px auto 10px;
    padding: 1rem 0px;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    min-height: 100vh;
}

#content {
    overflow-y: auto;
}

.title {
    font-size: 14px;
    font-weight: bold;
    color: rgb(51, 51, 51);
    text-decoration: none;
    padding: 5px 0px 0px;
    margin: 5px 0px 0px;
}

.searchTable td {
    padding: 4px;
}

.searchTable {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

    .searchTable strong {
        font-weight: 500 !important;
    }

.bdrBtm {
    border-bottom: 1px solid rgb(204, 204, 204);
}

.form-group {
    margin-bottom: 1rem;
}

.form-label {
    font-weight: 500;
    font-size: 1.2rem !important;
}

.legandBox {
    padding: 22px 0px 12px;
    float: right;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid rgb(222, 222, 222);
    margin-bottom: 9px;
}

    .legandBox strong {
        margin-right: 33px;
        font-weight: 500 !important;
    }

    .legandBox img {
        width: 15px;
    }

.star-legand strong {
    font-weight: 500 !important;
}

.pageResult {
    margin: 29px 0px;
    align-items: center;
    gap: 0.2rem;
    justify-content: flex-end;
    width: 100%;
}

.numbering {
    font-weight: 500;
}

.pageResult a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 1.1rem;
}

    .pageResult a:hover {
        color: rgb(0, 0, 0);
        text-decoration: underline;
    }

#myTab {
    padding: 10px 0px 2px;
    height: 39px;
    border-bottom: 1px solid rgb(237, 237, 237);
    margin-top: 1rem;
}

    #myTab ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

        #myTab ul li {
            margin: -9px 0px 0px;
            float: left;
            display: inline-block;
            padding: 0px 2px 0px 0px;
        }

            #myTab ul li a {
                font-size: 18px;
                color: rgb(51, 51, 51);
                text-decoration: none;
                background-color: rgb(240, 240, 240);
                border-bottom: 0px;
                text-align: center;
                font-weight: 500;
                padding: 4px 10px;
                float: left;
                border-radius: 3px 3px 0px 0px;
            }

                #myTab ul li a:hover {
                    background-color: rgb(147, 52, 52);
                    color: rgb(255, 255, 255);
                }

            #myTab ul li.active a, #myButton ul li.active a:hover {
                background-color: rgb(147, 52, 52);
                color: rgb(255, 255, 255);
                border-width: 1px 1px 0px;
                border-top-style: solid;
                border-right-style: solid;
                border-left-style: solid;
                border-top-color: rgb(114, 26, 26);
                border-right-color: rgb(114, 26, 26);
                border-left-color: rgb(114, 26, 26);
                border-image: initial;
                border-bottom-style: initial;
                border-bottom-color: initial;
            }

.util {
    margin-right: 13px;
}

.viewTable th.bg-transparent {
    background: transparent !important;
}

.utilLink {
    background-color: rgb(204, 204, 204);
    border: 1px solid rgb(221, 221, 221);
    padding: 3px 8px;
    float: right;
    color: rgb(0, 0, 0);
}

    .utilLink:hover {
        background-color: rgb(221, 221, 221);
        border: 1px solid rgb(204, 204, 204);
        text-decoration: none;
    }

.tableFit {
    overflow: auto hidden;
}

.wrapper-title h2 {
    color: rgb(114, 26, 26);
}

.searchTable {
    margin: 5px 0px 15px;
    background: rgb(247, 247, 247);
    border-radius: 10px;
    padding: 1rem;
}

.viewTable {
    margin: 1.8rem 0px 5px;
    padding: 0px;
}

    .viewTable table {
        color: rgb(13, 13, 13);
        border-collapse: collapse;
    }

    .viewTable td {
        padding: 0rem 0.6rem;
        border-bottom: 1px solid rgb(244, 243, 243);
        border-collapse: collapse;
    }

    .viewTable th {
        color: rgb(0, 0, 0);
        border-collapse: collapse;
        text-align: left;
        background-color: rgb(226, 226, 226);
    }

    .viewTable table td a:link, .viewTable table td a:visited {
        text-decoration: none;
    }

    .viewTable table td a:hover {
        text-decoration: underline;
    }

    .viewTable table td a.btnView, .viewTable table td a.btnView:hover {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }

.paging {
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}

    .paging span {
        text-decoration: none;
        font-size: 18px;
        font-weight: normal;
        color: rgb(255, 255, 255);
        float: left;
        border: 1px solid rgb(114, 26, 26);
        padding: 0px 11px;
        border-radius: 4px;
        background-color: rgb(164, 66, 66);
        margin: 0px 1px;
    }

.viewTable .paging table td {
    border: none;
    padding: 0px;
    margin: 0px 1px;
    height: 25px;
}

.viewTable .paging td table {
    float: right;
    border: none;
    width: auto;
    margin: 0px;
    padding: 0px;
}

    .viewTable .paging td table a {
        text-decoration: none;
        font-size: 15px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        float: left;
        border: 1px solid rgb(204, 204, 204);
        background-color: rgb(235, 235, 235);
        margin: 0px 1px;
        padding: 2px 9px;
        border-radius: 4px;
    }

        .viewTable .paging td table a:hover {
            background-color: rgb(200, 199, 199);
            display: block;
            border: 1px solid rgb(172, 172, 172);
        }

.paging a.active {
    color: rgb(255, 255, 255);
    background-color: rgb(35, 154, 227);
    display: block;
    border: 1px solid rgb(2, 114, 183);
}

#leftSection {
    width: 268px;
    float: left;
}

    #leftSection .lftMenu {
        width: 229px;
        padding-left: 0px;
    }

        #leftSection .lftMenu a {
            font-size: 17px;
            text-decoration: none;
            margin: 0px 0px 0.7rem;
            box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px;
            background: rgb(255, 255, 255);
            padding: 0.5rem;
            justify-content: space-between;
            border-radius: 6px;
            color: rgb(114, 26, 26);
            align-items: center;
            border: 1px solid rgb(114, 26, 26);
            display: flex;
            text-align: left;
        }

            #leftSection .lftMenu a:hover {
                color: rgb(255, 255, 255);
                background-color: rgb(131, 39, 39);
            }

            #leftSection .lftMenu a.active {
                color: rgb(255, 255, 255);
                background-color: rgb(114, 26, 26);
            }

#rightSection {
    width: 1128px;
    float: right;
}

.btnSubmit {
    padding: 0.275rem 1.45rem 0.375rem !important;
    font-size: 1.35rem !important;
    background-color: rgb(35, 147, 70) !important;
    border: 1px solid rgb(35, 147, 70) !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    height: auto !important;
    line-height: unset !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
}

    .btnSubmit:hover, .btnSubmit:active {
        color: rgb(255, 255, 255);
        background-color: rgb(21, 115, 71) !important;
        border-color: rgb(20, 108, 67) !important;
    }

.btnView {
    display: inline;
    padding: 5px 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid rgb(25, 135, 84);
    background: transparent;
    height: 30px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    zoom: 1;
    color: rgb(25, 135, 84) !important;
}

    .btnView:hover, .btnView:focus, .btnView.active {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(25, 135, 84);
    }

.btnCancel {
    border: 0px none rgb(189, 54, 47);
    display: inline;
    padding: 4px 12px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
    background-color: rgb(218, 79, 73);
    background-repeat: repeat-x;
    border-radius: 4px;
    background-image: linear-gradient(rgb(238, 95, 91), rgb(189, 54, 47));
}

.new-table tr td, .new-table tr th {
    border: 1px solid rgb(228, 224, 224);
}

table.new-table tr:first-child th:first-child {
    border-top-left-radius: 0px;
}

table.new-table tr:first-child th:last-child {
    border-top-right-radius: 0px;
}

.btnCancel:hover, .btnCancel:active {
    color: rgb(255, 255, 255);
    background-color: rgb(189, 54, 47);
    background-image: linear-gradient(rgb(169, 48, 42), rgb(189, 54, 47));
    background-repeat: repeat-x;
}

.invisible {
    display: none;
}

.info {
    background-color: rgb(241, 241, 241);
    border: 1px solid rgb(242, 242, 242);
    margin: 10px 0px 0px;
    padding: 11px;
    border-radius: 3px;
}

#footer {
    padding: 5px;
    text-align: center;
    color: rgb(33, 33, 33);
    opacity: 0.7;
}

.MyCalendar .ajax__calendar_body table td, .addTable .MyCalendar .ajax__calendar_body table td {
    font-weight: normal;
    font-size: 12px !important;
}

.MyCalendar .ajax__calendar_container {
    background-color: rgb(204, 204, 204);
    border: 1px solid rgb(204, 204, 204);
    padding: 0px;
    margin: 0px;
}

.MyCalendar .ajax__calendar_header {
    background-color: rgb(241, 250, 255);
    margin: 0px;
}

.MyCalendar .ajax__calendar_title, .MyCalendar .ajax__calendar_next, .MyCalendar .ajax__calendar_prev {
    color: rgb(0, 0, 0);
    padding-top: 0px;
    margin: 0px;
    background-color: rgb(241, 250, 255);
}

.MyCalendar .ajax__calendar_body {
    background-color: rgb(255, 255, 255);
    border: 0px solid rgb(204, 204, 204);
    padding: 0px 0px 14px;
    margin: 0px;
}

    .MyCalendar .ajax__calendar_body table {
        padding: 0px;
        margin: 0px;
        width: 100%;
        border: 0px;
        height: 100%;
    }

        .MyCalendar .ajax__calendar_body table td {
            border: 1px solid rgb(221, 221, 221);
            margin: 0px;
            padding: 0px !important;
        }

.MyCalendar .ajax__calendar_dayname {
    text-align: center;
    font-weight: bold;
    background-color: rgb(106, 106, 106);
    color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 22px;
    border: 0px;
}

.MyCalendar .ajax__calendar_day {
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 22px;
    height: 19px;
    background-color: rgb(238, 238, 238);
    color: rgb(0, 0, 0);
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year, .MyCalendar .ajax__calendar_active .ajax__calendar_day {
    font-weight: bold;
    background-color: rgb(253, 93, 40);
    margin: 0px;
    color: rgb(255, 255, 255);
}

.MyCalendar .ajax__calendar_today {
    font-weight: bold;
    padding: 1px 0px 3px;
    height: 22px;
    margin: 0px;
    background-color: rgb(106, 106, 106);
    color: rgb(255, 255, 255);
}

.MyCalendar .ajax__calendar_other {
    color: rgb(187, 187, 187);
}

.ajax__calendar_hover .ajax__calendar_title {
    color: rgb(255, 0, 0);
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day {
    background-color: rgb(255, 255, 255);
    color: rgb(204, 204, 204);
}

.alertSuccess {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(249, 255, 228);
    padding: 5px 5px 10px;
    margin: 10px 0px;
    border: 1px solid rgb(231, 240, 200);
}

.alertSuccess {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(249, 255, 228);
    padding: 5px 5px 10px;
    margin: 10px 0px;
    border: 1px solid rgb(231, 240, 200);
}

#content .alertSuccess h2 {
    background-color: rgb(231, 240, 200);
    border-bottom: 1px solid rgb(216, 227, 180);
    padding: 5px 5px 5px 10px;
    margin: -5px -5px 10px;
}

.center {
    text-align: center;
}

.alertWarning {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(253, 239, 234);
    padding: 5px 5px 10px;
    margin: 10px 0px;
    border: 1px solid rgb(244, 221, 213);
}

#content .alertWarning h2 {
    background-color: rgb(244, 221, 213);
    border-bottom: 1px solid rgb(231, 203, 193);
    padding: 5px 5px 5px 10px;
    margin: -5px -5px 10px;
}

.alertInfo {
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: rgb(255, 254, 203);
    padding: 5px 5px 10px;
    margin: 10px 0px;
    border: 1px solid rgb(241, 240, 178);
}

#content .alertInfo h2 {
    background-color: rgb(241, 240, 178);
    border-bottom: 1px solid rgb(229, 228, 159);
    padding: 5px 5px 5px 10px;
    margin: -5px -5px 10px;
}

h3.heading {
    margin: 10px 0px 5px;
}

.noData {
    text-align: center;
    color: rgb(51, 51, 51);
    border: 1px solid rgb(221, 221, 221);
    padding: 5px;
    margin-bottom: 5px;
}

.btnUtil {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 0px;
    margin-left: 4px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(255, 246, 236, 0.68);
    border: 1px solid rgba(239, 167, 90, 0.68);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500 !important;
}

    .btnUtil:hover {
        color: rgb(51, 51, 51);
        background-color: rgb(239, 167, 90);
        text-decoration: none;
    }

.btnUtilBack {
    display: inline-block;
    padding: 8px 10px;
    margin-bottom: 0px;
    margin-left: 4px;
    font-size: 15px;
    line-height: 20px;
    color: rgb(51, 51, 51);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(255, 246, 236, 0.68);
    border: 1px solid rgba(239, 167, 90, 0.68);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500 !important;
}

    .btnUtilBack strong {
        font-weight: 500;
    }

    .btnUtilBack:hover {
        color: rgb(51, 51, 51);
        background-color: rgb(235, 218, 200);
        text-decoration: none;
    }

.login-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .login-logo img {
        height: 73px;
    }

.logo-text {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.2;
}

.main-logo {
    display: flex;
    align-items: center;
}

.logo-content {
    color: rgb(33, 33, 33);
    line-height: 1;
}

.manadatory {
    color: red;
}

#content {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
    opacity: 1;
    margin-top: 2rem;
    padding: 1.3rem 2rem 2rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 3px 10px;
    border-radius: 15px;
    flex: 1 1 auto;
}

#header {
}

.addTable {
    margin: 1.5rem 0px !important;
    padding: 0px !important;
    border: none !important;
}

    .addTable td {
        font-family: ClashGrotesk !important;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        padding: 4px 6px !important;
    }

.navigation {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding-bottom: 0.7rem;
}
#divpaging a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
    font-size: 1.1rem;
}
.navigation strong {
    font-weight: 500 !important;
}
    .navigation h2 {
        margin-bottom: 0px;
        font-size: 1.7rem !important;
    }

    .navigation span {
        font-weight: 400;
        margin-left: 0.5rem;
        font-size: 1rem !important;
    }

.button {
    padding: 0.275rem 1.45rem 0.375rem !important;
    font-size: 1.35rem !important;
    background-color: rgb(35, 147, 70) !important;
    border: 1px solid rgb(35, 147, 70) !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    height: auto !important;
    line-height: unset !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
}

.cancel {
    padding: 0.275rem 1.45rem 0.375rem !important;
    font-size: 1.35rem !important;
    background-color: rgb(220, 53, 69) !important;
    border: 1px solid rgb(220, 53, 69) !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background-image: none !important;
    height: auto !important;
    line-height: unset !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
}

.btnUtil {
    margin-top: 0px !important;
}

.cancel:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(187, 45, 59);
    border-color: rgb(176, 42, 55);
}

.button:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(21, 115, 71) !important;
    border-color: rgb(20, 108, 67) !important;
}

.blinkText {
    display: inline-block;
    font-size: 20px !important;
    margin-top: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    background: rgb(246, 145, 30) !important;
    padding: 0.6rem 1rem !important;
    border-radius: 6px !important;
}

.btn-effect {
    position: relative;
    text-decoration: none !important;
}

.right-area {
    display: flex;
    align-items: center;
}

.btn-effect > span {
    display: block;
    background: linear-gradient(120deg, rgb(225, 81, 117), rgb(253, 151, 40), rgb(225, 81, 117)) 0% 0% / 400% 400%;
    animation: 3s ease-in-out 0s infinite normal none running gradient;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    font-weight: 500;
    padding: 0.475rem 1.45rem 0.375rem !important;
    font-size: 16px !important;
}

    .btn-effect > span:hover {
        text-decoration: none;
    }

.btn-effect :hover {
    text-decoration: none !important;
}

    .btn-effect :hover span {
        text-decoration: none;
        text-align: center;
    }

@-webkit-keyframes gradient {
    0% {
        background-position: 14% 0%;
    }

    50% {
        background-position: 87% 100%;
    }

    100% {
        background-position: 14% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 14% 0%;
    }

    50% {
        background-position: 87% 100%;
    }

    100% {
        background-position: 14% 0%;
    }
}

.blinking {
    color: rgb(0, 0, 0) !important;
    font-weight: 500 !important;
}

.viewTabletable tbody tr, table thead tr {
    border-bottom: 1px solid rgb(209, 209, 209);
}

.viewTable th:first-child {
    border-top-left-radius: 15px;
    padding: 0.4rem 1rem;
}

.viewTable th:last-child {
    border-top-right-radius: 15px;
    padding: 0.4rem 1rem;
}

.viewTable table tbody tr td {
    padding: 1.1rem 0.6rem;
    font-size: 1rem;
}

.th-bg {
    background: rgba(147, 52, 52, 0.06) !important;
}

.viewTable table tbody tr th {
    font-weight: 500;
    font-size: 1rem;
    padding: 0.6rem;
    background: rgba(232, 232, 232, 0.57) !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

#Panel3 {
    background: rgba(255, 246, 236, 0.68);
    padding: 1rem;
    border-radius: 15px;
    border: none !important;
}

#Panel1 {
    background: rgba(255, 246, 236, 0.68);
    padding: 1rem;
    border-radius: 15px;
    border: none !important;
}

.btn.printer-btn {
    color: rgb(96, 96, 96);
    border: 1px solid rgb(207, 207, 207);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 27px 0px;
    font-size: 1rem;
    padding: 0.2rem 0.4rem !important;
}

.btn.xls-btn {
    color: rgb(96, 96, 96);
    border: 1px solid rgb(207, 207, 207);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 20px 27px 0px;
    font-size: 1rem;
    padding: 0.2rem 0.4rem !important;
}

.btn.printer-btn:hover {
    transform: translateY(-1px);
    background: rgb(167, 167, 167);
    color: rgb(255, 255, 255);
}

.btn.xls-btn:hover {
    transform: translateY(-1px);
    background: rgb(167, 167, 167);
    color: rgb(255, 255, 255);
}

.utils {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#lblPaging {
    font-size: 1.1rem;
}

.btn {
    padding: 0.4rem 1.4rem !important;
    font-size: 1.2rem !important;
}

.note {
    background: rgba(196, 191, 191, 0.17);
    padding: 1rem;
    border-radius: 6px;
}

    .note ul {
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .note ul li {
            display: flex;
            align-items: center;
            font-size: 1.2rem;
            margin-bottom: 0.7rem;
        }

            .note ul li i {
                font-size: 1.7rem;
                margin-top: 1px;
                display: flex;
            }

.listBoxHeader {
    background-color: rgb(226, 226, 226);
    padding: 5px;
    font-weight: 500;
    margin-bottom: -3px;
    border-radius: 6px 6px 0px 0px;
}

.form-divider {
    border-top: 1px dashed rgb(204, 204, 204);
    padding: 1.4rem 0px;
    margin-top: 1.3rem;
}

    .form-divider h4 {
        border-left: 4px solid rgb(208, 124, 35);
        padding-left: 0.6rem;
        margin-bottom: 1.8rem;
        font-size: 1.5rem;
    }

.details-form-label {
    font-weight: 400;
}

.modal-label {
    font-weight: 500;
    display: block;
}

@media (max-width: 768px) {
    #wrapper {
        width: auto;
        padding: 1.5rem;
    }

    .navigation {
        display: block;
    }

        .navigation h2 {
            margin-bottom: 1rem;
        }
}

@media screen and (max-width: 1366px) {
    #wrapper {
        width: 1252px;
    }
    .legandBox strong {
        margin-right: 11px;
    }
    .legandBox img {
        width: 12px;
    }
    #leftSection .lftMenu {
        width: 195px;
        padding-left: 0px;
    }
}
