/* Minification failed. Returning unminified contents.
(140,43): run-time error CSS1046: Expect comma, found '41'
(140,49): run-time error CSS1046: Expect comma, found '/'
(141,35): run-time error CSS1046: Expect comma, found '41'
(141,41): run-time error CSS1046: Expect comma, found '/'
(152,43): run-time error CSS1046: Expect comma, found '41'
(152,49): run-time error CSS1046: Expect comma, found '/'
(153,35): run-time error CSS1046: Expect comma, found '41'
(153,41): run-time error CSS1046: Expect comma, found '/'
(746,1): run-time error CSS1019: Unexpected token, found '}'
(1136,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1137,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1189,37): run-time error CSS1046: Expect comma, found '41'
(1189,43): run-time error CSS1046: Expect comma, found '/'
(1194,41): run-time error CSS1046: Expect comma, found '41'
(1194,47): run-time error CSS1046: Expect comma, found '/'
(1302,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1303,10): run-time error CSS1035: Expected colon, found '{'
(1312,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1313,10): run-time error CSS1035: Expected colon, found '{'
(1377,37): run-time error CSS1046: Expect comma, found '41'
(1377,43): run-time error CSS1046: Expect comma, found '/'
(1382,41): run-time error CSS1046: Expect comma, found '41'
(1382,47): run-time error CSS1046: Expect comma, found '/'
(1535,43): run-time error CSS1046: Expect comma, found '41'
(1535,49): run-time error CSS1046: Expect comma, found '/'
(1536,35): run-time error CSS1046: Expect comma, found '41'
(1536,41): run-time error CSS1046: Expect comma, found '/'
(1574,1): run-time error CSS1036: Expected expression, found '}'
(1807,45): run-time error CSS1046: Expect comma, found '41'
(1807,51): run-time error CSS1046: Expect comma, found '/'
(1808,37): run-time error CSS1046: Expect comma, found '41'
(1808,43): run-time error CSS1046: Expect comma, found '/'
(1817,37): run-time error CSS1046: Expect comma, found '41'
(1817,43): run-time error CSS1046: Expect comma, found '/'
 */

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,400;0,500;0,600;1,100&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    /* background-color: #f2f7ff;
    color: #25396f;
    background: url(../images/background.jpg) no-repeat scroll left top;
    background-repeat: repeat;*/
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

*::-webkit-scrollbar {
    width: 5px;
    background-color: white;
    height: 5px;
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: white;
}

    /**::-webkit-scrollbar-track:hover {
        background-color: #00985a;
    }*/

*::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #00985a;
}

    /**::-webkit-scrollbar-thumb:hover {
        background-color: #00985a;
    }*/

label {
    display: inline-block;
    margin-bottom: 5px;
}

#divCmpLogo {
    text-align: center;
}

#divScrollTop {
    display: none;
    position: fixed;
    right: 5px;
    width: 30px;
    bottom: 0px;
    z-index: 2;
}

.aside #divMenuSearch {
    display: none !important;
}

.aside:hover #divMenuSearch, .aside.open #divMenuSearch {
    display: block !important;
    padding: 5px;
    border-bottom: 1px solid #f0f0f0;
}

.divContextHeading {
    background-color: #f7fffc;
    padding: 12px 15px;
    color: #01a41b;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.aside #divCmpLogo {
    padding: 10px 0;
}

.aside:hover #divCmpLogo img, .aside.open #divCmpLogo img {
    max-height: 120px !important;
}



/*.divBackShadow {
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
}

    .divBackShadow:hover {
        box-shadow: 1px 0px 5px 5px #f3f3f3;
        -moz-box-shadow: 1px 0px 5px 5px #f3f3f3;
        -webkit-box-shadow: 1px 0px 5px 5px #f3f3f3;
    }*/

.divContextBody {
    padding: 5px;
    border: 1px solid #f7fffc;
}

.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

a:hover {
    text-decoration: none;
}

#divProjectLoad {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(238, 255, 246, 0.4) 0%, rgba(140, 189, 163, 0.4) 179.54%);
}

#divHeader {
    /*margin: 20px;*/
    padding: 0 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background 0s ease 0s;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    height: 64px;
    background: white;
    /*border-radius: 10px;*/
}

div#divContent {
    margin: 20px;
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background 0s ease 0s;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    height: calc(100vh - 100px);
    overflow: auto;
    background: white;
    border-radius: 10px;
}

/*.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 25px;
    width: 30px;
    height: 30px;
    line-height: 14px;
    padding: 7px 11px 7px 10px;
}*/


