@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
:root {
    --primary: #D22045;
    --secondary: #8B929F;
    --orange: #FEC122;
    --red: #e83d51;
    --white: #fff;
    --lightprimary: #ffeef2;
    --lightgray: #8494AF;
    --lightgray-fade: #b7c9e8;
    --dark: #2B3342;
    --whitesmoke: #F7F7F7;
    --body-bg: #ECF8F8;
}

body {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--dark);
    font-family: 'Lato', sans-serif !important;
    background-color: #FAFFFF;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #EBEAED !important;
    padding-bottom: 0;
    padding-right: 0;
}

.select2-container .select2-selection--multiple {
    height: 48px;
}
.dashboardcode-bsmultiselect ul.form-control>li.badge {
    background: #fff;
    border-radius: 5px;
    padding-left: 5px !important;
    border: 1px solid #d2535a !important;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .dashboardcode-bsmultiselect ul.form-control>li.badge  .btn-close{
    background: none;
    opacity: 1;
  }
  .dashboardcode-bsmultiselect ul.form-control>li.badge  .btn-close::before {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #c71d27;
    padding-left: 5px;
    padding-top: 2px;
  }
.multi-frm-slct .dashboardcode-bsmultiselect {
    position: relative;
  }
  .multi-frm-slct .dashboardcode-bsmultiselect .dropdown-menu {
	transform: none !important;
	left: 0 !important;
	top: 100% !important;
	max-height: 200px;
	overflow: auto;
}
small {
    font-size: 14px !important
}

.btn {
    font-size: 0.875rem;
}
.btn:focus {
    box-shadow: none !important;
}

h1 {
    font-size: 1.5rem;
    color: var(--dark);
    font-weight: 600;
}

h2 {
    font-size: 2rem;
    color: var(--dark);
}

h5 {
    font-size: 1rem;
}

h4 {
    font-size: 1.25rem;
}

p {
    margin-bottom: .6rem;
}

.bold-4 {
    font-weight: 400;
}

.bold-5 {
    font-weight: 500;
}

.bold-6 {
    font-weight: 600;
}

.bold-7 {
    font-weight: 700;
}

.inner-wrap h1 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
    color: var(--dark);
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

td {
    border: none !important;
    font-size: 14px;
}

th {
    border-color: #EBEAED !important;
    padding: 10px !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(82, 196, 173, 0.13);
}

.btn-link {
    text-decoration: none;
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
}

.radioerror label.error {
	position: absolute;
	width: 100%;
	bottom: -26px;
	left: 2px;
}

.btn-link:hover {
    color: var(--primary);
}

.btn-info {
    color: var(--white);
}

.btn-primary {
    background: #A32638;
    color: var(--white);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #A32638 !important;
}
.btn-outline-primary{
    background: var(--white);
    color: var(--primary);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    border: 1px solid var(--primary) !important;
}

.btn-view {
    background: #50B5FF;
    border-color: #50B5FF;
    color: var(--white);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
    font-weight: 400;
}

.btn-view:hover {
    background: #fff;
    color: #50B5FF;
}

.btn-default {
    background: #fff;
    border-color: #EBEAED;
    border-radius: 4px;
    color: var(--dark);
    font-size: 14px;
}


nav.nav-breadcrumb {
    border-bottom: none;
    margin-top: 10px;
}
.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
    display: inline-flex;
    position: relative;
}
.breadcrumb .breadcrumb-item:last-child::after {
    width: 8px;
    height: 8px;
    background-color: var(--primary);
    border-radius: 100px;
    content: '';
    right: -4px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    z-index: -1;
}
.breadcrumb li.breadcrumb-item {
    display: inline-flex;
    background: #fff;
    border: 1px solid #E4E5E8;
    margin-left: -1px;
    height: 32px;
    padding: .25rem .75rem;
    font-size: 0.875rem;
    font-weight: 600;
    position: relative;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-flex;
    padding-right: 0;
    color: #6c757d;
    content: "\f054";
    position: absolute;
    left: -8px;
    top: 50%;
    background: #fff;
    border: 1px solid #E4E5E8;
    border-radius: 50px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 8px;
    align-items: center;
    justify-content: center;
}
.breadcrumb li.breadcrumb-item:first-child{
    margin-left: 0;
    border-radius: 8px 0 0 8px;
}
.breadcrumb li.breadcrumb-item:last-child{
    border-radius: 0 8px 8px 0;
}
.breadcrumb li.breadcrumb-item a{
    color: #A32638;
    font-weight: 600;
    max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-outline-primary {
    background: var(--white);
    border: 1px solid #A32638 !important;
    color: #A32638;
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}

.btn-secondary{
    background: var(--orange);
    border: 1px solid var(--orange) !important;
    color: var(--white);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}
.btn-secondary:hover{
    background: var(--white);
    color: var(--orange);
}
.btn-back {
    background: var(--white);
    border: 1px solid #A32638 !important;
    color: var(--dark);
    padding: .5rem 1rem;
    border-radius: .5rem;
    transition: all ease .6s;
    font-size: 0.875rem;
}
.btn-back:hover{
    background: #A32638;
    color: var(--white);
}

.btn-primary.btn-sm {
    padding: 0rem 1rem;
    height: 32px;
    font-size: .875rem;
}

.btn-primary.btn-lg,
.btn-back.btn-lg {
    border-radius: .25rem;
    font-size: 1.25rem;
    padding: 0.65rem 1.5rem;
    transition: all ease .6s;
}

.btn-primary:hover {
    background: var(--white);
    color: #A32638;
border: 1px solid #A32638 !important;
    transition: all ease .6s;
}

.btn-outline-primary:hover {
    background: #A32638;
    color: var(--whitesmoke);
    border-color: var(--primary);
    transition: all ease .6s;
}

.btn-primary:focus:active {
    background: var(--primary);
    transition: all .1s;
    box-shadow: none;
    outline: 0;
    color: var(--white);
}

.btn-outline-secondary.btn-sm {
    border: 1px solid #E4E5E8;
    color: #6c757d;
    background: #fff;
    border-radius: .5rem;
    padding: .25rem .75rem;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
}

.main-wrap .btn {
    border-radius: 4px;
}

.selectOpt {
    display: inline-block;
    padding: 3px 10px;
    background: #ecf8f8;
    border: 1px solid #cbdcdc;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-top: 8px;
}

.selectOpt p {
    display: inline;
    margin-right: 5px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.0364401);
    border-radius: 12px;
}

