/*************** | Fonts | *****************/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* 
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif; 
*/
/*************** | Fonts | *****************/

@import 'main.css';
:root { 
    --primary: #DE322E;
    --red-dark:#C0392B;
    --bs-secondary: #0B053D;    
    --blue-light:#7B88FE;
    --green:#A1CB43;
    --bodytext: #051643;	
    --body-dark-100: #595B83;
    --girdtext: #7F849C;	    
    --litetext: #818AA0;	
    --border-color: #AAB1C1;
    --gray:#F2F4F7;
    --lite-border-color: #E5E7EC;
    
    
    --font-poppins:'Poppins', sans-serif;
    --font-roboto:'Roboto', sans-serif;
    /* #241332 
     #595B83 */
}

.lite-blue-bg {
    background-color: var(--blue-light);
}
body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-family: var(--font-poppins);
    font-weight: normal;
    line-height: 150%;
    color: var(--bodytext);    
}
a {
    text-decoration: none;
    color: #0A84FF;
}
a:hover {
    color:#076fd9;
}
img {
    vertical-align: middle;
    max-width: 100%;
}



/**||Prefix Class Name||**/
.justify-content-right, .justify-content-center, .justify-content-left, .align-center, .align-bottom, .align-left, .align-right, .align-top, .align-between, .justify-space-between{
    display: flex !important;
}
.align-right, .justify-content-right            { justify-content: flex-end !important;}
.align-justify-center, .justify-content-center  { justify-content: center !important;}
.align-left, .justify-content-left              { justify-content: flex-start !important;}
.align-between, .justify-space-between          { justify-content: space-between !important;}
.align-center     { align-items: center !important;}
.align-bottom     { align-items: flex-end !important;}
.align-top        { align-items: flex-start !important;}

body #wrapper {position: relative;overflow: hidden;width: 100%;}

/********************** | Component Coman Css Start | **********************/

/********************** | Component Coman Css End | **********************/

/********************** | Sidebar Start | **********************/



/* scrollbar css */
.main-contain::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #A3ACFF;
}

.main-contain::-webkit-scrollbar{
	width: 12px;
	background-color: #A3ACFF;
}

.main-contain::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: var(--bs-secondary);
}
/* scrollbar css */

/* scrollbar css */
.scrollbar-menu {
    height: calc(100% - 170px);
    overflow: auto;
}
.scrollbar-menu::-webkit-scrollbar-track{
	border-radius: 10px;
	background-color: #A3ACFF;
}

.scrollbar-menu::-webkit-scrollbar{
	width: 5px;
	background-color: #A3ACFF;
    
}

.scrollbar-menu::-webkit-scrollbar-thumb{
	border-radius: 5px;
	background-color: var(--bs-secondary);
}
/* scrollbar css */
.main-section {
    padding: 30px 0 0 30px;
    display: flex;
    
}
.main-contain {
    flex: 1;
    -webkit-flex: 1;
    padding: 30px;
    height: calc(100vh - 80px);
    overflow: auto;
    margin-top: -30px;
}

.sidebarSubTitle {
    padding-top: 30px;
    padding-bottom: 15px;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 500;
}
.sidebar-menu.show {
    margin-left: -430px;
}
.sidebar-menu {
    width: 400px;
    padding: 20px;
    background: var(--gray);
    height: calc(100vh - 140px);
    border-radius: 10px;
    transition: all 0.2s linear 0s;
    margin-right: 0;
    visibility: visible !important;
    overflow-y: auto;
}
.sidebar-menu > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.sidebarBox .btn-toggle svg {
    width: 20px;
    margin-right: 12px;
    vertical-align: middle;
    fill: var(--primary);
}
.sidebarBox  {
    background: #fff;    
    margin-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-radius: 5px;
}
.sidebarBox:last-child {
    margin-bottom: 0;
}
.sidebarBox .btn-toggle {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 14px 20px 14px 20px;
    font-weight: 500;
    color: var(--bodytext);
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    position: relative;
    outline: 0px !important;
    box-shadow: none !important;
    font-size: 20px;
    line-height: 1;
    min-height: 60px;
    align-items: center;
    
}
.sidebarBox .btn-toggle::before {
    width: 7px;
    line-height: 0;
    content: url("data:image/svg+xml,%3Csvg id='Group_34' data-name='Group 34' xmlns='http://www.w3.org/2000/svg' width='7.071' height='11.372' viewBox='0 0 7.071 11.372'%3E%3Crect id='line' width='8' height='2' rx='1' transform='translate(0 9.957) rotate(-45)' fill='%230f1642'/%3E%3Crect id='line-2' data-name='line' width='8' height='2' rx='1' transform='translate(5.657 7.071) rotate(-135)' fill='%230f1642'/%3E%3C/svg%3E");
    transition: transform .35s ease;
    position: absolute;
    right: 20px;
}
.sidebarBox .btn-toggle.removeArwMenu::before  {
    display: none;
}

