
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
    font-family: 'Roboto', sans-serif;
}

.padding0{
    padding: 0 !important;
}

@media only screen and (max-width: 600px) {

    .mobile_table td{

        display:flex;

        width: 100% !important;

    }

    .mobile_table th{

        display:flex;

        padding-bottom:0px !important;

        width: 100% !important;

    }

}

/* CSS Document */

.margin_top20 {
	margin-top: 20px !important;
}

/* .head_style {
	background-color: #4aaff7;
    padding-top: 20px;
    color: #fff;
} */

.light_gray {
    background-color: #3fc8c0 !important;
    color: white;
}

.certificate_box_style {
	border: 2px solid #ccc;
	margin: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
	/* margin-bottom: 14px !important; */
}

.margin_right20 {
	margin-right: 20px;
}

.cursor_pointer {
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .container-fluid {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .modal.in .custom_dialog {
        position: absolute !important;
        bottom: 100px !important;
        right: 5px !important;
        width: 385px !important;
    }
}

.dummy_text {
    padding: 2px 5px;
    border-radius: 50px;
    color: #fff !important;
}

.padding_left0 {
    padding-left: 0px !important;
}

.padding_right0 {
    padding-right: 0px !important;
}
/*Custom CSS*/

/* The container */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
/* On mouse-over, add a grey background color */
.radio_container:hover input~.checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.radio_container input:checked~.checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.radio_container input:checked~.checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.radio_container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.padding_top40 {
    padding-top: 40px !important;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-content .text-style {
    font-size: 20px !important;
    margin: 0 0 7px 0 !important;
}

.box-content .bottom-text {
    color: #aab2bd;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
}

.fixed-navbar .ico-item {
    color: #fff !important;
}


/*radio button css*/

.custom_ul_radio_check {
    list-style-type: none;
    text-align: center;
    padding: 0;
}

.custom_ul_radio_check li {
    float: left;
    margin: 0 5px 0 0;
    width: 200px;
    height: 30px;
    position: relative;
}

.custom_ul_radio_check label,
.custom_ul_radio_check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom_ul_radio_check input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.custom_ul_radio_check input[type="radio"]:checked+label {
    background: #86cb40;
    color: #fff;
}

.custom_ul_radio_check input[type="checkbox"] {
    opacity: 0.011;
    z-index: 100;
}

.custom_ul_radio_check input[type="checkbox"]:checked+label {
    background: #6f4792;
    color: #fff;
}

.custom_ul_radio_check label {
    padding: 1px;
    border: 1px solid #86cb40;
    cursor: pointer;
    z-index: 90;
    margin-bottom: 6px !important;
}

.custom_ul_radio_check label:hover {
    background: #DDD;
}

.m-t-b {
    margin: 20px 0 !important;
}

.btn_style {
    float: right;
    margin: 0 10px;
    padding: 9px 20px !important;
}

.frm-single .frm-title {
    color: #3966a7;
    text-align: center;
    font-size: 16px;
    padding-bottom: 20px;
}


/* Left Menu Custom Css */
@media (max-width: 799px)
{
.menu-active .main-menu {
	z-index: 999 !important;
}
}
.main-menu {
    background: #3966A7 !important;
}

.navigation .menu a {
    color: #fff !important;
}

.navigation .menu a i {
    color: #4aaff7 !important;
}
.navigation .menu a:hover {
    color: #fff !important;
}
.navigation .menu a:hover i {
    color: #fff !important;
}
.navigation .menu .active i {
    color: #fff !important;
}
.navigation .menu>li.current>a {
    background: #4aaff7;
    /* border-left: 5px solid #B65399 !important; */
}

.widget-stat {
    padding-bottom: 10px;
    text-align: center !important;
}

.box-content .box-title {
    font-size: 22px !important;
    line-height: 1.6 !important;
    padding: 0 !important;
}

.hr_style {
    width: 150px;
    float: left;
    border: 2px solid #b65399;
}

.staff_class {
    font-size: 12px;
    color: #3966a7;
    background: #3966a78c;
    padding: 5px 8px;
    border-radius: 20px;
    font-weight: bold;
}

.client_class {
    font-size: 12px;
    color: #3fc8c0;
    background: #3fc8c080;
    padding: 5px 8px;
    border-radius: 20px;
    font-weight: bold;
}

.margin_btm10 {
    margin-bottom: 10px !important;
}

.progress {
    height: 10px !important
}

.bg_style {
    background: #eee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
	box-shadow: 3px 3px 3px rgb(160, 160, 160);
}

/* .bg_style{
	background: #F7F6F3;
	border-radius: 15px;
	padding: 20px;
	min-height: 200px;
	box-shadow: 3px 3px 3px rgb(160, 160, 160);
} */

.bg_style:hover {
	box-shadow: 5px 5px 5px rgb(160, 160, 160);
}

.overflow {
    overflow: auto !important;
    height: 650px !important;
}

.user .avatar {
    max-width: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.user {
    position: absolute;
    top: 65px;
    left: 0;
    width: 85%;
    padding: 32px 40px 0 85px;
    height: 90px;
    background: #3fc8c0;
    margin: 20px;
    border-radius: 10px;
}

.user .name {
    color: #fff;
}

.header .logo {
    background: #3966a7;
}

.fixed-navbar {
    background: white;
    color: #3966a7;
}

.fixed-navbar .ico-item {
    color: #3966a7 !important;
}

.navigation .menu>li>a {
    padding: 14px 30px 14px 20px !important;
}

.mlr {
    margin: 0 15px;
}

/* .navigation .menu i {
    width: 20px;
} */
.navigation .menu li:hover {
    background: #86cb40 ;
    border-left: 5px solid #4aaff7 !important;
}

.navigation .menu>li.active>a {
    background: #4aaff7 ;
    border-left: 5px solid #86cb40  !important;
}

.navigation .menu li ul li.active {
    background: #4aaff7;
    border-left: 5px solid #86cb40  !important;
}

.menu-mobile-button {
    color: #86cb40;
    background: white;
}

.navigation .menu li>ul>li:hover {
    background: #4aaff7 !important;
    border-left: 5px solid #86cb40 !important;
}

.blue_style {
    background: #C5DDFF;
    border-radius: 20px;
    color: #3966A7;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    width: 180px;
    text-align: center;
    justify-content: center;
}

.green_style {
    background: #CEFFFC;
    border-radius: 20px;
    color: #3FC8C0;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    width: 180px;
    text-align: center;
    justify-content: center;
}

.maroon_style {
    background: #FFD8F4;
    border-radius: 20px;
    color: #B65399;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    display: inline-flex;
    width: 180px;
    text-align: center;
    justify-content: center;
}

/* table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd;
    border-right: 0px !important;
    padding: 34px;
} */

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    border-right: 0px;
    border-left: 0px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background: #86cb40 !important;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float:hover {
    background: #86cb40 !important;
	box-shadow: 5px 5px 5px rgb(160, 160, 160);
}

.my-float {
    margin-top: 16px;
}

.my-float:hover {
    color: white !important;
}

.navigation .title {
    font-size: 12px !important;
    color: #FFD8F4 !important;
    background: #3966a7 !important;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #3966a7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color:#86cb40;
    border-color: #86cb40;
}

.modal.in .custom_dialog {
    position: absolute !important;
    bottom: 80px !important;
    right: 60px !important;
    width: 400px !important;
}

.custom_content {
    border-radius: 20px !important;
}

.user {
    color: #fff !important;
}

.overflow {
    overflow-x: auto !important;
}

.head_font {
    font-size: 22px !important;
    text-align: center;
    background: #182039;
    display: inline;
    border-radius: 0 0 10px 10px;
    color: white;
    width: 200px;
    padding: 10px;
    text-align: center;
    display: inline-table;
    text-align: center;
    margin: 0;
}

.mobile_view_bg {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 0%), 0 6px 20px 0 rgb(0 0 0 / 8%);
}

.mobile_view_bg h5 {
    line-height: 1.3;
}

.icon_btn {
    border: none;
    color: #ea4335;
    padding: 0;
    font-size: 22px;
    cursor: pointer;
    background: transparent;
}

.bg-primary {
    background-color: #86cb40 !important;
}

.border_2px {
    border: 2px solid #86cb40 !important;
    padding: 20px !important;
}

.float_margin {
    float: left !important;
    margin: 20px !important;
}


/* report button css */

.report_text_style {
    right: 105px;
    bottom: 90px;
    border-radius: 10px;
    width: 150px;
    height: auto;
}

.report_text_style:after {
    content: '';
    display: block;
    position: absolute;
    left: 90%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -15px;
    width: 0;
    height: 0;
    border-top: 25px solid #86cb40;
    border-left: 30px solid transparent;
    border-right: 0px solid transparent;
}


/* notice list css */

.notice-list {
    list-style: none;
    padding: 0px
}

.notice-list li {
    border-bottom: 1px solid #eaedef
}

.notice-list span {
    display: block;
    position: relative;
    padding: 14px 15px 14px 85px;
    min-height: 75px;
}

.notice-list span:hover {
    background: #f5f7fa;
}

.notice-list .avatar {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 55px;
    height: 55px;
    overflow: hidden;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.notice-list .avatar i {
    font-size: 24px;
    line-height: 55px;
    color: #ffffff;
    top: 0px
}

.notice-list .desc {
    color: #90a4ae;
    font-size: 13px;
    line-height: 23px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    display: block
}

.notice-list .name {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block
}

.margin_top25{
    margin-top: 25px !important;
}


.linked_icon {
    font-size: 22px !important;
    margin: 0 0 0 20px;
    color: #86cb40;
    cursor: pointer;
}
.div_style{
    border: 2px solid #3966a7;
    padding: 20px;
    border-radius: 10px;
}
.mb5{
    margin-bottom: 5px !important;
}
.new_div_style{
    border: 2px solid #3966a7;
    padding: 20px;
    margin: 10px 0;
}


.mb20{
    margin-bottom: 20px !important;
}
.paddingtb10{
    padding: 10px 0 !important;
}




/* table head color */
.dataTables_wrapper table.dataTable thead td, .dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead th {
    border-bottom-color: #86cb40;
    padding-left: 8px;
    padding-right: 8px;
    border-bottom-width: 1px;
    background: #86cb40 !important;
    color: white !important;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 0;
    background: #86cb40;
    color: white;
    border-right: 1px solid #fff;
} 

.table-bordered {
    border: 1px solid #86cb40;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #86cb40 !important;
    border-right: 1px solid #86cb40;
    border-left: 1px solid #86cb40;
    background: white;
}





/* new css  */

#wrapper {
    background: white !important;
}
.bg_pink{
    background: #4aaff7 !important;
}
.bg_green{
    background-image: linear-gradient(#CEFFFC, #3FC8C0) !important;
}
.bg_blue{
    background: #C5DDFF !important;
}
.bg_light_green{
    background: #CEFFFC !important;
}

.main-menu {
    background: #fff !important;
}
.dark_pink_color{
    background: #FFE5F8 !important;
}

.fixed-navbar {
    background: white;
    color: #3966a7;
}
.menu-mobile-button {
    color: #86cb40;
    background: white;
}
.header .logo {
    background: white;
}
.navigation .menu .sub-menu a i {
    color: #4aaff7 !important;
}
.navigation .menu .sub-menu a:hover i {
    color: #fff !important;
}
.navigation .menu a {
    color: #000 !important;
}
.navigation .menu a:active {
    color: #fff !important;
}
.user {
    background: #86cb40  !important;
}

.navigation .menu>li.active>a {
    color: white !important;
}
.no_background th{
    background: #86cb40 !important;
    color: black !important;
}
.color_pink{
    color:#86cb40 ;
}
.color_grey{
    color: #000;
}
.circle_style{
    background: white;
    padding: 15px 12px;
    margin-bottom: 20px;
    width: 60px;
    text-align: center;
    border-radius: 50px;
    height: 60px;
    margin-top: -50px;
	box-shadow: 2px 2px 10px rgb(160, 160, 160);
}
.font_size30{
    font-size: 30px !important;
}
.color_green{
    color: #3FC8C0;
}
.color_blue{
    color: #86cb40  !important;
}
.selectpicker{
    background: #86cb40 !important;
    color: white !important;
}
.inner{
    background: white !important;
}
.paginate strong {
    border: 1px solid #86cb40 !important;
    background: #86cb40 !important;
}
.navigation .menu li ul li.active a {
    color: white !important;
}
.linked_icon{
    margin: 0 !important;
}
.iconstyle{
    text-align: center;
    padding-top: 20px;
}
.linked_icon_style{
    background: #e4ffc8;
    padding: 10px;
    border-radius: 50px;
}
.activate_icon_style{
    background: #C5DDFF;
    padding: 10px;
    border-radius: 50px;
    margin-left: 10px;
}

.profile_head{
    background: url(../../assets/images/profile_header_image.png),#86cb40;
    background-position: right;
    background-repeat: no-repeat;
    height: 250px;
    background-size: contain;
    border-radius: 10px;
}
.margin_top15{
    margin-top: -15px;
}
.btn-pink{
    background: #86cb40;
    color: white;
	border: 2px solid #86cb40 !important;
}
.btn-pink:active, .btn-pink:focus, .btn-pink:hover {
    background: white   !important;
    color: #86cb40;
	border: 2px solid #86cb40 !important;
}

.btn-primary {
	background: #4aaff7;
	border: 2px solid #4aaff7 !important;
    color: white;
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background: white!important;
    color: #4aaff7;
	border: 2px solid #4aaff7 !important;
}

/* .navigation .menu a i {
    color: #3fc8c0;
} */
.navigation .menu li ul li.active a i {
    color: white !important;
}
.box-content {
    background: #9fd7ff !important;
	border-top: none !important;
    /* background: #91fff0 !important; */
	box-shadow: 2px 2px 10px rgb(160, 160, 160);
}
.box-content:hover {
    background: #9fd7ff !important;
    /* background: #5fe3d2 !important; */
	box-shadow: 2px 2px 15px rgb(160, 160, 160);
}





.bg_blue_color {
    background: #C5DDFF;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}

.blue_icon_style {
    color: #3966A7 !important;
    font-size: 38px !important;
}

.bg_green_color {
    background: #CEFFFC;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}

.green_icon_style {
    color: #3FC8C0 !important;
    font-size: 38px !important;
}

.bg_purple_color {
    background: #FFD8F4;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}

.purple_icon_style {
    color: #B65399 !important;
    font-size: 38px !important;
}

/* .color_blue {
    color: #3966A7;
} */

.color_purple {
    color: #B65399;
}

.margin_top50{
    margin-top: 50px !important;
}
.width350{
    width:350px !important;
}






	.box-content {
		overflow-x: initial !important;
	}

	.list_view {
		border: 2px solid #86cb40;
		border-radius: 20px;
		background: #caf49f;
	}

	.time_style {
		background: #CEFFFC;
		padding: 5px 10px;
		border-radius: 20px;
		color: #3FC8C0;
		font-size: 11px;
	}

	.margin_left_15 {
		margin-left: 10px;
	}

	.font_color {
		color: #000;
		font-weight: bold;
	}

	.border_style {
		border-left: 2px solid #4aaff7;
		min-height: 15vh;
		margin-top: 15px;
	}

	.hr_style {
		width: 25%;
		background: aliceblue;
		float: left;
		margin-top: 0px;
		margin-bottom: 10px;
		border: 1px solid #B65399;
	}
	.manager_font{
		color:	#3fc8c0 !important;
		font-weight: bold;
        background: white;
        float: left;
        padding: 10px;
        border-radius: 20px;
	}
	.manager_icon{
        background: #3fc8c0;
        border-radius: 50px;
        margin-left: 8px;
        color: white;
        font-size: 13px;
        padding: 5px 15px;
	}
    .border_bottom_style{
        border-bottom: 2px solid #b65399;
        min-height: 0;
        margin-bottom: 15px;
        width: 70%;
    }


@media only screen and (max-width: 600px) {
    .border_style {
        border-bottom: 2px solid #4aaff7;
        min-height: 0;
        margin-bottom: 15px;
    }
    .manager_font{
        font-size: 14px;
    }
    .manager_icon {
        font-size: 12px;
        padding: 2px 8px;
    }
    .list_view {
        min-height: 90vh;
        padding: 0;
    }
    .paddingtb10{
        padding: 10px !important;
    }
}

.margintb{
    margin-top: 20px;
    margin-bottom: 20px;
}
.custom{
    border: 2px solid #b65399;
    border-radius: 20px;
}
.custom h4{
    margin-top: -15px; 
    background: #ffe5f8; 
    float: left; 
    padding: 10px; 
    font-weight: bold;
}

.find_h4{
    background: #b65399 !important;
    float: left;
    color: white;
    font-weight: bold;
}

.font_size_26{
    font-size: 26px;
}

.width200{
    width: 200px !important;
}
.width60{
    width: 60px !important;
}

.width100{
    width: 100px !important;
}

.bg_white{
    background: white !important;
}

.height100vh{
    height: 100vh !important;
}




/* signature css */

#btnSaveSign {
    color: #fff;
    background: #f99a0b;
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    margin-top: 10px;
}

#signArea {
    max-width: 304px;
}

.sign-container {
    width: 60%;
    margin: auto;
}

.sign-preview {
    width: 150px;
    height: 50px;
    border: solid 1px #CFCFCF;
    margin: 10px 5px;
}
.activity-list{
	color: #000 !important;
}
.user .status:before {
	background: #4aaff7 !important;
}
.dropdown-toggle::after{
    display: none;
}
.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
    background: transparent !important;
}


/* .avatar-edit {
    position: absolute !important;
    left: 15px !important;
    z-index: 1 !important;
    top: 120px !important;
} */

.navigation .menu .sub-menu .sub-menu-icon {
	top: 0px;
	left: 0;
	margin-left: 0;
	width: 30px;
	font-size: 18px;
	line-height: 29px;
  }






  /* Bootstrap 5 cards */
  .dashboard-mobile{
	margin-top: 2% !important;
}

@media (max-width: 999px){
    .dashboard-mobile{
		margin-top: 5% !important;
	}
}

.hover_card{
	box-shadow: 1px 1px 5px grey;
	background-color:#fff;
	color:black;
	border-radius: 20px;
	
}
.hover_card:hover{
	box-shadow: 2px 2px 10px rgb(112, 112, 112);
}
.dashboard_card{
	background:white;
	background-color:#fff;
	border-radius: 20px;
}
.card_button{
	border:none;
	border-radius:5px;
	margin:2% 4% 2% 4%;
}
.card_img{
	/* border-radius: 50%; */
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
	border: 2px solid lightgrey;
	width: 80px;
	height: 80px;
	background-position: center;
    background-repeat: no-repeat;
}

  /* Bootstrap 5 cards */

	/* profile Image */
	
.avatar-upload {
	position: relative;
	max-width: 130px;
	/* margin: auto; */
  }
  .avatar-upload .avatar-edit {
	position: absolute;
	right: -12px !important;
	z-index: 1;
	top: 10px !important;
  }
  .avatar-upload .avatar-edit .image_upload {
	display: none;
  }
  .avatar-upload .avatar-edit .image_upload + .image_upload_label {
	display: inline-block;
	padding: 10px 12px;
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #fff;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit .image_upload + .image_upload_label:hover {
	background: lightgrey;
	border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit .image_upload + .image_upload_label:after {
	color: #757575;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 100%;
	border: 5px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  #imagePreview{
	background-size: contain !important;
	background-color:white;
  }

  /* profile image */


  .btn-secondary{
    border: 2px solid #000;
    color: #000;
  }

  .btn-secondary:hover{
    border: 2px solid #fff;
    color: #fff;
  }