#divHeader nav ul li a {
    color: #01a41b;
    /*border: 1px solid #01a41b;*/
    border-radius: 5px;
    text-transform: capitalize;
}

#divHeader .dropdown-menu a {
    color: #626262;
}

.divTextWrap {
    overflow: hidden;
    text-transform: capitalize;
}

.right-sidecontent .navbar {
    padding: 0px !important;
}

.pagewrapper {
    padding-bottom: 20px;
}

.pageback {
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

.pagewrapper .divButtons {
    margin-top: 0px !important;
}


.divButtons {
    padding: 15px 15px 15px 15px;
    padding: 5px 0;
    text-align: right;
}

.divPagination {
    border: 1px solid #f2f7ff;
    padding-top: 5px;
    background-color: #f7fffc;
}

    .divPagination .col-md-3 {
        padding-top: 5px;
    }

.searchGroup .fa-search {
    position: absolute;
    margin-left: 4px;
    margin-top: 6px;
    right: 10px;
    top: 8px;
}

.searchGroup {
    position: relative;
}

    .searchGroup .searchTextbox {
        padding-left: 20px;
    }

table.table.table-striped td:last-child {
    min-width: 100px !important;
    max-width: fit-content;
}

.CmnPopup .divButtons button:nth-child(2) {
    background-image: linear-gradient(45deg, #01a41b, #f50505);
}

    /*.CmnPopup .divButtons button:nth-child(2) i {
        color: #666666;
    }*/

.btn-primary {
    color: #fff;
    background-color: #01a41b;
    border-color: #01a41b;
}

.text-primary {
    color: #01a41b !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #8fd5b8;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #12263f;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2ddec;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

select.form-control {
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
    -ms-appearance: menulist !important;
    -o-appearance: menulist !important;
    appearance: menulist !important;
}

.input-group-append .btn {
    min-width: auto !important;
}

.table {
    font-size: 13px;
    margin-bottom: 0px;
}

    .table th {
        background-color: #afc0fc;
        color: #363636 !important;
        padding: 5px;
        vertical-align: middle;
    }

    .table td {
        padding: 2px 5px 2px 5px;
        vertical-align: middle;
    }

    .table tr:hover {
        background-color: #f7fffc !important;
    }

    .table thead > tr > th {
        background-color: #f7fffc !important;
        color: #01a41b !important;
        font-size: 15px !important;
        font-weight: 500;
        text-align: left;
    }

/*dl, ol, ul {
    margin-top: 5px;
    margin-bottom: 5px;
}*/

dd {
    /*border-bottom: 1px solid #f7fffc;*/
    padding: 4px;
    margin: 0px 10px 0px 0px;
    height: 30px;
    background-color: #f7fffc;
}

    dd:hover {
        box-shadow: 0px 0px 1px 2px #f7fffc;
    }

.divDetailValue {
    padding: 10px;
    margin: 0px 10px 0px 0px;
    height: 38px;
    background-color: #f7fffc;
}

    .divDetailValue:hover {
        box-shadow: 0px 0px 1px 2px #f7fffc;
    }

dt {
    margin-top: 5px;
}


.dropdown-menu {
    position: static;
    border-radius: 0px;
    border: 0px;
    margin: 0px;
    min-width: 60px;
    padding: 0px;
    overflow: hidden !important;
    text-overflow: ellipsis;
    font-size: 14px;
}

.dropdown-item {
    white-space: initial;
    padding: 5px 5px 5px 10px;
    /* border: 1px solid #01a41b;*/
    margin-top: 2px;
    margin-left: 0px;
    border-radius: 5px;
    font-size: 15px;
    transition: all ease-out .5s
}

.aside .dropdown-item {
    display: none;
}

.aside:hover .dropdown-item, .aside.open .dropdown-item {
    display: block;
}

.dropdown-item:hover, .selectedSubMenu {
    color: #01a41b !important;
    /* margin-left: 10px;*/
    background: #f6fff8;
}

.show div#dropdown-menu, .selectedParentMenu + div#dropdown-menu {
    border-left: 3px solid #01a41b;
    background: #f1fff8;
}

    .show div#dropdown-menu a, .selectedParentMenu + div#dropdown-menu a {
        padding: 7px 0px 7px 28px !important;
        color: #73797E;
    }


.divSubMenu {
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #f7fffc;
    background-color: #01a41b;
    margin-bottom: 5px;
    color: white;
    cursor: pointer;
}

    .divSubMenu:hover {
        color: #000;
        background-color: #f7fffc;
    }

.selectedParentMenu {
    color: #01a41b !important;
    background: #f6fff8;
    /*border-radius: 0px 10px 0px 10px;*/
}

    .selectedParentMenu:hover {
        color: #fff !important;
    }

.selectedMenu {
    color: #01a41b !important;
}

    .selectedMenu i {
        color: #00985a !important;
    }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    border-left: 3px solid #01a41b;
    background: #F1FFF8;
    color: #000 !important;
}