/* Sidebar Active Color  */
.sidebarBox .btn-toggle.activeDashMenu {
    background-color: var(--blue-light);
    color: #fff;
}
.sidebarBox .btn-toggle.activeDashMenu svg {
    fill:  #fff !important;
}
.sidebarBox .btn-toggle[aria-expanded="true"] {
    color: var(--blue-light);
}
.sidebarBox .btn-toggle[aria-expanded="true"] svg {
    fill:  var(--blue-light);
}
.sidebarBox .btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

/* Sidebar Active Color  */



.sidebarNavList {
    padding: 0 20px 10px;    
}

.sidebarNavList li:nth-child(1) {
    border-top: 0;
}
.sidebarNavList li {
    list-style: none;
    padding: 12px 0;        
    border-top: 1px solid var(--lite-border-color);
    position: relative;       
}
.sidebarNavList li a::before {
    width: 13px;
    content: "";
    line-height: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.071' height='11.372' viewBox='0 0 12.071 11.372'%3E%3Cg id='Group_61' data-name='Group 61' transform='translate(-100 -508.629)'%3E%3Cg id='Group_21' data-name='Group 21' transform='translate(-217.464 273)'%3E%3Crect id='line' width='8' height='2' rx='1' transform='translate(317.464 245.586) rotate(-45)' fill='%230f1642'/%3E%3Crect id='line-2' data-name='line' width='8' height='2' rx='1' transform='translate(323.121 242.7) rotate(-135)' fill='%230f1642'/%3E%3C/g%3E%3Cg id='Group_22' data-name='Group 22' transform='translate(-212.464 273)'%3E%3Crect id='line-3' data-name='line' width='8' height='2' rx='1' transform='translate(317.464 245.586) rotate(-45)' fill='%230f1642'/%3E%3Crect id='line-4' data-name='line' width='8' height='2' rx='1' transform='translate(323.121 242.7) rotate(-135)' fill='%230f1642'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
    position: absolute;
    left: 0;  
    top: 0;    
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center left !important;
}
.sidebarNavList li a {
    list-style: none;
    padding-left: 30px; 
    display: block;
    font-size: 18px;
    color: var(--body-dark-100);    
    font-weight: 400;
    line-height: 1;
}
.sidebarNavList li a:hover, .sidebarNavList li a.active {
    color: var(--bs-primary);
}
/********************** | Sidebar End | **********************/


