:root {
    --primary-color: #1da1f2;
    --primary-color-light: #4fb5f4;
    --primary-color-dark-1: #198fd7;
    --primary-color-dark-2: #167dbc;
    --danger-color: #F1416C;
    --success-color: #00c292;
    --warning-color: #F99746;
}

.text-primary {
    color: #739AF0 !important;
}

.text-danger {
    color: #F1416C !important;
}

.text-info {
    color: #F99746 !important;
}

.text-success {
    color: #00c292 !important;
}

.text-purple {
    color: var(--primary-color) !important;
}

.bg-info {
    background-color: #F99746 !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: #FFFFFF !important;
}

.bg-danger {
    background-color: #FFFFFF;
    border-color: #F1416C !important;
}

.bg-purple {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #FFFFFF !important;
}

.card {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    border-radius: 0.625rem !important;
}

.card-header {
    border-radius: 0.625rem !important;
}

.btn-info {
    /*background-color: #F99746 !important;*/
    /*border-color: #F99746 !important;*/
    background-color: var(--primary-color);
    border-color: var(--primary-color) !important;
}

.btn-success {
    background-color: #50CD89;
    border-color: #50CD89 !important;
}

.btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.btn-danger {
    background-color: #F1416C;
    border-color: #F1416C !important;
}

.btn-warning {
    background-color: #FFC700 !important;
    border-color: #FFC700 !important;
}

.btn-purple {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: #ffff !important;
}

.form-control:focus {
    outline: solid 1px var(--primary-color) !important;
}

.btn:focus {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
}

.btn-purple:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
}

.btn-primary:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
}

.btn-success:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #47be7d !important;
    color: #FFFFFF !important;
}

.btn-info:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff !important;
    color: var(--primary-color) !important;
}

.btn-danger:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #d9214e !important;
    color: #FFFFFF !important;
}

.btn-warning:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #F1BC00 !important;
    color: #FFFFFF !important;
}



/*.collapse li a {*/
/*    border-left: 1px solid rgba(71, 32, 81, 0.75) !important;*/
/*}*/

/*.collapse li a:before {*/
/*    content: "-" !important;*/
/*}*/

.sidebar-nav ul li ul li a {
    padding-left: 0px !important;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

#sidebarnav ul a {
    border-left: 1px solid rgba(32, 68, 115, 0.75) !important;
    padding-left: 0 !important;
}

#sidebarnav ul a:before {
    content: "-" !important;
}

#sidebarnav ul a:hover {
    cursor: pointer !important;
}

#sidebarnav ul>.has-arrow.active::after {
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #e9ecef !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.color-table.primary-table thead th {
    background-color: var(--primary-color) !important;
}

.color-bordered-table.primary-bordered-table thead th {
    background-color: var(--primary-color) !important;
}

.color-bordered-table.primary-bordered-table {
    border: 2px solid var(--primary-color) !important;
}

.app-search .form-control {
    border-radius: 0.625rem !important;
    border-color: transparent !important;
}

.asColorPicker-wrap {
    width: 90%;
}

.dropdown-item:active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.new-red-bg {
    background-color: #F1416C !important;
}

.new-green-bg {
    background-color: #50CD89 !important;
}

.new-yellow-bg {
    background-color: #FFC700 !important;
}

.new-light-blue-bg {
    background-color: #43CED7 !important;
}

.new-blue-bg {
    background-color: #009EF7 !important;
}

.new-purple-bg {
    background-color: #7239EA !important;
}

.new-text-red {
    color: #F1416C !important;
}

.new-text-green {
    color: #50CD89 !important;
}

.new-text-yellow {
    color: #FFC700 !important;
}

.new-text-light-blue {
    color: #43CED7 !important;
}

.new-text-blue {
    color: #009EF7 !important;
}

.new-text-purple {
    color: #7239EA !important;
}

.carousel-card-desc {
    padding: 15px;
    border-radius: 0.625rem !important;
}

.carousel-name-color {
    color: #607EA6 !important;
}

.sidebar-nav ul li a {
    color: #000000 !important;
}

.sidebar-nav>ul>li>a i {
    color: var(--primary-color) !important;
}