.input-container {
    margin-top: -10px;
}

.login-card input[type="checkbox"] {
    height: auto !important;
}

.selectedSubMenu {
    color: #01a41b;
}

    .selectedSubMenu:hover {
        color: #01a41b;
    }

div#divCertificate {
    box-shadow: 0px 0px 10px 5px #f2f9ff;
    border: 0px solid black !important;
    padding: 30px;
    border-radius: 15px;
}

#btnSubmit, #divSubmit, .CmnPopup .divButtons button:first-child {
    float: right;
    margin-left: 15px;
}

div#btnCancel, #btnCancel, div#btnCancel button, .CmnPopup .divButtons button:last-child, .divButtonArea.divButtons button.mr-3, .divButtons .text-center button, #btnCancelReceipt {
    background: #fff !important;
    border-color: #a9a9a9 !important;
    color: #707070;
    box-shadow: none;
}

    #btnCancelReceipt .fa-floppy-o:before {
        content: "\f00d" !important;
    }

    #btnCancelReceipt:hover .fa-floppy-o {
        color: red !important;
    }

    div#btnCancel:hover, #btnCancel:hover, div#btnCancel button:hover, div#btnCancel:active, #btnCancel:active, .CmnPopup .divButtons button:last-child:hover, .divButtonArea.divButtons button.mr-3:hover, .divButtons .text-center button:hover, #btnCancelReceipt:hover {
        background: #f9f9f9 !important;
        border-color: #f9f9f9 !important;
        color: red;
        box-shadow: none;
        border-radius: 30px;
    }

.btn {
    padding: 5px 20px;
    border-radius: 30px;
}

.activityStyle.Active:before {
    font-family: 'Font Awesome 6 Pro';
    content: "";
    float: right;
}

input#txtSearchMenuName {
    border-radius: 32px 0px 0px 32px;
    padding-left: 25px;
    font-size: 13px;
    line-height: 20px;
}

.btn:hover {
    box-shadow: 0px 0px 0px 5px #f7fffc;
}

.divButtons .btn-primary {
    color: #ffffff;
    background: #01a41b !important;
    border-radius: 20px;
    height: 37px;
    padding: 6px 20px;
}


    .divButtons .btn-primary:hover, .btn-primary:active, .btn-primary:hover {
        webkit-box-shadow: 0 8px 25px -8px #01a41b;
        box-shadow: 0 8px 25px -8px #01a41b;
        background-color: #01a41b !important;
        border-color: #01a41b !important;
    }

.fieldset-style-3 fieldset {
    margin: 0px 0px 20px 0px;
    /*border: 1px solid #c1f9e4;*/
    padding: 10px;
    /* background: #f4fffb;*/
    border-radius: 10px;
}

    .fieldset-style-3 fieldset:hover {
        /* box-shadow: 1px 0px 5px 5px #f3f3f3;
        -moz-box-shadow: 1px 0px 5px 5px #f3f3f3;
        -webkit-box-shadow: 1px 0px 5px 5px #f3f3f3;*/
    }

    .fieldset-style-3 fieldset legend {
        /*width: auto;
        background: #f4fffb;*/
        /* box-shadow: 0px 0px 5px 5px #f2f8ff; */
        /*-moz-box-shadow: 0px 0px 5px 5px #f2f8ff;
        -webkit-box-shadow: 3px 3px 11px 0px #01a41b3d;
        font-weight: normal;
        font-size: 20px;
        color: #01a41b;
        padding: 0px 20px;
        border-radius: 5px;*/
        width: 100%;
        background: #dadada;
        /* box-shadow: 0px 0px 5px 5px #f2f8ff; */
        -moz-box-shadow: 0px 0px 5px 5px #f2f8ff;
        /* -webkit-box-shadow: 3px 3px 11px 0px #01a41b3d; */
        font-weight: normal;
        font-size: 20px;
        color: #000000;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: 500;
    }

.divButtons.bottom-fixed {
    bottom: 30px;
    position: fixed;
    padding: 30px;
    right: 40px;
    background: white;
}