.btn-lite {
    background: var(--lightprimary);
    color: var(--dark);
    box-shadow: none;
}
.wrap-body-top a img {
    height: 25px;
}
.res-cover-img img {
    height: 100%;
    object-fit: cover;
}
.sponsor-card img {
    height: 40px;
}
label {
    font-size: 15px;
    /* font-size: 18px; */
    font-weight: 500;
    /* line-height: 30px; */
    line-height: 20px;
    letter-spacing: 0px;
    color: var(--dark);
}

label.error, .red, label.is-invalid{
    color: var(--red) !important;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: none !important;
    background: var(--lightprimary) !important;
    padding: .2em .8em;
    color: var(--primary) !important;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 3px;
}

::placeholder {
    font-size: 1rem;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--dark);
}

.form-check-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0px;
}

.login-section .form-control {
    border: 1px solid #DEE2E6;
    box-sizing: border-box;
    border-radius: 4px !important;
    height: 58px;
    font-size: 1rem;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #d5d5d5;
    outline: 0;
    box-shadow: none;
}

.lite-gray {
    color: #84818A !important;
}

.border {
    border: 1px solid #E4C0C6 !important;
}

.border-bottom {
    border-bottom: 1px solid #EBEAED !important;
}

.border-top {
    border-top: 1px solid #EBEAED !important;
}

.border-right {
    border-right: 1px solid #EBEAED !important;
}

.border-left {
    border-left: 1px solid #EBEAED !important;
}



/*---------- login ----------*/