.skin-purple .sidebar-nav ul li a.active,
.skin-purple .sidebar-nav ul li a:hover {
    color: var(--primary-color) !important;
}

.skin-purple .sidebar-nav>ul>li.active>a {
    border-left: 3px solid var(--primary-color) !important;
}

.nav-pills .nav-link {
    color: var(--primary-color) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.input-group-append>.btn {
    min-height: 38px !important;
}

@media screen and (max-width: 1366px) {
    .carousel-name-color {
        font-size: 9px !important;
    }
}

@media print {

    html,
    body {
        background: #ffff !important;
    }

    .table-font-size {
        font-size: 14px !important;
    }

    .card-height-setting {
        min-height: 293px;
        height: 100%;
    }

    .detail-info {
        margin-left: 0;
        font-size: medium;
        font-family: Apple, Arial, Helvetica, sans-serif;
    }

    #attendanceTable td {
        padding: 0 !important;
        font-size: 10px !important;
    }

    #feeCollectionTable th,
    #feeCollectionTable td {
        font-size: 10px !important;
    }

    .note-list li {
        padding-left: 19px;
    }

    .height-print {
        min-height: 1000px !important;
    }

    .result-footer {
        position: relative;
        bottom: 0;
    }

    .card-area {
        height: 296mm !important;
    }

    .card-inner-area {
        height: 100% !important;
    }
    .bg-dark-gray {
        background-color: #D0CFCD;
    }

    .border-dark-gray {
        border: 2px solid #979493;
    }

    .border-dark-gray-left-right {
        border-left: 2px solid #979493;
        border-right: 2px solid #979493;
    }

    table.table-bordered.table-border-color>tbody>tr>td {
        border: 2px solid #979493;
    }

    table.table-bordered.color>thead>tr>th {
        border: 2px solid #575151;
        background-color: #615D5C;
    }

    table.table-bordered.color>tbody>tr>td {
        border: 2px solid #575151;
    }

    .table-striped.table-striped-color>tbody>tr:nth-child(2n+1)>td,
    .table-striped.table-striped-color>tbody>tr:nth-child(2n+1)>th {
        background-color: #D0CFCD;
    }
    .admit-card-break-page{
        page-break-after: always;
    }
}

.customScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px !important;
    background-color: #F5F5F5 !important;
}

.customScrollbar::-webkit-scrollbar {
    width: 5px !important;
    background-color: #F5F5F5 !important;
}

.customScrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3) !important;
    background-color: #555 !important;
}

.error-message {
    font-size: 11px !important;
    margin-bottom: 0 !important;
}

.btn-action {
    width: 40px !important;
    height: 40px !important;
}

.customtab li a.nav-link.active {
    border-bottom: 2px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.customtab li a.nav-link:hover {
    color: var(--primary-color) !important;
}

/* id card print */
.max_wid {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
    width: 210px !important;
    height: 318px !important;
    background-size: 100% 100%;
}
.tablestd {
    margin-top: 6px !important;
}
.fontSizePrint {
    font-size: 10px !important;
}

.tab_fnt {
    font-size: 7px !important;
    line-height: 11px;
}

.tab_fnt2 {
    font-size: 7px !important;
    line-height: 13px;
}
.tab_fnt4 {
    font-size: 9px !important;
    line-height: 13px;
}
.img_cicle2 {
    border-radius: 15px;
    border: solid #3A3A3A;
    width: 70px;
    height: 70px;
}

.img_cicle {
    border: solid #053149 6px;
    width: 70px;
}

.img_cicle1 {
    border-radius: 15px;
    width: 70px;
    height: 70px;
}
.tab_fnt3 ul {
    font-size: 8px !important;
    padding-left: 11px;
    line-height: 12px;
}

.profile {
    border: 1px solid white;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 90px;
    margin-bottom: 5px;
}

.profile img {
    width: 70px;
    height: 70px;
    border-radius: 90px;
    border: 3px solid white;
}
.type_name {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0px;
    color: white;
}

.detail {
    background-color: white;
    padding: 10px;
    margin: 0 auto;
    max-width: 280px;
}

.detail table {
    color: #3C504E;
    font-size: 7px;
    line-height: 8px;
    margin: 0 auto;
}
.detail1 {
    background-color: white;
    padding: 6px;
    margin: 0 auto;
    max-width: 280px;
    margin-top: 3px;
}
.card4 {
    width: 70px;
    height: 70px;
}

.detail1 table {
    color: #3C504E;
    font-size: 9px;
    line-height: 10px;
    margin: 0 auto;
}
/* background  Card*/
.heading {
    text-align: center;
    color: #f97f09;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px !important;
    padding-top: 62px;
}

.circle-icon {
    font-size: 11px;
    color: #f97f09;
}

.paragraph {
    margin: 0;
    font-size: 8px;
}

.max-w-table {
    max-width: 120px;
    margin: 0 auto;
    margin-bottom: 23px;
    font-family: sans-serif;
}

.max-w-table table tr td {
    padding: 0px;
}

.ul-para ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 13px;
}