.switch {
    position: relative;
    width: 51px;
    height: 26px;
    margin-top: 2px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 21px;
        width: 21px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + input[type="hidden"] + .slider {
    background-color: #01a41b;
}

input:focus + input[type="hidden"] + .slider {
    box-shadow: 0 0 1px #c7222a;
}

input:checked + input[type="hidden"] + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
    height: 25px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.row {
    margin-right: -0px;
    margin-left: -0px;
}

.PositionStatic {
    position: fixed !important;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}



#divInValiPopup .Popup_icon {
    text-align: center;
    font-size: 50px;
    color: red;
    border-bottom: 1px solid red;
}

#divValiPopup .Popup_icon {
    text-align: center;
    font-size: 50px;
    color: green;
    border-bottom: 1px solid green;
}

#divConfirmation .Popup_icon {
    text-align: center;
    font-size: 50px;
    color: orange;
    border-bottom: 1px solid orange;
}

.common_table {
    display: table;
    width: 100%;
    height: 100%;
}

    .common_table.Bg {
        background: rgba(229,240,246,0.8);
        position: fixed;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 10000;
    }

.common_tableCellPopUp {
    vertical-align: middle;
    margin: auto;
    margin-top: 65px;
}

.CmnPopup {
    margin: auto;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px #ccc;
    overflow: auto;
    animation: popup 0.3s;
}

@keyframes popup {
    0% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.CmnPopup.BoxShadow {
    border-radius: 10px;
    box-shadow: 0px 7px 12px -3px #a68a81;
    max-width: 1024px;
}

.CmnPopup .divButtons {
    padding: 10px 30px;
    justify-content: right;
    display: flex;
}

.CmnPopup .PopHeading {
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    background-color: #01a41b;
    color: white;
    padding: 10px 30px;
    font-weight: 500;
}

.CmnPopup .PopUpData {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    height: fit-content;
}

}

.divButtonArea {
    padding: 5px 10px 5px 10px;
    /* width: 100%;*/
    /*text-align: center;*/
    box-sizing: border-box;
    background-color: #f7fffc;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #01a41b !important;
    border-color: #01a41b !important;
}

.divButtonArea.Padding0 {
    padding: 0px 0px 10px 0px;
}

.divButtonArea.Btm0px {
    position: absolute;
    bottom: 0px;
    width: auto;
    text-align: center;
    left: 0;
    right: 0;
}

.SPpop_Info {
    min-height: 140px;
    width: 100%;
    text-transform: none;
    box-sizing: border-box;
}

.CmnBoldT {
    font: bold;
}

.Popup_DPTC {
    font-size: 19px;
    min-height: 100px;
    text-align: center;
    margin: auto;
    padding-top: 10px;
}

.BTnPopup_Div {
    text-align: center;
    padding: 10px;
}

.Cmn_BtmBtn {
    /*position: relative;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: left;
    font-size: 15px;*/
    /* left: -10px; */
    /*background-color: #428bca;
    border-color: #357ebd;
    float: left;
    width: 100%;
    font-family: 'pf_handbook_proregular';
    font-weight: normal;
    width: 45%;
    padding: 0 2%;
    text-transform: uppercase;
    cursor: pointer;
    z-index: 10;
    transition: all .35s ease-in-out;*/
}

    .Cmn_BtmBtn:hover, .Cmn_BtmBtn:focus {
        box-shadow: 0px 0px 0px 1px #7a0006;
        /* background: #df2831; */
    }

    .Cmn_BtmBtn i {
        position: absolute;
        right: 9px;
        top: 10px;
        /*-webkit-text-stroke: 2px #428bca;*/
        font-size: 19px;
    }

    .Cmn_BtmBtn.Gray {
        color: #c7222a;
        background: #cdcece;
    }

        .Cmn_BtmBtn.Gray i {
            -webkit-text-stroke: 2px #cdcece;
        }

    .Cmn_BtmBtn.MarginAuto {
        float: none;
        display: inline-block;
    }

.CmnFloatR button {
    float: left !important;
}



.grade {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    box-shadow: 0px 0px 10px 2px grey;
}

.actiondiv {
    float: right;
    padding-right: 10px;
    padding-top: 3px;
    height: 36px;
    background-color: #f7fffc;
    padding-left: 10px;
    margin-top: 1px;
    margin-right: 2px;
}

.activitycontainer {
    margin-bottom: 10px;
    border: 1px solid #f7fffc;
}

.CheckText {
    padding: 6px;
    background-color: #f7fffc;
    font-weight: 500;
    font-size: 18px;
    color: #000;
}

.CheckContainer {
    padding: 10px;
}

.ComponentText {
    padding: 6px;
    border: 1px solid #f7fffc;
    font-weight: 500;
    font-size: 16px;
    background-color: #f7fffc;
}