/*********************** | Main Contain | *************************/
.main-page-title h2 {
    color: #fff;
    display: block;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 20px;
    font-weight: 600;
    margin: 0;
}
.student-header h3 {
    margin: 0;
    color: var(--bs-secondary);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 400;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 14px;
}
.whiteBox {
    padding: 20px;
    background-color: var(--gray);
    border-radius: 10px;
}
.student-box {
    border-radius: 100%;
    background-color: var(--blue-light);
    min-width: 40px;
    min-height: 40px;
    justify-content: center;
    padding: 6px;
    cursor: pointer;
}
.student-box:hover {
    background-color: var(--bs-secondary);
}
.tool-box {
    margin-left: 20px;
}
.DateBox input {
    border-radius: 30px;
    padding: 10px 20px;
    border: 0;
    font-size: 15px;
    color: #fff;
    background: url(../images/date-icon.svg) no-repeat center right 20px;
    text-align: left;
    background-color: var(--blue-light);
    padding-right: 20px;
    background-size: 19px;
}
.search-box input {
    border-radius: 30px;
    padding: 10px 20px;
    border: 0;
    font-size: 15px;
    color: #fff;
    background: url(../images/Search-icon-input.svg) no-repeat center left 20px;
    text-align: left;
    background-color: var(--blue-light);
    padding-right: 20px;
    background-size: 19px;
    padding-left: 60px;
    min-width: 300px;
    color: #fff;
}
.search-box input:focus, .DateBox input:focus {
    background-color: var(--bs-secondary);
    color: #fff;
}
.DateBox input::placeholder, .search-box input::placeholder {
    color: #fff;
} 
.student-header {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}
tbody, td, tfoot, th, thead, tr {
    border-color: var(--border-color);
}
/* Students Details Table */
table {
    width: 100%;
}
.table>:not(caption)>*>* {
    box-shadow: none !important;
    background-color: transparent;
}
.student-details-table table {
    margin-bottom: 15px;
    background: transparent !important;
    border: 0 !important;
}
table.dataTable tbody tr {
    background-color: transparent;
    
}
.student-details-table tr th, .student-details-table tr td {
    padding:10px !important;
    text-align: center;
    font-size: 17px !important;
    font-weight: 400;
    color: var(--girdtext);
    border-bottom: 1px solid var(--border-color) !important;
}
.student-details-table tr th {
    color: var(--red-dark);
    font-weight: 500;
}
.student-details-table tr th:last-child {
    width: 130px;
}

.student-details-table tr th:nth-child(1), .student-details-table tr td:nth-child(1) {
    text-align: left;
    width: 250px;
}
.active-button {
    justify-content: center;

}
.active-button button {
    padding: 0 0;
    border: 0;
    background-color: transparent;
}

.active-button .EditAction {
    border-left: 1px solid var(--body-dark-100);
    border-right: 1px solid var(--body-dark-100);
    padding: 0 6px;
    margin: 0 8px;
}
.active-button button:hover svg path {
    fill: var(--bs-secondary);
}
div#example_filter, .dataTables_length {
    display: none;
}

/* Pagintion  */
.dataTables_wrapper .dataTables_paginate .paginate_button.previous  {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16.194' viewBox='0 0 10 16.194'%3E%3Cpath id='ic_chevron_right_24px' d='M1.9 0 0 1.9 6.181 8.1 0 14.291l1.9 1.9L10 8.1Z' transform='translate(10 16.194) rotate(180)' fill='%23c0392b'/%3E%3C/svg%3E") !important;;
    background-color: transparent !important;;
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    width: 40px !important;
    height: 40px !important;;
    background-color: transparent !important;
    border: 2px solid var(--red-dark) !important;;
    border-radius: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 10px !important;
    color: var(--red-dark) !important;
}
.paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: var(--red-dark) !important;
    color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #fff !important;
    background: var(--red-dark) !important;
} 

