body {
    background: #f5f5f5;
}

.poppin-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

h1 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h5 {
    display: block;
    font-size: .83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

h6 {
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

nav ul li a {
    color: #696A92;
}

input:active, input:focus,
select:focus {
    outline: none;
}

.main-content {
    min-height: calc(100vh - 165px);
}

.illus-cc {
    width: 200px;
}

.text-9 {
    font-size: 9px;
}

.text-black {
    color: #37386D;
}

.text-black-1 {
    color: #050649;
}

.text-black-2 {
    color: #696A92;
}

.text-black-40 {
    color: #9B9BB6;
}

.text-green {
    color: #3EC885;
}

.text-red {
    color: #F73949;
}

.text-blue {
    color: #3E3EA8;
}

.text-purple {
    color: #5650D8;
}

.text-yellow {
    color: #FFBA00;
}

.text-blue-light {
    color: #16B5F9;
}

.border-purple {
    border-color: #5650D8;
}

.border-success {
    border-color: #3EC885;
}

.bg-red-main {
    background: #F73949;
}

.bg-green {
    background: #D8F4E7;
}

.bg-success {
    background: #3EC885;
}

.bg-yellow {
    background: #FFF1CC;
}

.bg-blue {
    background: #D0F0FE;
}

.bg-purple-20 {
    background: #DDDCF7;
}

.bg-gray-20 {
    background: #EAECEE;
}

.leading-44 {
    line-height: 44px;
}

.leading-42 {
    line-height: 42px;
}

nav ul li a.active {
    background: #FDD7DB;
    color: #F73949;
    border-right: 4px solid #F73949;
}

.bg-purple {
    background: #5650D8;
}

.input-link {
    width: calc(100% - 170px);
}

.input-link input[type=text] {
    width: calc(100% - 160px);
}

#tabs li a {
    position: relative;
}

#tabs li a.active {
    color: #F73949;
    font-weight: 600;
}

#tabs li a.active:before {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #F73949;
    display: block;
}

.tabNavigation li a {
    line-height: 36px;
    border-left: 4px solid #fff;
}

.tabNavigation li a.selected {
    color: #F73949;
    border-left: 4px solid #F73949;
}

#myChart {
    width: 100% !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.stepper {
    position: relative;
}

.stepper:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 10%;
    width: 80%;
    border-top: 1px dashed #ebebeb;
}

.stepper > div {
    z-index: 20;
}

.stepper .flex.active > div {
    position: relative;
    background: #3EC885 !important;
    color: #FFF !important;
    border-color: #3EC885 !important;
}

.stepper .flex.active > div:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid #fff;
}

.stepper .flex.done > div {
    display: none;
}

.stepper .flex.done > div + div {
    display: flex;
    background: #3EC885 !important;
    color: #FFF !important;
    border-color: #3EC885 !important;
}

input:checked + .slider {
    background-color: #5650D8;
}

input:focus + .slider {
    box-shadow: 0 0 1px #5650D8;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #333;
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    -webkit-text-fill-color: #333;
} 

input:autofill {
    box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */
    text-fill-color: #333;
}

input:autofill:focus {
    box-shadow: 0 0 0 50px white inset;/*your box-shadow*/
    text-fill-color: #333;
} 

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.table-container {
    min-width: 700px;
}

@media (max-width: 480px) {
    .illus-cc {
        width: 120px;
    }
    .input-link {
        width: 100%;
    }
    #tabs li a.active:before {
        bottom: -12px;
    }
    #tabs.chart-tab li a.active:before {
        bottom: -4px;
    }
    .stepper .flex.active > div:before {
        display: none;
    }
    .tabNavigation li a.selected {
        border-left: 0;
        border-bottom: 3px solid #F73949;
    }
    .dataTables_wrapper {
        overflow: scroll;
    }
    .dataTables_wrapper .datatable {
        width: 700px;
        padding-top: 0 !important;
    }
}

.dataTables_wrapper .datatable {
    padding-top: 0 !important;
    margin-top: 10px !important;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgba(229, 231, 235, 1) !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    text-align: left !important;
    font-size: 14px;
    color: #050649 !important;
    margin-bottom: 15px;
}
.dataTables_wrapper select, .dataTables_wrapper .dataTables_filter input {
    border: 1px solid rgba(229, 231, 235, 1) !important;
}
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    font-size: 14px !important;
}
/*Form fields*/
.dataTables_wrapper select,
.dataTables_wrapper .dataTables_filter input {
    color: #4a5568; 			/*text-gray-700*/
    padding-left: 1rem; 		/*pl-4*/
    padding-right: 1rem; 		/*pl-4*/
    padding-top: .5rem; 		/*pl-2*/
    padding-bottom: .5rem; 		/*pl-2*/
    line-height: 1.25; 			/*leading-tight*/
    border-width: 2px; 			/*border-2*/
    border-radius: .25rem; 		
    border-color: #edf2f7; 		/*border-gray-200*/
    background-color: #edf2f7; 	/*bg-gray-200*/
}

/*Row Hover*/
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #ebf4ff;	/*bg-indigo-100*/
}

/*Pagination Buttons*/
.dataTables_wrapper .dataTables_paginate .paginate_button		{
    font-weight: 400;				
    border-radius: .25rem;			/*rounded*/
    border: 1px solid transparent;	/*border border-transparent*/
}

/*Pagination Buttons - Current selected */
.dataTables_wrapper .dataTables_paginate .paginate_button.current	{
    color: #fff !important;				/*text-white*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); 	/*shadow*/
    font-weight: 700;					/*font-bold*/
    border-radius: .25rem;				/*rounded*/
    background: #667eea !important;		/*bg-indigo-500*/
    border: 1px solid transparent;		/*border border-transparent*/
}

/*Pagination Buttons - Hover */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover		{
    color: #fff !important;				/*text-white*/
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);	 /*shadow*/
    font-weight: 700;					/*font-bold*/
    border-radius: .25rem;				/*rounded*/
    background: #667eea !important;		/*bg-indigo-500*/
    border: 1px solid transparent;		/*border border-transparent*/
}

/*Add padding to bottom border */
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(229, 231, 235, 1) !important;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    padding-top: 15px;
}

/*Change colour of responsive icon*/
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
    background-color: #667eea !important; /*bg-indigo-500*/
}
.dataTables_wrapper .dataTables_length select {
    padding-right: 28px !important;
}

td:first-child, th:first-child {
    border-left: none;
}

td:last-child {
    /* border-bottom: 0; */
}

.invalid-feedback {
    color: red;
    margin-bottom:10px;
    display: block;
}