.activityStyle {
    font-size: 16px;
    padding: 5px 10px !important;
    margin-bottom: 5px;
    background-color: #ffffff;
    /* text-shadow: 0 1px 1px rgb(0 0 0 / 35%); */
    border-radius: 8px;
    border: 1px solid #dadada;
    cursor: pointer;
    /* height: 88px;*/
    width: 100%;
    font-weight: 500;
    margin-bottom: 8px;
}


.Active {
    color: #01a41b;
    border-color: #01a41b;
}

.activityStyle:hover {
    color: #01a41b;
    border-color: #01a41b;
}

.link a:hover {
    color: #fff;
    box-shadow: 0px 0px 5px 2px #f7fffc;
}

.img-thumbnail {
    border: none;
}

.AL_Circle {
    /*  border: 1px solid #f3f3f3;*/
    margin-bottom: 15px;
}

    .AL_Circle > img {
        width: auto;
        height: auto;
    }

    .AL_Circle .ALC_small {
        /* width: 40px;
        height: 40px;
        border-radius: 50%;
        bottom: 1px;
        border: 1px solid #01a41b;
        color: #01a41b;
        text-align: center;
        line-height: 36px;
        font-size: 25px;*/
    }

.AL_RightBX {
    min-width: 160px;
    display: inline-block;
}

.AL_GenderDiv {
    width: 100%;
}

    .AL_GenderDiv.MT16px {
        margin-top: -16px;
        padding-left: 0px;
    }

    .AL_GenderDiv .Text {
        margin-bottom: 3px;
        font-weight: 500;
    }

.commonBoxM {
    float: left;
    height: 40px;
    width: 52px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 0px;
    display: inline-block;
    border: solid 1px #ccc;
    background: url(../../Images/male.png), #fff;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.commonBoxF {
    float: left;
    height: 40px;
    width: 52px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 0px;
    display: inline-block;
    border: solid 1px #ccc;
    background: url(../../Images/female.png), #fff;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100%;
}

.commonBoxM.SmallImg {
    height: 32px;
    width: 42px;
}

.commonBoxF.SmallImg {
    height: 32px;
    width: 42px;
}

.commonBoxM.Active {
    border: solid 1px #c7222a;
    background: url(../../Images/male_active.png), #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}

.commonBoxF.Active {
    border: solid 1px #c7222a;
    background: url(../../Images/female_active.png), #fff;
    background-repeat: no-repeat;
    background-size: 100%;
}

i.fa span.badge {
    position: absolute;
    padding: 5px;
    font-size: 8px;
    width: 16px !important;
    height: 16px !important;
    border-radius: 20px;
    line-height: 6px;
    right: -3px;
    top: -10px;
    background-color: #d31899;
}

.form-group {
    margin-bottom: 5px;
}

    .form-group label {
        font-size: 13px;
        margin-bottom: 0.2rem;
    }

.aside .dropdown-divider {
    display: none;
}

.aside:hover .dropdown-divider, .aside.open .dropdown-divider {
    display: block;
}

.aside:hover div#divMenuContainer, .aside.open div#divMenuContainer {
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    overflow-x: hidden;
}
/* Customize the label (the container) */
.radiocontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 8px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 6px;
}
    /* Hide the browser's default radio button */
    .radiocontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }
/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radiocontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radioCreatecontainer input:checked ~ .checkmark {
    background-color: #2196F3;
}
/*  the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.radiocontainer input:checked ~ .checkmark:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.radiocontainer .checkmark:after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #01a41b;
}



.divSearch {
    border-bottom: 1px solid #f7fffc;
    margin-bottom: 5px;
}

.divOutputContent {
    border-bottom: 1px solid #f7fffc;
    padding-top: 5px;
    padding-bottom: 5px;
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 -10px #c4a300;
    }

    40% {
        box-shadow: 0 0 20px #c4a300;
    }

    60% {
        box-shadow: 0 0 20px #c4a300;
    }

    100% {
        box-shadow: 0 0 -10px #c4a300;
    }
}

.glowtext {
    text-align: center;
    animation: glowing 5000ms infinite;
}

input[type=checkbox], input[type=radio] {
    width: 18px;
    height: 18px;
}



a {
    color: #000;
}

.checkbox {
    padding: 5px;
    border: 1px solid #f7fffc;
    border-radius: 5px;
}

    .checkbox:hover {
        box-shadow: inset 0px 0px 5px 0px #01a41b;
    }

.checkboxactive {
    box-shadow: inset 0px 0px 5px 0px #01a41b;
}

.modalMenu {
    border: 1px solid #f7fffc;
    text-align: center;
    color: black;
    cursor: pointer;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 5px;
}

    .modalMenu:hover {
        box-shadow: 0 4px 24px 0 rgb(34 41 47 / 40%);
        background-color: #f7fffc;
    }

#divMultiple {
    max-height: 200px;
    overflow: scroll;
    padding: 5px 10px 5px 10px;
}

.menuIcon {
    font-size: 40px;
    padding: 5px;
}

.menuHeading {
    font-size: 14px;
    padding: 5px;
    border-top: 1px solid #f7fffc;
}


.studentDetailsTile:hover {
    box-shadow: 0px 0px 8px grey;
}



.UploadedContacts {
    position: relative;
    padding: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #f7fffc;
    box-shadow: 3px 3px 3px 0px #f7fffc;
    float: left;
}

.width24perc {
    width: 24%;
}

.width32perc {
    width: 32%;
}

.width48perc {
    width: 48%;
}

.width98perc {
    width: 98%;
}

.UploadedContacts:hover {
    border: 1px solid #f7fffc;
    box-shadow: 5px 5px 3px 0px #01a41b;
}

.FilterColumn {
    padding-left: 5px;
    padding-top: 4px;
    box-shadow: 3px 3px 3px 0px #f7fffc;
    background-color: #f7fffc;
    color: #01a41b;
    margin-bottom: 5px;
}

.FilterItem {
}

.selectedTick {
    float: right;
    padding-right: 10px;
    padding-top: 2px;
    display: none;
}

.show a.dropdown-toggle::after, a.selectedParentMenu::after {
    transform: rotate(0deg);
    top: 0;
    right: 12px;
}

.dropdown-toggle::after {
    float: right;
    height: 13px;
    display: none;
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: 'Font Awesome 6 Pro';
    content: "" !important;
    float: right;
    right: 14px;
    border: 0px !important;
    position: relative;
    transform: rotate(270deg);
    top: 8px;
    right: 6px;
}

.aside:hover .dropdown-toggle::after, .aside.open .dropdown-toggle::after {
    display: inline-block;
}
/*divBody {
    animation-duration: 3s;
    animation-name: slidein;
}*/
@keyframes slideup {
    from {
        margin-top: 30px;
    }

    to {
        margin-top: 10px;
    }
}

@keyframes slidedown {
    from {
        margin-top: -15px;
    }

    to {
        margin-top: 0px;
    }
}