.ul-para li {
    position: relative;
    padding-left: 11px !important;
    font-size: 8px;
}

.ul-para li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 5px;
    width: 5px;
    margin-right: 0.4rem;
    background-color: #f97f09;
    position: absolute;
    left: 0;
    top: 4px;
}

.signature {
    border-bottom: 2px solid #FEB909;
    width: 130px;
    margin: 0 auto;
}

.signature-head {
    text-align: center;
}

.signature-head {
    font-size: 10px;
}
.signatureAuth {
    font-size: 9px;
}
.icon_clr table {
    font-size: 8px;
    margin-bottom: 3px;
    line-height: 11px;
    color: white;
}

.icon_clr table th {
    padding-right: 4px;
    vertical-align: top;
}

.signature-authority {
    color: #3C504E;
    text-align: center;
}
.signature-authority h5 {
    font-size: 9px;
}

.signature-authority h6 {
    font-style: italic;
    font-size: 9px;
}

.signature-logo {
    text-align: end;
    margin-right: 70px;
    margin-bottom: 10px;
}
.card-back h4 {
    color: #3C504E;
    padding-top: 35px;
    font-weight: 800;
    font-size: 10px;
}

.card-back ul {
    color: #3C504E;
    width: 134px;
    font-weight: 500;
    font-size: 7px;
    line-height: 9px;
    padding-left: 16px;
}

.personal-detail table th {
    padding-right: 4px;
    vertical-align: top;
}
.personal-detail {
    padding: 5px 28px;
}
.personal-detail table {
    font-size: 7px;
    line-height: 10px;
}
.personal-detail2 table th {
    padding-right: 4px;
    vertical-align: top;
}

.personal-detail2 table {
    font-size: 8px;
    line-height: 10px;
}

.personal-detail2 {
    padding: 0 8px;
}
.signature-authority {
    color: #3C504E;
    text-align: center;
    margin-top: 11px;
    margin-bottom: 0px;
}
p.typea_name1 {
    margin-bottom: 0;
    font-size: 15px;
    margin-top: 24px;
}
.logotext {
    height: 23px;
    font-size: 10px;
}
p.typea_name2 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: -7px;
}
i.fa-solid.fa-credit-card {
    font-size: 7px;
}

i.fa-brands.fa-square-whatsapp {
    font-size: 9px;
}

i.fa-solid.fa-location-dot {
    font-size: 9px;
}
i.fa-solid.fa-envelope {
    font-size: 8px;
}
/* end id card */
a {
    text-decoration: none;
    color: var(--primary-color);
}

a:hover {
    color: var(--primary-color-light);
}

.skin-purple .topbar {
    background: var(--primary-color);
}

.skin-purple .page-titles .breadcrumb .breadcrumb-item.active {
    color: var(--primary-color);
}

@media (min-width: 767px) {
    .horizontal-nav .sidebar-nav #sidebarnav>li>a {
        padding: 10px 10px !important;
    }
}

.paginate_button .page-link {
    color: var(--primary-color) !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand {
    width: 100% !important;
}

.topbar .top-navbar .navbar-header {
    background: var(--primary-color) !important;
}

.topbar .top-navbar .profile-pic img {
    width: 30px !important;
    border-radius: 100% !important;
}

.income-expense {
    border-right: 1px solid white !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--primary-color) !important;
    color: white;
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background: var(--primary-color) !important;
    color: #fff;
}