.paginate_button.disabled {
    opacity: 0.3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='16.194' viewBox='0 0 10 16.194'%3E%3Cpath id='ic_chevron_right_24px' d='M1.9 0 0 1.9 6.181 8.1 0 14.291l1.9 1.9L10 8.1Z' fill='%23c0392b'/%3E%3C/svg%3E");
    background-color: transparent;
    background-position: center !important;
    background-repeat: no-repeat !important;
    font-size: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover {
    background: url("../images/arrow-left-hover.svg") no-repeat center !important;
    background-color: var(--red-dark) !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: url("../images/arrow-right-hover.svg") no-repeat center !important;
    background-color: var(--red-dark) !important;
}

.dataTables_paginate {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.dataTables_paginate span {
    display: flex;
    align-items: center;
    padding: 0;
}
.sidebar-btnLink {
    padding: 11px 7px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.menu-open .sidebar-btnLink {
    background: var(--bs-secondary);
}



.modal-dialog {
    max-width: 1445px;
}
.accordion-item:not(:last-child) {
    margin-bottom: 20px;
    
}
.accordion-item {
    background-color: var(--gray);
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid var(--blue-light);
}


.accordion-button {
    background-color: var(--blue-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 500;
}
.accordion-button::after {
    content: none;
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--blue-light);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed) .minus-icon{
    display: none;
}
.accordion-body {
    padding: 30px;
}
.Blue-Bg {
    background-color: var(--blue-light);
}
.personalCard {
    padding: 10px 15px 15px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    border: 1px solid var(--blue-light);
    margin-top: 70px;
}


.fav_icon_upload_text {
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background:var(--primary);
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.fav_icon_upload_text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
}

.pofile_upload_box {
    width: 150px;
    height: 150px;
    position: relative;
    margin: -75px auto 15px;
    box-shadow: 0px 10px 20px #00000029;
    border: 5px solid #F9F9F9;
    opacity: 1;
    border-radius: 100%;
}
.fav_icon_upload_box .fav_icon_upload_preview_box>div {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.fav_icon_upload_preview_text small {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #626571;
    opacity: 0.5;
    margin: 7px 0 0 0
}

.fav_icon_upload_preview_img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #fff !important;  
}

.UserPersonalList ul {
    padding: 0;
    margin: 0;
}
.UserPersonalList ul li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    border-bottom: 1px solid rgb(255 255 255 / 19%);
    padding: 6px 0;
    display: flex;
    align-items: center;
}
.UserPersonalList ul li:last-child {
    border-bottom: 0;
}
.UserPersonalList ul li .UserAns::before {
    content: ":";
    color: #fff;
    margin: 0 10px;
}
.UserPersonalList ul li .UserLabel {
    width: calc(50% - 16px);
}
.UserPersonalList ul li .UserAns {
    color: var(--bs-secondary);
    position: relative;
    display: flex;
    align-items: center;
}
.formInputBox {
    padding: 0 15px;
}
.formInputBox label, .LabelTitle {
    font-size: 16px;
    letter-spacing: 0px;
    color: #051643;
    opacity: 1;
    padding-bottom: 8px;
    display: block;
    line-height: 1.2;
}
.formInputBox input, .formInputBox .form-select {
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 10px 20px;
    border: 1px solid var(--blue-light);
    border-radius: 10px;
    font-size: 16px;
    line-height: normal;
    height: 45px;
}
.FromRowPersonal {
    row-gap: 30px !important;
    padding-top: 30px;
}
    
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.close-icon {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 3px solid var(--blue-light);
    position: absolute;
    right: -30px;
    top: -20px;
    z-index: 99;
}

.PersonalModal-dialog {
    max-width: 1500px;
    width: 90%;
    margin-top: 30px;
}
.update-btn {
    width: 90%;
    max-width: 280px;
    border-radius: 30px;
    font-size: 17px;
    height: 40px;
    background-color: var(--blue-light);
    margin-bottom: 15px;
    position: relative;
}
.update-btn:hover {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.Exmargin {
    margin-left: 13px;
    margin-right: 13px;
}

.UpdateUserProfileBox {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.UploadInput {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.UpdateUserProfileBox {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.UpdateUserProfileBox .UserPersonalList  {
    margin: auto;
}
.UserPersonalList h3 {
    font-weight: 400;
    font-size: 26px;
}
.ChangeImagesBox .UpdateUserProfileBoxImg {
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0px 10px 20px #00000029;
    border: 5px solid #fff;
    background-size: 100% !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
.ChangeImagesBox .UserPersonalList  {
    display: none;
}
.Registration_Form {
    padding: 30px;
    margin-bottom: 30px;
}
.Registration_Form .FromRowPersonal {
    padding-top: 0;
}
.titleBorderBox {
    font-size: 26px;
    color: var(--bs-secondary);
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.upload_doc {
    margin-left: 15px;
    margin-right: 15px;
}
.dwBtnRight {
    padding: 15px;
    text-align: right;
}



.upload__box {
    min-height: 250px;
    border-radius: 10px;
    border: 2px solid #9ba4fd;
    background-color: #fff;
    position: relative;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
}
.upload__btn-box .update-btn {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.upload__inr {
    margin: auto;
}
.upload__img-wrap .upload__img-box {
    background-size: 100% !important;
    height: 100%;
    width: 100%;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}
.upload__img-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    margin: -2px;
}
.upload__btn-box {
    width: 100%;
}
.upload__box h3 {
    font-size: 18px;
    font-weight: 600;
}
.upload__inr p {
    font-size: 15px;
}
.select-box-blue {
    height: 42.5px;
    color: #fff;
    border-radius: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.071' height='11.372' viewBox='0 0 7.071 11.372'%3E%3Crect id='line' width='8' height='2' rx='1' transform='translate(0 9.957) rotate(-45)' fill='%23f2f4f7'/%3E%3Crect id='line-2' data-name='line' width='8' height='2' rx='1' transform='translate(5.657 7.071) rotate(-135)' fill='%23f2f4f7'/%3E%3C/svg%3E");
    background-color: var(--blue-light);
    background-position: center right 20px;
    padding: 10px 30px;
    min-width: 190px;
    border-color: var(--blue-light);
}
.select-box-blue:focus  {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.scrollbar-menu {
    padding-right: 10px !important;
    margin-right: -10px !important;
}



button.dotsbutton {
    border: 0;
    background: transparent;
}




/*********************** | Dashboard  | ************************/
.statistics-box {
    position: relative;
    padding: 20px;
    background: #000;
    box-shadow: 0px 10px 20px #0000004D;
    border-radius: 10px;
}
.statistics-row .row {
    row-gap: 20px;
}
.statistics-title {
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.statistics-title h3 {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0;
    flex: 1;
    text-align: center;
    padding: 35px 0;
    padding-left: 50px;
    
}

.left-statistics-box-img {
    position: absolute;
    left: -20px;
    top: -20px;
}
.statistics-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
}
.right-statistice-box, .left-statistice-box {
    flex: 1;
    text-align: center;
    color: #fff;
    padding: 5px 0;
}
.right-statistice-box {
    border-left: 1px solid rgba(255,255,255,0.3);
    padding-left: 15px;
}
.statistice-status {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    justify-content: center;
}
.statistice-status svg {
    margin-right: 10px;
    width: 20px;
    height: auto;
}
.statistice-status h5 {
    font-size: 18px;
    margin: 0;
}
.right-statistice-box p {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.BlueCardStatistics {
    background: var(--bs-secondary);
}
.GreenCardStatistics {
    background-color: var(--green);    
}
.DarkCardStatistics {
    background-color: var(--bs-secondary);
}
.RedCardStatistics {
    background-color: var(--red-dark);
}

.dashboardCard {
    height: 100%;
}
.dashboardManRow {
    row-gap: 30px;
}
.titleBorderBox h3, .titleBorderBox {
    font-size: 22px;
}
.dashboardCard {
    padding: 30px;
}
.dashboardmainheight {
    min-height: calc(100% - 30px);
}
.dashboard-footer {
    position: relative;
    bottom: -20px;
}
.dashboard-footer .termsNav a {
    color: #fff;
    font-weight: 600;
}
.dashboard-footer .termsNav a:hover {
    color: var(--bs-secondary);
}
/*********************** | Dashboard  | ************************/
.documentUploadBox {
    margin: 20px 0;
}
.documentUploadBox svg {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}
.documentUploadBox {
    display: none !important;
    margin-bottom: 15px !important;
}
.documentUploadBox.active {
    display: flex !important;

}
.documentUploadBox p {
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.UserPersonalList p {
    font-size: 14px;
}

.deletemodalpopup {
    max-width: 600px;
}
.deletemodalpopup {
    max-width: 600px;
    position: relative;
    padding: 30px 40px;
    text-align: center;
}
.deletemodalpopup .close-icon {
    right: -28px;
    top: -23px;
}
.small-btn {
    padding: 0 50px;
    height: 35px;
    
}
.deletemodalpopup .small-btn {
    margin: 0 10px;
}

.red-btn {
    background-color: var(--primary);
    color: #fff;
}
.red-btn:hover {
    background-color: #96100d;
    color: #fff !important;
}
.blue-btn {
    background-color: var(--blue-light);
    color: #fff;
}
.blue-btn:hover {
    background-color: var(--bs-secondary);
    color: #fff;
}
.btn {
    border-radius: 50px;
}
.height-auto {
    height: auto;
}
.sidebarBox .btn-toggle {
    border-radius: inherit;
}

#back-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    cursor: pointer;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bs-secondary);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding: 15px;
    z-index: 9;
}