.ajax-loader {
    /*visibility: hidden;*/
    background-color: rgba(255,255,255,0.5);
    position: fixed;
    z-index: 1000000 !important;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .ajax-loader div {
        width: 265px;
        margin: auto;
        top: 40%;
        position: relative;
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px;
}

.aside .divTextWrap {
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #343434;
}

.ChartLoader {
    margin: auto;
    position: absolute;
    color: green;
    font-size: 20px;
    padding: 5px 10px 10px 10px;
}

.canvasContainer {
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Montserrat';
    font-size: small;
    text-align: center;
    border: 1px solid transparent;
    background-color: #ffffff;
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    border-radius: 5px;
}

    .canvasContainer:hover {
        box-shadow: 0 4px 24px 0 rgb(34 41 47 / 40%);
        background-color: #f7fffc;
    }

.aside:hover .divTextWrap, .aside.open .divTextWrap {
    display: block;
    text-align: center;
    width: 100%;
    font-weight: 500;
}

.UploadedContacts {
    position: relative;
    padding: 10px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #f7fffc;
    width: 48%;
    box-shadow: 3px 3px 3px 0px #f7fffc;
    float: left;
}

    .UploadedContacts:hover {
        border: 1px solid #f7fffc;
        box-shadow: 5px 5px 3px 0px #f7fffc;
    }

.btnLogin, .btnRegister, .btnForgetPassword {
    color: #fff;
    background-color: #01a41b;
    border-color: #01a41b;
}

.month-holder.text-center {
    min-width: 75.5px;
    text-align: left !important;
    padding: 14px 5px;
}

.btnReset {
    color: #000;
    background-color: #c4cdd2;
    border-color: #c4cdd2;
}

.width60px {
    width: 60px !important;
}

.marginleft60px {
    margin-left: 60px !important;
}

.width80px {
    width: 80px !important;
}

.marginleft80px {
    margin-left: 80px !important;
}

.fa-check {
    color: green;
}

.fa-times {
    color: red;
}

@media (max-width: 380px) {
    /*#divMenu {
        width: 60px;
    }

        #divMenu .nav-item {
            width: 60px;
        }

    #divContent {
        left: 60px;
    }

    #divMenuContent {
        margin-left: 60px;
    }

    .nav-title {
        display: none;
    }

    #divMenuSearch {
        display: none;
    }

    #dropdown-menu {
        width: 65px;
    }*/
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    /*#divMenu {
        width: 265px;
    }

        #divMenu .nav-item {
            width: 265px;
        }

    #divContent {
        left: 265px;
    }

    #divMenuContent {
        margin-left: 265px;
    }

    .nav-title {
        display: initial;
    }

    #divMenuSearch {
        display: block;
    }

    #dropdown-menu {
        width: 265px;
    }*/
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/*@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');*/

.aside {
    position: fixed;
    height: 100vh;
    width: 80px;
    z-index: 99;
    top: 0;
    transition: .5s cubic-bezier(.25,.8,.25,1),background 0s;
    backface-visibility: hidden;
    -webkit-box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    box-shadow: 0 0 15px 0 rgb(34 41 47 / 5%);
    background: #f9f9f9;
    /*background: url(https://images.unsplash.com/photo-1546488707-83e13c5ab2e1?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=735&q=80) center;*/
}

.mx_auto {
    margin: 0 auto;
}

.login-card {
    background: #FFFFFF;
    box-shadow: 0px 4px 64px rgba(0, 0, 0, 0.11);
    border-radius: 30px;
    padding: 40px !important;
    max-width: 400px;
    margin: 0 auto;
}

button:hover .fa-close {
    color: red !important;
}

.divButtonArea.divButtons button {
    margin-left: 15px;
}

.cl-green {
    color: #01A44D;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
}

div#divMenu {
    /*background-image: linear-gradient(148deg, #002e20c7, #004ac4);*/
    height: 100vh;
    background-color:
}

.right-sidecontent {
    position: relative;
    left: 80px;
    width: calc(100% - 80px );
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s, background 0s ease 0s;
}

.aside:hover, .aside.open {
    width: 265px;
}

    .aside:hover + .right-sidecontent, .aside.open + .right-sidecontent {
        left: 265px;
        width: calc(100% - 265px );
    }

.pageheading {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
}

.aside .dropdown-menu, .aside .dropdown-item {
    color: #666666;
    background-color: transparent;
}

.navbar-dark .navbar-nav .nav-link {
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 13px 0px 5px !important;
    line-height: 19.5px;
    border-left: 3px solid #f9f9f9;
}

.show .nav-link, .selectedParentMenu {
    border-left: 3px solid #01a41b !important;
    background: #F1FFF8;
    color: #000 !important;
}

    .show .nav-link span.nav-title, .selectedParentMenu span.nav-title {
        color: #01a41b !important;
    }

.dropdown-menu.show a i:before {
    /*content: "" !important;
    font-weight: bold !important;
    font-size: 10px !important;
    color: #01a41b !important;*/
}

.show .nav-link i, .selectedParentMenu i {
    color: #01a41b !important;
    font-weight: 700 !important;
}

.navbar {
    padding: 0px 1rem !important;
}

.aside .nav-link .nav-title {
    display: none !important;
}

.aside:hover .nav-link .nav-title, .aside.open .nav-link .nav-title {
    display: inline-block !important;
}

.navbar-dark .navbar-nav .nav-link i.fa {
    font-size: 18px;
    width: 30px;
    text-align: center;
    position: relative;
    top: -4px;
    color: black;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #01a41b;
}

.navbar-nav > li {
    display: block;
    width: 100%;
}

.aside:hover nav#navMenu .navbar-nav, .aside.open nav#navMenu .navbar-nav {
    min-width: 230px !important;
}

.aside:hover span.nav-title, .aside.open span.nav-title {
    width: fit-content;
    overflow: hidden;
    line-height: 21px;
}

td span i.fa {
    font-size: 18px !important;
    font-weight: 400;
}

/*i.fa {
    font-weight: 300;
    color: #00985a;
}*/

ul.navbar-nav.mr-auto {
    flex-direction: column !important;
}

.dropdown-menu.show a i {
    min-width: 20px;
    text-align: center;
    padding-right: 8px;
}

.divTextWrap span {
    font-size: 13px;
}

.table th, .table td {
    background-color: #ffffff !important;
    color: #626262;
    vertical-align: middle;
    border-bottom: 1px solid #efefef;
    /*padding: 5px 15px !important;*/
    font-size: 14px;
    font-family: "Montserrat" sans-serif;
}

span.group-name {
    display: block;
    font-size: 23px !important;
    padding-top: 7px;
    line-height: 16px;
    font-weight: 500 !important;
    letter-spacing: -.3px;
    margin-bottom: 4px;
}