.datepicker table tr td.today:hover:hover {
    color: #FFF !important;
    background: var(--primary-color-dark-1) !important;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color-dark-2));
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, var(--primary-color), var(--primary-color-dark-2));
}

.form-check-input:checked {
    background-color: #1da1f2;
    border-color: #1da1f2;
}

/*.form-switch .form-check-input {*/
/*    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%2829, 161, 242, 1%29'/%3e%3c/svg%3e");*/
/*}*/

.btn-light {
    border: 1px solid #e9ecef !important;
    background-color: #FFFFFF !important;
    line-height: 1.7 !important;
    outline: none !important;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
    box-shadow: none !important;
    color: #000000 !important;
}

.bootstrap-select .dropdown-menu li a:focus, .bootstrap-select .dropdown-menu li a:hover {
    color: var(--primary-color) !important;
}

ul.parsley-errors-list li {
    color: #F1416C !important;
}

.dt-dropdown-text-dark {
    color: #000 !important;
}
.dt-buttons .dt-button{
    background-color: #fff;
    color: var(--primary-color);
}
.dt-buttons .dt-button:hover{
    background-color: rgba(29, 161, 242, 0.2) !important;
    color: var(--primary-color) !important;
    border-radius: 0.375rem !important;
}
.dt-buttons .dt-button:hover .dt-dropdown-text-dark{
    color: var(--primary-color) !important;
    border-radius: 0.375rem !important;
}
.dataTables_filter input{
    border: 1px solid #e9ecef !important;
    background-image: none !important;
    border-radius:0.25rem !important;
}
.dataTables_filter input:focus{
    background-image: none !important;
}
.dataTables_length select{
    background-repeat: no-repeat !important;
    background-position: right 0.45rem center !important;
    background-size: 16px 12px !important;
    border: 1px solid #e9ecef !important;
    border-radius: 0.25rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
}
.dataTables_length select:focus{
    outline: solid 1px var(--primary-color) !important;
}
#search_tool_tip{
    margin-top: 10px;
    align-self:center;
    padding-right: 5px;
}

.buttons-collection {
    color: var(--primary-color) !important;
    border-color: rgba(0,0,0,0) !important;
    background: rgba(29, 161, 242, 0.2) !important;
}

.buttons-collection:hover, .buttons-collection:focus {
    color: var(--primary-color) !important;
    border-color: rgba(0,0,0,0) !important;
    background: rgba(29, 161, 242, 0.3) !important;
    box-shadow: none !important;
}

.dropdown-item:hover {
    color: var(--primary-color) !important;
    border-color: rgba(0,0,0,0) !important;
    background: rgba(29, 161, 242, 0.3) !important;
}
.select2-result-repository__name {
    color: black;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.1;
    margin-bottom: 4px;
}
.select2-result-repository__department,
.select2-result-repository__designation,
.select2-result-repository__admission,
.select2-result-repository__class,
.select2-result-repository__section,
.select2-result-repository__roll_no
{
    font-size: 10px !important;
}
.select2-result-repository__avatar {
    float: left;
    width: 60px;
    margin-right: 10px;
}
.select2-result-repository__meta {
     margin-left: 70px;
}

.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background-color: rgba(29, 161, 242, 0.1);
    font-weight: bold;
}
.accordion-button:not(.collapsed)::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231da1f2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");transform:rotate(-180deg)
}

.customvtab .tabs-vertical li .nav-link.active, .customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:focus {
    background: #fff;
    border: 0px;
    border-right: 2px solid var(--primary-color);
    margin-right: -1px;
    color: var(--primary-color);
}

.vtabs .tabs-vertical {
    width: 200px !important;
}
.tabs-vertical li .nav-link.active, .tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link.active:focus {
    background: var(--primary-color);
}
#dataAjax .nav-link{
    color: var(--primary-color) !important;
}
#dataAjax .nav-tabs .nav-link.active{
    color: #ffffff !important;
    background-color: var(--primary-color) !important;
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--primary-color) !important;
    text-decoration: none;
    background-color: rgba(29, 161, 242, 0.1) !important;
}

.bootstrap-select .dropdown-menu li.active small {
    color: var(--primary-color) !important;
}

.nav-tabs .nav-link:not(.nav-link.active) {
    color: var(--primary-color) !important;
}