.login-section {
    height: 100%;
    display: flex;
    align-items: center;
    background-image: url('../img/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    padding: 40px 0;
}

.login-logo {
    display: inline-block;
}

.login-section h2 {
    font-weight: 600;
}

.login-partner img {
    height: 34px;
}

.login-partner {
    display: flex;
    justify-content: space-between;
}
.login-partner img {
	width: 80px;
}
.sign-icon {
    position: absolute;
    right: 15px;
    top: 55px;
}
a.inside-btn.pass-btn.eye-icon {
    position: absolute !important;
    right: 15px !important;
    top: 35px !important;
}
select {
    word-wrap: normal;
    background-color: #fff;
    border: none;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

sup {
	color: var(--red) !important;
}

.reset-mail-box {
	margin-top: 20px;
	color: #515151;
}

.reset-mail-box a {
	color: #737373 !important;
}
/*--------- header ----------*/

.log-sec {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.item.active a {
    background-color: var(--lightprimary);
}
.item.active .sub-menu .sub-item.active {
    background-color: var(--lightprimary);
}
.item.active .sub-menu .sub-item {
    background-color: #fff;
}

.not-badge {
    background-color: #FC3400;
    position: absolute;
    width: 20px;
    height: 20px;
    text-align: center;
    top: 2px;
    right: -11px;
    border-radius: 20px;
    font-size: 13px;
    color: #fff;
}

.log-sec a {
    margin: 10px 15px;
}

.logo img {
    height: 55px;
}

element {
    align-items: center;
}

.pro-dtls h3 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0px;
}

.pro-dtls p {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 0;
    color: #84818A;
}

.pro-box {
    border: 1px solid #EBEAED;
    border-radius: 4px;
}

header {
    padding: 13px 25px;
    border-bottom: 1px solid #EBEAED;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    height: 80px;
    box-shadow: -1px 10px 5px -4px rgb(193 193 193 / 26%);
}

.dropdown-menu .dropdown-item {
    margin: .25rem 0;
    padding: .25rem .7rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: var(--lightprimary);
}

.dropdown-menu {
    padding: .5rem;
    border: 1px solid #EBEAED;
}

.dropdown-item:hover i {
    color: var(--primary) !important;
}

/*------------- side bar --------------*/

.side-bar {
    background: #fff;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition: 0.6s ease;
    transition-property: left;
    border-right: 1px solid #EBEAED;
    margin-top: 80px;
    z-index: 999;
}


.side-bar .menu {
    width: 100%;

}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a,
.toggle-menu a {
    color: var(--dark);
    font-size: 14px;
    text-decoration: none;
    display: block;
    padding: 15px 15px 10px 15px;
    position: relative;
    font-weight: 600;
    line-height: 25px;
    display: flex;
}
.sub-menu {
	margin-top: 5px;
}

.side-bar .menu .item a:hover {
    transition: 0.3s ease;
}

.side-bar .menu .item i,
.toggle-menu a i {
    margin-right: 15px;
    color: #a32638;
}

.side-bar .menu .item a .rotate {
    position: absolute;
    right: 15px;
    transition: 0.3s ease;
    bottom: 0;
    top: 0;
    margin: auto;
}

.side-bar .menu .item .sub-menu {
    background: #fff;
    display: none;
}

.side-bar .menu .item .sub-menu a {
    padding-left: 45px;
}

.item.active .rotate {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.rotate {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.side-bar {
    padding: 15px 10px;
    scrollbar-width: thin;
}

.side-bar::-webkit-scrollbar {
    width: 7px;
    background: rgba(238, 238, 238, 0.516);
}

.side-bar::-webkit-scrollbar-thumb {
    background: #C2C2C2;
    -webkit-border-radius: 1ex;
}

.side-bar .menu .item a:hover,
.toggle-menu a:hover {
    background: var(--lightprimary);
    transition: 0.3s ease;
}

.side-bar .menu .item a:hover i,
.toggle-menu a:hover i {
    color: #A32638;
}

.item.active .sub-btn {
    background-color: var(--lightprimary);
}

.menu .item.active a i {
    color: #A32638;
}

.toggle-menu a {
    height: 100%;
    width: 100%;
    padding: 15px 15px;
}

.toggle-menu {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 230px;
    background-color: #fff;
    padding: 10px;
}

.side-bar.icon-menu {
    width: 70px;
    transition: .3s ease-in-out all;
    overflow: visible !important;
    z-index: 999;
}
.side-bar.icon-menu .toggle-menu {
    width: 68px;
}
.classBody .sub-menu {
    margin-top: 0;
    box-shadow: 7px 7px 5px #00000008;
}

.side-bar .menu .item a span {
    transition: .8s ease-in-out all;
    -webkit-transition: .8s ease-in-out all;
    -moz-transition: .8s ease-in-out all;
    -ms-transition: .8s ease-in-out all;
    -o-transition: .8s ease-in-out all;
    display: inline-block;
}

.side-bar.icon-menu .menu .item a span,
.side-bar.icon-menu .toggle-menu a span{
    display: none;
}

.side-bar.icon-menu .menu .item i {
    margin: 0;
}

.side-bar.icon-menu .menu .item a {
    text-align: center;
    padding: 10px 15px;
}

.item .sub-menu a.sub-item:hover {
    color: var(--primary);
}

.item .sub-menu a.sub-item {
    font-size: 14px;
}

.item a i {
    width: 20px;
    text-align: center;
}

.tooltip {
    opacity: 0 !important;
}

.classBody .tooltip {
    opacity: 1 !important;
}

.tooltip>.tooltip-inner {
    background-color: var(--white) !important;
    font-size: 16px;
    font-weight: 600;
    color: var(--dark) !important;
}

.sub-item.active {
    background-color: var(--lightprimary);
    color: var(--primary) !important;
}
.side-bar.icon-menu .menu .item a .rotate {
    right: 1px;
    transform: rotate(-90deg);
    height: 6px;
}

/* ------------- chart ---------------- */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 250px;
    max-width: 100%;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* ------------- chart end ---------------- */



/*---------- main wrap -------------*/

.main-wrap {
    width: calc(100% - 250px);
    min-height: 600px;
    height: 100%;
    margin-left: 250px;
    transition: .2s ease-in-out all;
    margin-top: 81px;
    padding-top: 10px !important;
    background: #fff6f8;
}

.side-bar.icon-menu+.main-wrap,
.classBody .main-wrap {
    margin-left: 70px;
    transition: .3s ease-in-out all;
    width: calc(100% - 70px);
}

.wrap-body .card {
    box-shadow: none;
    border-radius: 18px;
}

.card-header {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.card-header h5 {
    font-weight: 500;
}

.card-header h5 i {
    color: var(--orange);
}

.member-head p {
    font-size: 12px;
}

small span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 2px;
}

.cea-members div p small span {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
}

.onc {
    background-color: #FBCC02;
}

.neu {
    background-color: #E62238;
}

.int {
    background-color: #E5E5E5;
}

.inf {
    background-color: #E11E79;
}

.her {
    background-color: #20C9AC;
}

.der {
    background-color: #F05123;
}

.oph {
    background-color: #662D80;
}

.uro {
    background-color: #40D628;
}

.wrap-body.dashboard .card {
    min-height: 350px;
}

.highcharts-figure .highcharts-title tspan:first-child {
    font-size: 25px;
    margin-bottom: 20px;
    display: inline-block;
    font-family: 'Poppins',
        sans-serif;
    font-weight: 500 !important;
}

.highcharts-figure .highcharts-title {
    font-size: 14px !important;
    font-family: 'Poppins', sans-serif;
}
.input-group-text {
    font-size: .875rem;
    background-color: #F7FCFC;
    border: 1px solid #ebeaed;
}

input,
.form-select,
select {
    height: 48px;
    font-size: .875rem;
    border-color: #EBEAED !important;
}
textarea {
    border-color: #EBEAED !important;
}

.search-btn {
    position: absolute;
    right: 1px;
    top: 1px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
}

::placeholder {
    font-size: 14px;
}


.presenter-wrap {
    padding: 8px;
    background: #ecf8f8;
    border: 1px solid #fff;
    border-radius: 8px;
    display: inline-flex;
    margin: 5px 0 10px 0;
}


/*----------- Inner pages ----------*/

.nav.nav-tabs .nav-link {
	display: flex;
	align-items: center;
	position: relative;
	bottom: -1px;
	padding-bottom: 15px;
	color: var(--dark);
	font-weight: 500;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #EBEAED;
	padding-top: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--primary);
    border: none;
    border-bottom: 2px solid var(--primary);
}

.nav-tabs {
    border-bottom: 2px solid #EBEAED;
}

.count {
    background-color: #cecece;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 12px;
    padding-top: 3px;
    font-weight: 500;
    text-align: center;
    line-height: 35px;
}

.nav-link.active .count {
    background-color: #A32638;;
}

.dataTables_info,
.dataTables_paginate {
    font-size: 12px;
    color: #84818A !important;
    font-weight: 600;
}

nav {
    border-bottom: 2px solid #EBEAED;
    display: flex;
    justify-content: space-between;
}

.main-table th, th {
    font-size: 15px;
    font-weight: 600 !important;
    color: #333;
    border-bottom: 1px solid #fff !important;
}

.main-table td {
    border-bottom: 1px solid #ebeaed !important;
    vertical-align: baseline;
}

.tab-content .paginate_button.previous.disabled,
.tab-content .paginate_button.next,
.tab-content .paginate_button.previous {
    border: 1px solid #D7DBEC !important;
}

.tab-content .paginate_button.next {
    border: 1px solid #d7dbec;
    color: var(--primary) !important;
}

.tab-content .dataTables_paginate span .paginate_button {
    padding: .2em .8em;
}
.location-form{
    background-color: #fff6f8;
    border: #73102542 1px solid;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px 1px;  
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #A32638 !important;
    background: #A32638 !important;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.main-table {
    padding-bottom: 10px;
}

.round-img {
    height: 34px;
    width: 34px;
    min-width: 34px;
    border-radius: 100px;
    overflow: hidden;
}

.round-img img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.fa-bookmark {
    color: var(--orange);
}

.main-table .fa-info-circle {
    color: var(--primary);
    opacity: 0;
}

.main-table tr:hover .fa-info-circle {
    opacity: 1;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
}

.drop-box .round-img {
    height: 25px;
    min-width: 25px;
}

.tooltip-icon .drop-box {
    position: absolute;
    min-width: 220px;
    background: #fff;
    z-index: 9;
    display: flex;
    align-items: center;
    right: 50%;
    transform: translateX(50%);
    padding: 6px;
    border-radius: 4px;
    display: none;
    justify-content: center;
    top: 1.6rem;
}
.drop-box::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 7px;
    background-image: url(../img/tooltip-top.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.tooltip-icon:hover .drop-box {
    display: flex;
}

.round-img+p sab {
    font-size: 12px;
    color: var(--primary);
    padding-left: 5px;
}

.wrap-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.wrap-body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #ffffff !important;
}
.badge .dot {
    width: 6px;
    height: 6px;
    background-color: #FBCC02;
    display: inline-block;
    border-radius: 5px;
    margin-right: 5px;
}
.main .badge.bg-secondary {
    background-color: #FAFAFB !important;
    color: var(--dark);
    border: 1px solid #EBEAED !important;
    font-weight: 400;
    font-size: .875rem;
    align-items: center;
}
.count-box {
    display: flex;
    align-items: center;
}
.count-box input {
    width: 100px;
}
.count-box input {
    width: 100px;
    border-radius: 0;
}
.count-box a {
    width: 45px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ebeaed;
    font-size: 24px;
}
.btn-text {
    color: var(--primary);
}
.check-area {
    border-radius: 4px;
    /* max-height: 300px; */
    height: 380px;
    background-color: #fff6f8;
    overflow-y: auto;
    padding: 7px 0px;
}
.check-field {
	background-color:  #fff6f8;
	padding: 10px 15px;
	cursor: pointer;
}
.card.full-card {
    min-height: 200px;
}
.img-box .view-img .img,
.upload-img {
    height: 165px;
    border-radius: 4px;
}
.img-box .view-img, .upload-img {
	width: 163px;
	border-radius: 4px;
}
.img-control {
    border-radius: 4px;
}
.img-control a{
    cursor: pointer;
}
.img-control a:hover {
    background: #eee;
}
.upload-img {
    border: 1px dashed #B6B4BA;
}
.d-inline-block{
    display: inline-block;
}
.upload-img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.up-img i {
    font-size: 25px;
}
.up-img p {
    font-size: 14px;
}
.up-img {
    color: var(--primary);
}
.img-box p.lite-gray {
    font-size: 12px;
    margin-top: 10px;
}
.img-control a:last-child {
    color: red;
}
.img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #fff !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
    position: relative;
    top: -1px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}
input[type="checkbox"]+label {
    padding-left: 7px;
}
input[type="checkbox"]::before {
    border: 2px solid var(--primary);
    content: "";
    height: 20px;
    width: 20px;
}





input[type="checkbox"]::after {
    content: "\f00c";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: var(--primary);
    display: none;
}
input[type="checkbox"]:checked::after {
    display: block;
}
.count-box input[type="text"] {
    border-right: 0;
    border-left: 0;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #FBFAFC !important;
    box-shadow: none !important;
}

.tooltip-01 {
    position: relative;
}

.tooltip-01::before {
    content: attr(title01);
    display: none;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 1rem 0.6rem;
    height: 1.5rem;
    background-color: var(--white);
    border: 1px solid #EBEAED;
    box-shadow: 0px 4px 20px rgba(90, 114, 123, .11);
    position: absolute;
    top: 1.3rem;
    font-size: 0.813rem;
    line-height: 0.813rem;
    color: var(--dark);
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.tooltip-01::after {
    content: '';
    display: none;
    position: absolute;
    width: 9px;
    height: 6px;
    background-image: url(../img/tooltip-top.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: calc(1.3rem - 5px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.tooltip-01:hover::after {
    display: block;
}

.tooltip-01:hover::before {
    display: flex;
}
.myprofile-pic-box {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    background-color: var(--lightprimary);
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.myprofile-pic img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}
.myprofile-pic {
    height: 100%;
    width: 100%;
    justify-content: center;
display: flex;
}
.upload-sec {
    position: absolute;
    z-index: 9;
    color: var(--primary);
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    background: #edf5f5ba;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}
.sub-options {
	padding: 10px 15px;
	background-color: #fff;
}
.sub-options .form-check-label {
	font-size: 14px;
}
.sub-options input[type="checkbox"] {
	width: 17px;
	height: 17px;
	top: 1px;
}
.sub-options input[type="checkbox"]::before {
	height: 17px;
	width: 17px;
}
.sub-options input[type="checkbox"]::after{
    font-size: 9px;
    padding-top: 1px;
}
.table-move .dataTables_filter {
	position: relative;
	top: -27px;
}
.nav {
	position: relative;
	z-index: 99;
}
.table-move {
	margin-top: -50px;
}
.table-move .dataTables_filter::before {
	content: "\f002";
	position: absolute;
	right: 10px;
	top: 50%;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	transform: translateY(-50%);
	color: #504F54;
}
.table-move .dataTables_filter input {
	padding-left: 15px;
}
.check-field.singlist_tea.singlka a::before {
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 7px;
    font-size: 13px;
}
.check-field.singlist_tea.singlka a {
	color: var(--primary) !important;
	font-weight: 600;
	transition: .1s;
}
.check-field.singlist_tea.singlka {
	background-color: #fff;
}
.filter-heading {
    display: block;
    padding: 8px 15px;
    background-color: #fff;
    font-size: 16px;
    color: var(--dark);
    font-weight: 600;
    border-bottom: none !important;
}
.filter .check-area {
	height: 348px;
}
.accpttags {
    background-color: #fbfafc;
    padding: 10px 15px;
    border-radius: 4px;
}
.accpttags select {
    width: 90px;
    margin-bottom: 10px;
}
.form-select:focus {
    box-shadow: none;
}
.tag-box {
    position: relative;
    padding: 5px 25px 5px 10px;
    background-color: var(--lightprimary);
    border-radius: 4px;
    margin-right: 10px;
    font-size: 14px;
    overflow: hidden;
    box-shadow: 0px 3px 2px #0000;
}
.slctcls {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}
.tag-box .tag-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    background-color: #f96b6b;
    height: 100%;
    width: 15px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    text-align: center;
    color: #fff;
}
.headcls {
    background-color: var(--lightprimary);
    display: inline-block;
    padding: 3px 25px;
    border-radius: 4px;
    border: 1px dashed #ccc;
    font-size: 13px;
    margin-top: 8px;
}
.mypro-btn-box {
    position: absolute;
    width: 0px;
    height: 147px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    z-index: 99;
    top: 3px;
    right: 3px;
  }
.mypro-btn-box a i {
    color: #fff;
    font-size: 13px;
}
.pro-pic-upload {
    position: relative;
    display: inline-block;
    width: 100%;
}
.invtatn-sts {
    font-size: 14px;
}
.form-group label span {
    position: absolute;
    right: -7px;
    top: 0;
}
.form-group label {
    position: relative;
}

.pass-options input[type="checkbox"]::after {
    font-size: 9px;
}
.pass-options input[type="checkbox"]::before {
    height: 15px;
    width: 15px;
}
.pass-options input[type="checkbox"] {
    height: 15px;
    width: 15px;
    padding-top: 4px;
}
.pass-options label {
    font-size: 12px;
    padding-left: 0 !important;
}
.poster-preview-img.member-pro-pic img {
    height: 140px;
    width: 100%;
    object-fit: contain;
    object-position: left;
    margin-bottom: 10px;
}
.poster-preview-img.member-pro-pic h4 {
    font-size: 18px;
}
.poster-preview-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.poster-preview-img {
    height: 140px;
    width: 180px;
}
.poster-preview-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.poster-preview-box h3 {
    font-size: 20px;
}
.poster-preview-box p {
    font-size: 14px;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    box-shadow: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 2px;
}
input[type="radio"]::before {
    content: "";
    background: var(--primary);
    height: 8px;
    width: 8px;
    border-radius: 20px;
    position: absolute;
    display: none;
}
input[type="radio"]::after {
    content: "";
    border: 2px solid var(--primary);
    width: 18px;
    height: 18px;
    border-radius: 30px;
}
input[type="radio"]:checked::before {
	display: block;
}
.abstract-upload {
	border-radius: 5px;
	position: relative;
}
.up-pic-wrap .closethumbnailimage {
	position: absolute;
	right: 6px;
	top: 2px;
	font-size: 22px;
}
.abstract-upload li {
	list-style: none;
}
.pdf-list input {
	margin-bottom: 10px;
}
.classBody .sub-menu {
    min-width: 240px;
    position: absolute;
    left: 60px;
    top: 0;
    background: var(--white) !important;
    border: 1px solid #EBEAED;
}
.classBody .sub-menu a {
    text-align: left !important;
    color: var(--dark) !important;
}
div.dataTables_wrapper {
    width: 100%;
}
.inside-btn.pass-btn {
    position: absolute;
    top: 12px;
    right: 10px;
}
.mypro-delete {
    position: absolute;
    right: 0px;
top: 0px;
    background: #e65050;
    padding: 8px;
    font-size: 13px;
    color: #fff;
    border-radius: 5px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.mypro-delete:hover{
    color: #fff !important;
}
.audience-wrp .card-body {
    padding: 1.5rem !important;
}
.audience-leftbox .contlst_tea {
    height: 500px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    overflow-x: hidden;
}
.audience-leftbox .contlst_tea .singlist_tea {
    padding: .6rem 1.5rem;
}
.audience-wrp .card-body {
    padding: 0 !important;
    height: 500px;
    overflow-x: hidden;
}
.singlist_tea.singlka {
    background: var(--body-bg);
    color: var(--primary);
}
.tag-box {
    display: inline-block;
    background: var(--body-bg);
    padding: 3px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    margin-right: 15px;
}
span.tag-close {
    position: absolute;
    background: #f87878;
    width: 21px;
    height: 21px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -8px;
    border-radius: 20px;
    right: -10px;
    color: #fff;
    border: 1px solid #e6e6e6;
    padding-left: 1px;
    font-weight: 600;
}
.filclas label {
    padding: 0 1.4rem;
}
label.filter-heading {
    padding: .6rem 1.4rem;
    background: var(--body-bg);
    color: #2A3342;
    width: 100%;
    font-size: 15px;
}
.checkbox {
    font-size: 15px;
    border-radius: 10px !important;
}
.cus-checkbox{
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.cus-checkbox.cms-chck {
    padding: 0 1.8rem;
}
.qst-drp-down .btn.btn-primary.dropdown-toggle {
	min-width: 11.75rem;
}
.qst-drp-down .dropdown-menu{
    min-width: 11.75rem;
}
div#example_filter label, #example_filter label input {
	width: 100%;
	position: relative;
}

div#example_filter {
    min-width: 300px;
}
.upload-bg .dropzone {
    min-height: 150px;
    border: 1px solid var(--primary);
    background: #f1fffe;
    padding: 20px 20px;
    border-radius: 10px;
    color: var(--primary);
}

.upload-bg .dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
    font-size: .9rem;
    color: var(--primary);
}
.up-pic-wrap {
    position: relative;
    padding: 5px 5px 5px 0px;
    border-radius: 0.25rem;
    display: inline-block;
    height: 140px !important;
    overflow: hidden;
    width: 100%;
}
.img-box .danger {
    color: red;
    z-index: 9;
    cursor: pointer;
}
.docname {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 14px;
}
.text-right{
    text-align: right !important;
}
.wrap-filter label {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 6px;
}
.wrap-filter h3 {
    font-size: 20px;
}
.wrap-filter {
    padding: 1rem 1rem;
    background-color: #fff;
    border-radius: 15px;
    margin-bottom: 30px !important;
}
.btn-drag {
    padding: .25rem .5rem !important;
}
.multisort_drag input[type="radio"] {
    background: transparent !important;
}
textarea {
    min-height: 100px !important;
}
.title-table {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--dark);
}
.multisort_drag label,
.right-text {
    font-size: 14px;
}
.search-filter span {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    z-index: 999;
}
.search-filter button:hover {
    color: var(--dark);
}
.dropzoneheader h4 {
    font-weight: 700 !important;
}
.img-size-msg {
    font-size: 10px;
    color: #999;
}

.resource-items {
	display: flex;
	align-items: center;
	padding-bottom: 17px;
	margin-top: 17px;
	border-bottom: 1px solid #ddd;
}

.resource-icon {
	background: var(--primary);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	display: flex;
	padding: 11px;
	justify-content: center;
	align-items: center;
}


.custom-image-upload-btn {
    border-radius: 8px;
    background: #f0f0f0;
    border: 1px solid #e4e5e8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 140px;
    flex-direction: column;
    cursor: pointer;
}

/*---------- media-gallery -----------*/

.search {
    position: relative;
}

.search input {
    height: 48px;
    border: 1px solid #aaa;
}

.search input:focus {
    box-shadow: none;
}

.search button {
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.media-filter{
    display: flex;
    align-items: center;
}
.media-filter p {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-bottom: 0
}
.media-filter select.form-select {
    width: 170px;
    margin-left: 10px ;
}
.media-gallery{
    width: 100%;
    margin: 20px 0;
}
img.gallery-img{
    width: 100%;
    height: 100%;
    max-height: 133px;
    object-position: center;
    object-fit: cover;
}
.media-popup {
    margin: 10px 0;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.gallery-img-popup {
    width: 100%;
    height: 100%;
    min-height: 200px;
    max-height: 500px;
    /* object-fit: contain; */
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
}
.gallery-img-popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.media-file-dtl-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;  
    padding:10px;
    background: #fff;
}
.media-file-dtl-hd p {
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 0;
}
.media-file-dtl-hd button.btn-close {
    font-size: 12px;
}
.media-file-dtl {
    background: #F5F5F5;
    height: 100%;
    padding: 5px;
}

table.border-less {
    width: 100%;
}
.media-file-dtl tr {
    border-bottom: 1px solid #dedede;
}
.media-file-dtl td {
    font-size: 12px;
    padding: 5px;
    color: #838383;
    font-weight: 400;
}
.media-gallery .modal-content {
    border-radius: 10px;
    overflow: hidden;
}
.media-gallery .modal-body{
    padding: 0;
    overflow: hidden;
    background: #F5F5F5;
} 
.media-gallery img {
    display: inline-block;
    border-radius: 10px !important;
}
.media-gallery-partner {
    position: relative;
}
.media-gallery-partner input {
    position: absolute;
    left: 5px;
    top: 5px;
}
.mdia-hvr {
    position: relative;
}
a.mypro-pic-edit.mypro-delete.mda-dlt {
    right: 7px;
    top: 7px;
    opacity: 0;
}
.mdia-hvr:hover a.mypro-pic-edit.mypro-delete.mda-dlt {
    opacity: 1;
}

.mdia-hvr p{
    font-size: 13px;
}

/*---------- media-gallery -----------*/
.form-group.cme-form-group {
	display: flex;
	align-items: center;
}
.form-group.cme-form-group label {
	padding-left: 10px;
}

.qstn-no {
	width: 100%;
	height: 28px;
	border: 1px solid var(--primary);
	border-radius: 6px;
	color: var(--primary);
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 13px;
	background: #fff;
	width: 38px;
}

/* slider */
@media (max-width: 768px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;

}

/* display 4 */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start, .active.carousel-item-end {
    transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
  }
}
.event-tab-slider button.carousel-control-next {
    background: #3fbeb3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.event-tab-slider button.carousel-control-next span {
    width: 15px;
}
.event-tab-slider button.carousel-control-prev {
    background: #3fbeb3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: auto;
    right: 26px;
    transform: translateY(-50%);
}
.event-tab-slider button.carousel-control-prev span {
    width: 15px;
}
.event-tab-slider {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/* slider */
.dropzoneheader {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.dropzoneheader h4 {
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 1rem;
    font-weight: 400 !important;
}
a.closecolorbox.btn-close {
    position: relative;
    top: 0;
    font-size: 27px;
    right: 5px;
    color: #504F54;
    width: 15px;
    height: 15px;
    opacity: .5;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1rem auto no-repeat;
}
a.closecolorbox.btn-close:hover {
    color: #333333;
    opacity: 1;
}
form.edit-form.dropzone.dz-clickable {
    min-height: 150px;
    border: 1px solid var(--primary);
    padding: 20px 20px;
    border-radius: 10px;
    margin: 0 20px;
    background: var(--lightprimary) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dz-default.dz-message {
    text-align: center;
    margin: 0;
    font-size: .9rem;
    color: var(--primary);
}
.event-tab-slider .card.card-body {
    padding-left: 0;
    padding-right: 0;
}
.event-tab-slider .event-tab .nav-link {
    justify-content: center;
    padding: 10px;
    border: 0;
    font-size: 14px;
    margin: 0 5px;
    border-radius: 5px;
    background: #f3f3f3;
    min-width: 80px;
}
.event-tab-slider .event-tab .nav-link.active {
    justify-content: center;
    border: 1px solid var(--primary);
    font-size: 14px;
    border-radius: 5px;
    background: var(--primary);
    color: #fff !important;
}
.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show {
    display: flex;
    justify-content: end;
    min-width: 100%;
    
}
.btn-group.action-btn-group ul.dropdown-menu.dropdown-menu-end.show li a {
    margin-left: 5px !important;
    display: inline-block;
}
.btn-group.action-btn-group button.btn.btn-secondary.dropdown-toggle.show {
    background: #A32638;;
    color: #fff;
}
.btn-group.action-btn-group button.btn.btn-secondary.dropdown-toggle {
    background: #333333;
    color: #333333;
    border: none !important;
    background: transparent;
}
.btn-group.action-btn-group button.btn-secondary:hover {
    background: #A32638 !important;
    color: #fff !important;
}
.btn-group.action-btn-group button.dropdown-toggle::after {
    display: none;
}
span.crdit-note {
    background: #eee;
    padding: 5px 10px;
    font-size: 13px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 3px;
}
p.no-media {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    background: #ffeeee;
    padding: 10px;
}

.faculty-tab div#example_filter label::before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 7px;
	top: 3px;
	font-size: 15px;
	color: gray;
}
#cboxContent {
    min-height: 250px !important;
}
p.user-msg {
    padding: 10px;
    border: 1px solid #3fbeb3;
    background: #f5fdfc;
    color: #3fbeb3;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 5px;
    text-align: center;
    margin-top: 0;
}
.alert-danger {
    text-align: center;
    background: #fff2f3;
}
.alert.alert-danger i {
    font-size: 20px;
    margin-bottom: 10px;
}
.alert.alert-danger p {
    font-size: 14px;
    margin-bottom: 0 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background: var(--primary);
    border: none;
}
/* .tab-content>.active {
    display: block;
    text-align: center;
    margin-top: 3%;
} */
/* div#viewloadwrap {
    text-align: center;
    margin-top: 3%;
} */


.ui-datepicker {
    width: auto !important;
    padding: .2em .2em 0;
    display: none;
    min-width: 16em;
    
}
a.ui-state-default {
    text-align: center !important;
}
.activitysessiongruplist .accordion-button:not(.collapsed)::after {
    display: none;
}
.accordion-item:first-of-type .accordion-button {
    background: #fff;
}
.accordion-button:not(.collapsed){
    background: #fff;
}
.activitysessiongruplist h5 {
    font-size: 15px;
    font-weight: 500 !important;
    color: #84818A;
}
.activitysessiongruplist p{
    font-size: 14px;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 0;
}
.accordion-arrow {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-sub-hd {
    background: #fff;
    padding: 10px;
}
.event-sub-hd h5 {
    margin-bottom: 0;
}
.accordion-body {
    background: #f7f7f7;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown li p {
    width: 354px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown {
    font-size: 14px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}
.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown:hover {
    overflow-y: auto;
}
.event-tab-slider .event-tab {
    margin-bottom: 10px;
}
button.btn.btn-outline-secondary.btn-number {
    height: 48px;
    border: 1px solid #ddd;
}
button.btn.btn-outline-secondary.btn-number.btn-number-rt {
    border-radius: 0 4px 4px 0;
    border-left: none;
}
button.btn.btn-outline-secondary.btn-number.btn-number-lft {
    border-radius: 4px 0 0 4px;
    border-right: none; 
}
ul.pagination.grp-pagination {
    justify-content: flex-end;
    margin-bottom: 0;
}
ul.pagination.grp-pagination li {
    margin: 0 5px;
}
ul.pagination.grp-pagination li.active {
    background: #3fbeb3;
    color: #fff;
    width: 23px;
    display: flex;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.grp-pool-manu .accordion-button::after {
    display: none;
}
.grp-pool-manu p {
    font-size: 15px;
    color: #808080;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: 400;
}
.sortable.ui-sortable {
    background: #ececec;
    /* padding-bottom: 10px; */
}

.sortable.ui-sortable .accordion-body {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    margin: 10px;
    padding: 8px;
}
.accordion-arrow i {
    transform: rotate(90deg);
    transition: .3s ease;
}
.accordion-arrow a.collapsed i {
    transform: rotate(0deg);
    transition: .3s ease;
}
.connectwithsortable.grp-connectwithsortable {
    padding-bottom: 0;
    background: none;
}
.eval-box {
    padding: 10px;
}
.evalu-descrptn {
    display: flex;
    align-items: center;
}
.evalu-descrptn p {
    margin-bottom: 0;
    margin-right: 10px;
}
.evalu-descrptn .form-group {
    width: 100%;
}
.sub-accordion {
    background: #ececec;
    border: 1px solid #e0e0e0;
}
.sub-evnt-drag {
    background: #ececec;
    margin: 1px;
}
.accordion-arrow a.open i {
    transform: rotate(0deg);
}
span.cmn-date {
    color: #a09f9f;
    font-size: 13px;
    font-weight: 500;
}
.chsactsec {
    display: block;
}
.chsactsec a.btn.btn-primary {
    display: block;
    width: fit-content;
    margin-left: 0 !important;
}
.acttagsec {
    display: flex;
    background: #f3f3f3;
    height: 50px;
    align-items: center;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}
.acttagsec p {
    font-weight: 500;
    color: #474747;
    font-size: 15px;
    margin-bottom: 0;
}
.acttagsec a {
    position: absolute;
    right: 10px;
    background: #d20404;
    color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 12px;
}
.form-label {
    margin-bottom: .5rem;
}
a.btn.btn-primary.edit-btn {
    background: #07A88B;
    border: 1px solid #07A88B !important;
}
a.btn.btn-primary.edit-btn:hover {
    background: #fff;
    border: 1px solid #07A88B !important;
    color: #07A88B;
}
a.btn.btn-primary.users-btn {
    background: #d75770;
    border: 1px solid #d75770 !important;
}
a.btn.btn-primary.users-btn:hover {
    background: #fff;
    border: 1px solid #d75770 !important;
    color: #d75770;
}
.btn-primary.share-btn {
    background: #727272;
    border: 1px solid #727272 !important;
}
.btn-primary.share-btn:hover {
    color: #727272;
    border: 1px solid #727272;
    background: #fff;
}
.evnt-hd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    align-items: center;
}
.evnt-hd h3 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
button.confirm {
    background: #A32638 !important;
}
button.confirm:hover {
    background: var(--red) !important;
}
.sweet-alert button {
    border-radius: 10px !important;
}
.pass-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.wrap-body.evnt-act-dtls p {
    font-size: 13px;
    margin-top: 5px;
}
.dashboardcode-bsmultiselect ul.form-control {
    height: 48px !important;
    overflow: scroll;
}
a.btn.btn-primary.view-btn {
    border: 1px solid #5C3A0D !important;
    background: #5C3A0D;
    color: #fff;
}
a.btn.btn-primary.view-btn:hover {
    border: 1px solid #5C3A0D !important;
    background: #fff;
    color: #5C3A0D;
}
a.btn.btn-primary.act-btn {
    border: 1px solid #A88407 !important;
    background: #A88407;
    color: #fff;
}
a.btn.btn-primary.act-btn:hover {
    border: 1px solid #A88407 !important;
    background: #fff;
    color: #A88407;
}
a.btn.btn-primary.resnd-btn {
    border: 1px solid #DB541F !important;
    background: #DB541F;
    color: #fff;
}
a.btn.btn-primary.resnd-btn:hover {
    border: 1px solid #DB541F !important;
    background: #fff;
    color: #DB541F;
}
td.dataTables_empty {
    background: #ffd5de;
    color: #d22045;
}
.table-responsive {
    overflow-x: inherit;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.tox.tox-tinymce {
    max-height: 200px;
}
.vscomp-ele {
    max-width: 100% !important;
}
.vscomp-toggle-button {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #eeeeee;
}
.vscomp-wrapper:not(.has-value) .vscomp-value {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    color: #818181;
    opacity: 1 !important;
    font-family: var(--bs-font-sans-serif);
}
.pop-comp-wrapper {
    z-index: 99 !important;
}

.form-group.event-filter input {
    max-width: 400px;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front.srchuser-dropdown.eventlistcls {
    max-width: 400px !important;
    border: 1px solid #efefef;
    border-radius: 3px;
}

.eventlistcls .ui-state-active, 
 .ui-widget-content.eventlistcls .ui-state-active, 
.eventlistcls .ui-button.ui-state-active:hover {
    border: 1px solid #a32638;
    background: #a32638;
    font-weight: normal;
    color: #fff;
    width: 100% !important;
    display: block;
}
.ui-autocomplete li.ui-menu-item{
    max-width: 100% !important;
    font-size: 14px !important;
    padding: 5px;

}
.srchuser-downname {background:#fff !important; display: block !important; border: none !important; color: #A32638 !important;}
li.ui-menu-item{border-bottom: 1px solid #d7d7d7 !important; padding: 4px !important; margin: 0px !important; font-size: 14px !important;}
.srchuser-downname:hover{margin: 0px !important; font-size: 14px !important; border-bottom: 1px solid #d7d7d7 !important; background:#f8c6cd !important; color: #333 !important;}
.ui-menu-item span:hover{background:#f8c6cd !important; color: #333 !important;}
.ui-menu-item .ui-menu-item-wrapper:hover{background:#f8c6cd !important; color: #333 !important;}
/*---------- responsive -----------*/



@media(max-width:1400px) {
    .form-control {
        font-size: .9rem;
    }
}

@media(max-width:1200px) {
    label.error, .red, label.is-invalid {
        color: var(--red) !important;
        margin-bottom: 0;
        font-size: 10px;
        line-height: 18px;
        font-weight: 500;
        margin-top: 5px;
    }


}

@media(max-width:991px) {
    .main-body .main-wrap {
        margin-left: 70px;
        transition: .3s ease-in-out all;
        width: calc(100% - 70px);
    }
    
}
@media(max-width:900px){
    .table-move{margin-top: -10px;}
    div#example_filter {margin-top: 30px;}
    .table-responsive {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
}

@media(max-width:767px) {}

@media(max-height:700px) {
    /* .login-section {
        align-items: flex-start;
    } */

    .login-logo {
        margin-top: 60px;
    }

    .login-partner {
        margin-bottom: 80px !important;
    }
}

@media(max-width:575px) {}

@media(max-width:450px) {
    .login-logo img {
        height: 45px;
    }

    .login-partner img {
        margin: 10px;
    }

    .login-partner {
        margin-top: 10px !important;
    }

    label,
    .form-check-label {
        font-size: 14px;
    }

    .btn-primary.btn-lg {
        font-size: 1rem;
    }

    .login-partner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .btn-link {
        font-size: 12px;
    }
}

.wrap-header .mb-4{margin-bottom: 0 !important;}
.dataTables_wrapper .dataTables_filter input{padding-right: 37px !important;}
.nav.nav-tabs .nav-link{color: #afadad}
.nav.nav-tabs .nav-link.active {color: #A32638;;}
.activation-wrapper{margin:auto !important;}
.activation-wrapper .inside-btn.pass-btn {position: absolute; top: 19px; right: 32px !important;}
#viewloadwrap .check-field {cursor: default !important;}
#viewloadwrap .check-field .form-check h4{margin-bottom: 0 !important; margin-left: -20px;}
/* #nav-draft .dataTables_length{margin-bottom: 20px !important;} */
/* .wrap-body .card .tab-content .tab-pane label{margin-bottom: 10px !important;} */
.dropzone{
    background: #f0f0f0 !important;
    border-radius: 12px !important;
    border: none !important;
    margin-bottom: 20px !important;
}
.dz-message{
    color: #333 !important;
    padding-top: 10px !important;
}
.panel-heading h4{ font-family: 'Lato', sans-serif !important;     padding-left: 20px;
    padding-top: 20px}
#docappenddiv div{width: 140px;
    display: inline-block;
    margin: initial;
    margin-right: 20px; 
    text-align: center;
}

.up-pic-wrap p{font-size: .7rem; padding-top: 5px;}


.jcrop-holder{    left: 0;
    right: 0;
    margin: auto;}

.upboxbtnwrp{
    display: block;
    margin: auto;
    width: fit-content;
}
.UPerror{
    text-align: center;
    padding: 20px 0px 10px 0px;
    color: #e73e3e;
}
.myprofile-pic-box .mypro-delete{
    right: 5px !important;
}
.provider-profile-img{height:50px; overflow: hidden; margin-bottom: 20px;}
.radio-btn-groups{width: 115px !important;}
.uploaded-resume .mypro-btn-box {
    position: absolute;
    width: 0px;
    height: 147px;
    text-align: center;
    cursor: pointer;
    padding: 0;
    z-index: 99;
    top: 12px;
    right: -8px;
}
.login-section .text-muted{color: #a32638!important; text-align: center !important; list-style: none !important;}

.contact-area{
background-color: #ffeef2;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
border: 1px solid #a326381c;
}

.location-dlt-btn{
    background: #a32638;
    cursor: pointer;
    padding: 7px;
    color: aliceblue;
    border-radius: 5px;
}
.location-dlt-btn:hover {
    background: #842c39;}

.location-dlt-btn i{
    color: #fff !important;
}

.location-dlt-btn i:hover{
    color: #fff !important;
}
a.list-hover{display: block;
    width: 350px;
    word-wrap: break-word;}
#providerTable{
    width: 100%;
    overflow-x: scroll !important;
    display: block;
}