.table th {
    /*padding: 10px 15px !important;*/
    background-color: #f8f8f8 !important;
    border-right: 1px solid #efefef;
    border-top: 0px solid #efefef;
}

.table td label {
    margin-bottom: 0px !important;
}

.table td:last-child i {
    cursor: pointer;
}

    .table td:last-child i:hover {
        color: green;
    }

/*li.nav-item:hover > a {
    margin-left: 10px;
}*/

li.nav-item > a {
    transition: all ease-out .5s;
}


/* Dashboard CSS*/

.congratulation-medal {
    position: absolute;
    top: 0;
    right: 37px;
}

.card-statistics .card-header {
    padding-left: 2.4rem;
}

.card-statistics .card-header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-statistics .card-header {
    border-bottom: none;
    padding: 1.5rem;
    background-color: transparent;
}

    .card-statistics .card-header:first-child {
        border-radius: calc(0.428rem - 1px) calc(0.428rem - 1px) 0 0;
    }

.card-statistics .card-title {
    font-weight: 500;
    font-size: 1.285rem;
    margin-bottom: 0px;
}

.match-height > [class*=col] > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.match-height .card {
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(34,41,47,.125);
    border-radius: 0.428rem;
}

.match-height .card {
    border: none;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 10%);
}

.match-height .card {
    -webkit-transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
    transition: all .3s ease-in-out,background 0s,color 0s,border-color 0s;
}

.match-height:hover {
    box-shadow: 0 4px 24px 0 rgb(34 41 47 / 40%);
    background-color: #f7fffc;
}

.b-avatar.badge-light-primary {
    color: #7367f0;
}

.b-avatar.badge-light-primary {
    background-color: rgba(115,103,240,.12);
}

.b-avatar.badge-light-warning {
    background-color: rgba(255,159,67,.12);
}

.b-avatar.badge-light-warning {
    color: #ff9f43;
}


.b-avatar.badge-light-info {
    color: #00cfe8;
}

.b-avatar.badge-light-info {
    background-color: rgba(0,207,232,.12);
}

.b-avatar.badge-light-danger {
    background-color: rgba(234,84,85,.12);
}

.b-avatar.badge-light-danger {
    color: #ea5455;
}

.b-avatar.badge-light-success {
    background-color: rgba(40,199,111,.12);
}

.bg-light-primary {
    background: rgba(115,103,240,.12) !important;
}

.b-avatar.badge-light-success {
    color: #28c76f;
}

.b-avatar {
    font-size: .857rem;
    font-weight: 600;
    color: #fff;
}

.b-avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    font-size: inherit;
    font-weight: 400;
    line-height: 1;
    max-width: 100%;
    max-height: auto;
    overflow: visible;
    position: relative;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.font-small-2 {
    font-size: .8rem !important;
}

.text-muted {
    color: #b9b9c3 !important;
}

.bullet.bullet-primary {
    background-color: #7367f0;
}

.bullet.bullet-warning {
    background-color: #ff9f43;
}

.bullet {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
}

.mr-50, .mx-50 {
    margin-right: 0.5rem !important;
}

.card-revenue-budget .revenue-report-wrapper {
    padding: 1.286rem 1.5rem;
}

.card-revenue-budget .revenue-report-wrapper {
    border-right: 1px solid #ebe9f1;
}

.card-browser-states .browser-states {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .card-browser-states .browser-states:first-child {
        margin-top: 0px;
    }

.card-browser-states .browser-states {
    margin-top: 2.14rem;
}

.card-transaction .transaction-item:not(:last-child) {
    margin-bottom: 1.5rem;
}

.card-transaction .transaction-item:not(:last-child) {
    margin-bottom: 1.2rem;
}

.card-transaction .transaction-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-aside, .media-aside.mr-1 {
    margin-right: 1rem !important;
}

.media-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.card-developer-meetup .meetup-header .meetup-day {
    border-right: 1px solid #d8d6de;
    padding-right: 1.3rem;
    margin-right: 1.3rem;
}

.card-developer-meetup .meetup-header {
    margin-bottom: 2rem;
}

.card-developer-meetup .media + .media {
    margin-top: 1.2rem;
}

.card-revenue-budget .budget-wrapper {
    padding: 2rem 3rem;
    text-align: center;
}

    .card-revenue-budget .budget-wrapper .budget-dropdown {
        margin-bottom: 2rem;
    }

.mb-25, .my-25 {
    margin-bottom: 0.25rem !important;
}

.apexcharts-legend {
    display: none;
}

span.minfont {
    line-height: 28px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

