@charset "UTF-8";

/*@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,500;0,600;0,700;0,900;1,400&display=swap');
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;900&family=Urbanist:ital,wght@0,400;0,500;0,600;0,700;1,900&display=swap');
body {
    font-size: 14px;
    /*font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
*/
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
}
/*
#studentModal .select2-container--default .select2-selection--multiple
{
    background-color: transparent;
    border-radius: unset;
    cursor: text;
    border: unset;
    display: block;
    width: 100% !important;
    position: relative;
    top: -6px;
}
*/

.imagetype {
    font-size: 13px;
    color: red;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-auto {
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Urbanist', sans-serif;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    color: #007bff;
    background-color: #fff;
    font-weight: 600 !important;
    border: 0px solid #dee2e6 !important;
}

.page-item:first-child .page-link {
    /* margin-left: 0; */
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-link:hover {
    background-color: #007bff !important;
    border-color: unset !important;
}

div.title {
    margin: 10px 5px 4px 9px;
}

.logo {
    height: 95%;
    background-color: #6c757d;
    width: 100%;
    margin: 0px 0px 12px 0px;
    border-radius: 6px;
}

#example1 h2 {
    font-size: 15px;
}

.fade:not(.show) {
    display: none !important;
}

body.sidebar-mini aside .brand-link .brand-text {
    font-size: 18px;
}

.brand-link .brand-image {
    margin-top: 0px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar .nav-item .nav-link span.side-text-hide {
    margin-left: 2px;
    visibility: visible;
}

#ChildForm span,
#ParentForm span,
#parentTableForm span,
#ParentFormStpopup span {
    color: red;
    font-size: 13px;
}

.New-Table .table thead th,
.New-Table .table td,
.New-Table.table th {
    white-space: nowrap;
}

.fc-title {
    text-align: center;
    text-transform: capitalize;
}


/*form span{color: red;font-size: 13px;}*/

#studentList,
#laravel_datatable {
    font-size: 13px;
}

.direct-chat-messages {
    height: 350px !important;
}


/*
#hideMe {

    -webkit-animation: cssAnimation 5s forwards; 

    animation: cssAnimation 5s forwards;

    text-align: center;

    margin-top: 14px;

    list-style-type: none;

    font-size: 20px;

    color: red;

    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding-right: 4rem;
    padding: 0.50rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 0;
    width: max-content;
    margin: 0px auto;
    margin-top: 8px;

}

@keyframes cssAnimation {

    0%   {opacity: 1;}

    90%  {opacity: 1;}

    100% {opacity: 0;}

}

@-webkit-keyframes cssAnimation {

    0%   {opacity: 1;}

    90%  {opacity: 1;}

    100% {opacity: 0;}

}

*/


/* Absolute Center Spinner */

.loading {
    position: fixed;
    z-index: 9999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}


/* Transparent Overlay */

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}


/* :not(:required) hides these rules from IE9 and below */

.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}


/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    display: none;
}


/* krishna add css start */

.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 0px auto;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 24px;
    z-index: 1;
    bottom: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    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 input+label:after {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    color: #212529;
    position: absolute;
    top: 6px;
    left: 3px;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 100%;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.avatar-upload .avatar-preview>div {
    width: 150px;
    height: 100%;
    border-radius: 50%;
}

.sidebar-light-secondary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-secondary .nav-sidebar>.nav-item.menu-open>.nav-link,
.sidebar-light-secondary .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #007bff;
    color: #fff;
    box-shadow: unset;
}

.info-box-content span.info-box-text {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tx-h textarea.form-control {
    height: 66px;
}

.info-box-content span.info-box-number {
    display: block;
    font-weight: 600;
    color: #FFF;
    font-size: 18px;
}


/* table  design */

.Custom-Table-class .table td,
.Custom-Table-class .table th {
    border: 0px solid #dee2e6;
}

.Custom-Table-class .table td,
.Custom-Table-class .table th {
    border-top: 2px solid #fff;
}

.Custom-Table-class .table tbody tr:nth-of-type(odd),
.Custom-Table-class .table tbody tr:nth-of-type(even),
.Custom-Table-class .table tbody {
    background-color: rgba(0, 0, 0, .05);
}

.Custom-Table-class .table tbody td {
    color: #212529;
}

.Custom-Table-class .table thead {
    background: #495057;
    color: #fff;
}

.bg-info-custom {
    /*color: #fff;
  background-color: #755cad!important;
  */
}

.bg-info-custom .direct-chat-msg.left .direct-chat-text {
    background: #86BB71;
    color: #fff;
    border: 1px solid #86BB71;
}

.bg-info-custom .direct-chat-text {
    background: #74a5da;
    border: 1px solid #74a5da;
    color: #fff;
}

.bg-info-custom .direct-chat-msg.left .direct-chat-text::after,
.bg-info-custom .direct-chat-msg.left .direct-chat-text::before {
    border-right-color: #86BB71;
}

.bg-info-custom .direct-chat-msg.right .direct-chat-text::after,
.bg-info-custom .direct-chat-msg.right .direct-chat-text::before {
    border-left-color: #74a5da;
}


/*
.bg-info-custom .right .direct-chat-text::after, 
.bg-info-custom .right .direct-chat-text::before {
    
    border-left-color: #fff;
   
}
*/

.bg-info-custom .direct-chat-timestamp,
.direct-chat-name {
    font-weight: 600;
    /*color: #999;*/
    font-style: italic;
}

.bg-info-custom hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}

.bg-info-custom .card-header {
    border-bottom: 1px solid #fff;
}

.bg-info-custom .publisher {
    border-radius: .3rem;
}

.bg-info-custom .Mid-Date-Class {
    display: block;
    text-align: center;
    background: #eee;
    max-width: 90px;
    margin: 0px auto;
    border-radius: 1em;
    line-height: 28px;
    margin-top: 34px;
}

.Sign-img-Document img {
    width: 100%;
    height: 200px;
}

.bg-info-custom .card-footer {
    padding: .75rem 1rem;
}

.Pos-Rt {
    position: relative;
}

.Top-sign input[type="checkbox"],
.Top-sign label {
    position: absolute;
    right: 15px;
}

.Top-sign input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Top-sign label {
    padding: 8px 12px;
    cursor: pointer;
}

.Top-sign label {
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid #222;
    color: #222;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.Top-sign label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

.Top-sign input[type="checkbox"]:checked+label {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #fff;
    transition: all .2s;
}

.Top-sign input[type="checkbox"]:checked+label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.Sign-img-Document .Top-sign input[type="checkbox"]:checked~img {
    border: 1px solid #007bff;
    transition: all .2s;
}

.custom-alert {
    position: absolute;
    width: 96%;
    left: 15px;
    z-index: 1;
    margin-top: 2px;
}

.clear-sign {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    border-radius: 0em;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.xcel {
    background: #217142;
    color: #fff;
}

.xcel:hover {
    color: #fff;
}

.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #212529;
}

.breadcrumb-item.active {
    color: #212529;
    font-weight: 600;
}

.SubSet_Icons .table-responsive .table a.btn-xs {
    padding: .20rem .350rem;
    font-size: .90rem;
}

.SubSet_Icons .card-fs {
    padding-left: 0;
}

#syr-error {
    margin-top: -9px !important;
    line-height: 0px;
}

.Error-STYLE form .form-group,
#syr-error,
.F-student-p .col-md-6,
.F-student-p .col-md-8,
.F-student-p .col-md-4 {
    position: relative;
}
.Error-STYLE form .form-group span,
.Error-STYLE form .form-group span:last-child,
#syr-error span {
    color: red;
    font-size: 13px;
   /* position: absolute;*/
    font-weight: 600;
}
.F-student-p .select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px)!important;
}
.F-student-p .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px;
    right: 1px;
    width: 20px;
}
/*
.Error-STYLE form .form-group span.select2-container
 {
    position:unset;
}
*/
.Error-STYLE form .form-group div.select2-purple span {
    width: 98% !important;
}

.F-student-p span.invalid-feedback {
    position: absolute;
    margin-top: 3px;
}

.Stud-Div {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.Error-STYLE form .form-group span.info,
.Error-STYLE form .form-group span.info-container {
    color: unset!important;
    position: unset !important;
}

.Error-STYLE form .form-group span.selection {
    width: 100% !important;
    position: unset !important;
}

.Error-STYLE form .form-group span.selection span.select2-selection .select2-selection__choice__remove {
    position: unset !important;
}

.Noti-div {
    width: max-content;
    margin: 0px auto;
    padding: .45rem 1.25rem !important;
    /* display: none;*/
}

.Noti-div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.bootstrap-duallistbox-container .filter {
    height: 38px;
}

.P-True {
    max-width: max-content;
    /* margin: 0px auto; */
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
}

.f-True {
    max-width: max-content;
    margin: 0px auto;
}

.position-relative #message {
    position: absolute;
    display: none;
    color: #28a745;
    font-weight: 600;
    top: -20px;
    text-align: center;
    max-width: max-content;
    position: absolute;
    z-index: 1;
    margin-bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.avatar-upload .avatar-preview img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}

.tutor-login-register .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b1acac;
    font-size: 14px;
    opacity: 1;
    /* Firefox */
}

.tutor-login-register .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b1acac;
    font-size: 14px;
}

.tutor-login-register .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b1acac;
    font-size: 14px;
}

#showDropdownChild .dropdown-item:active,
#showDropdownChild .dropdown-item:focus {
    color: unset !important;
    background-color: transparent!important;
}

#showDropdownChild .dropdown-item .media {
    padding: 0px 0px !important;
    -webkit-transition: unset;
    transition: unset;
}

#showDropdownChild .dropdown-item .media h3.dropdown-item-title {
    font-weight: 600;
    font-size: 15px;
}
#showDropdownChild{
    border:none;
  }
  .noti-heading:nth-child(1) {
    display:block!important;
  }
.cst-noti{
    display: flex;
    justify-content: space-between;
  }
  .noti-heading:before{
    content: "";
      width: 13px;
      height: 13px;
      background: #fff;
      position: absolute;
      top: -7px;
      right: 14px;
      transform: rotate(45deg);
      border-top: 1px solid #e9edf4;
      border-left: 1px solid #e9edf4;
  }
  .noti-heading{
    font-weight: 600;
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cst-timenoti{
    font-size: 11px!important;
  }
  /*
.Er-Slc .F-student-p span.select2-container {
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    position: relative !important;
    z-index: 1;
    
    
}

.Er-Slc .F-student-p .select2-container .select2-selection--single .select2-selection__rendered {
    color: #656565 !important;
    padding-left: 0px;
    padding-right: 0px;
    height: 30px;
    line-height: 31px;
}

.Er-Slc .F-student-p .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 0px;
    height: 31px;
    padding: 0rem 0rem;
    position: unset !important;
}

.Er-Slc .F-student-p .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}
*/
.Feed-Backs .card {
    margin-bottom: 0;
}

.Feed-Backs .card-footer {
    background-color: transparent;
}

.img-w-100 img {
    max-width: 100%;
    width: 100%;
    height: 200px;
}

.Data-PopUp {
    box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
    border-radius: 0;
}

.Data-PopUp .modal-header {
    border-bottom: unset;
}

.Data-PopUp .modal-body p {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 16px;
}

.Data-PopUp h5.modal-title {
    font-weight: 600;
    text-transform: capitalize;
}

.Data-PopUp .modal-body {
    padding: 10px 20px 30px 17px;
}

.Data-PopUp .modal-body p span {
    font-weight: 600;
    font-size: 16px;
    margin: 0 2px;
}

.Data-PopUp .modal-body p span.Time-Info {
    color: #17a2b8;
}

.Data-PopUp .modal-body p span.TimeDate-Info {
    color: #007bff;
}

.Data-PopUp .modal-body p i {
    margin-right: 3px;
    color: #28a745;
}

.Data-PopUp .modal-body p:last-child {
    margin-bottom: 0px;
}

.Feed-Backs form span {
    color: #697582 !important;
    font-size: unset;
}

.Feed-Backs-Btn .btn {
    color: #fff;
}

.Feed-Backs-Btn .btn:hover,
.Feed-Backs-Btn .btn:active {
    background-color: transparent;
    color: #fff;
}

.Feed-Backs h3.card-title {
    font-size: 1.75rem;
}

.Noti-div p:last-child {
    margin-bottom: 0;
}

.icheck-primary {
    margin-top: 10px;
    margin-left: 12px;
}

.weekDays-selector input {
    display: none;
}

.weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 0px;
    background: #dddddd;
    height: 35px;
    width: 40px;
    margin-right: 3px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.weekDays-selector input[type=checkbox]:checked+label {
    background: #007bff;
    color: #fff;
}

#recuday span {
    color: green;
}

.wl-sl {
    padding: 0;
    color: #fff;
}

.Error-STYLE form .form-group div.select2-purple span.select2-container,
.Error-STYLE form .form-group div.select2-purple span.selection,
.Error-STYLE form .form-group div.select2-purple span.select2-selection,
.Error-STYLE form .form-group div.select2-purple ul li span.select2-selection__choice__remove,
.Error-STYLE form div.select2-purple span.select2-container,
.Error-STYLE form div.select2-purple span.selection,
.Error-STYLE form div.select2-purple span.select2-selection,
.Error-STYLE form div.select2-purple ul li span.select2-selection__choice__remove {
    position: unset !important;
    width: unset!important;
}

body.sidebar-mini aside.elevation-4,
body.sidebar-mini aside.elevation-4 {
    box-shadow: none!important;
}

.content-wrapper .container.SubSet_Icons {
    padding-left: 15px;
    padding-right: 15px;
}

.content-wrapper>.content {
    padding: 0rem !important;
}

body.sidebar-mini aside .brand-link {
    line-height: 1.8;
}

.Custom-Table-class tfoot td {
    padding: .75rem 0 .75rem 0;
}

.Error-STYLE form .form-group span.dwn-p {
    font-size: unset !important;
    position: unset!important;
}

.Sidebar-Profile-Data {
    width: 100%;
    height: 180px;
    background-color: #f8f9fd;
    position: relative;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}

.Sidebar-Profile-Data img {
    border: 2px solid #6a8dd9;
    width: 80px;
    object-fit: cover;
    height: 80px;
    vertical-align: middle;
    border-radius: 50%;
    margin-top: 30px;
}

.Sidebar-Profile-Data .N-Data {
    height: 20px;
    font-size: 15px;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 0;
}

.Sidebar-Profile-Data span.S-Data {
    color: #aeb1b7;
    font-size: 12px;
    display: block;
}

.nav-sidebar>.nav-item {
    margin-bottom: 0;
}

.Ta-menu-item {
    height: 50px;
    line-height: 33px;
    font-size: 16px;
    font-weight: 400;
    /*color: #6c757d!important;*/
    background-color: rgb(246, 250, 255);
}

.sidebar .nav-sidebar>.nav-item {
    margin-bottom: 0;
    margin-top: 2px;
    border-top: 1px solid rgb(227, 234, 241);
}

.sidebar {
    overflow-y: auto;
    padding-bottom: 0;
    padding-left: 0rem;
    padding-right: .5rem;
    padding-top: 0;
    overflow-x: hidden;
    background-color: rgb(246, 250, 255);
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: 0rem;
    margin-top: 2px;
    font-weight: 500;
}

.sidebar-light-secondary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-secondary .nav-sidebar>.nav-item.menu-open>.nav-link,
.sidebar-light-secondary .nav-sidebar>.nav-item:hover>.nav-link {
    background-color: #007bff;
    color: #fff!important;
    box-shadow: unset;
    border-radius: 0px;
}

.Ta-menu-item span.Cat-Icons {
    margin-right: 5px;
}

.main-sidebar .nav-sidebar .nav-link>.right,
.main-sidebar .nav-sidebar .nav-link>p>.right {
    top: 17px;
}

.main-sidebar .nav-treeview>.nav-item>.nav-link {
    text-transform: capitalize;
    font-weight: 600;
}

.main-sidebar .nav-treeview>.nav-item>.nav-link:hover {
    background-color: #f8f9fd;
    color: #212529;
}

.main-sidebar .nav-treeview>.nav-item>.nav-link.active,
.main-sidebar .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #212529;
    background-color: #f8f9fd;
    font-weight: 600;
    text-transform: capitalize;
}

body.sidebar-mini aside.elevation-4,
body.sidebar-mini aside.elevation-4 {
    box-shadow: none!important;
    background-color: rgb(246, 250, 255);
}

.sidebar-mini.sidebar-collapse .brand-text,
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link span.side-text-hide,
.sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
    margin-left: -10px;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    visibility: hidden;
}

.sidebar-mini.sidebar-collapse .Sidebar-Profile-Data {
    height: unset;
}

.sidebar-mini.sidebar-collapse .Sidebar-Profile-Data img {
    width: 34px;
    margin-top: 10px;
    height: 34px;
}

.sidebar-mini.sidebar-collapse .Sidebar-Profile-Data .N-Data {
    display: none;
}

.sidebar-mini.sidebar-collapse .Sidebar-Profile-Data span.S-Data {
    display: none;
}

.wrapper .content-wrapper {
    margin-top: calc(63px + 1px);
}

.main-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
}

body.sidebar-mini aside.elevation-4,
body.sidebar-mini aside.elevation-4 {
    bottom: 0;
    float: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    overflow-x: hidden;
}

.sidebar::-webkit-scrollbar {
    width: 1px;
}

.sidebar::-webkit-scrollbar-track {
    background: #e6e6e6;
}

.sidebar::-webkit-scrollbar-thumb {
    background: #888;
    height: 10px;
}

.sidebar::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.Block-Dsk {
    display: block;
    width: 100%;
    font-size: 14px;
}

#eventInfo {
    color: #2C3E50;
    font-weight: 600;
}

.small-box>.inner p {
    font-weight: 600;
}

#addEvent .kbw-signature {
    width: 100%;
    height: 200px;
    overflow: scroll;
}

#addEvent .kbw-signature canvas {
    width: 100%;
    height: 200px;
}

.fc-title {
    text-align: center;
}

.bg-info-custom {
    margin-bottom: 0;
}

.direct-chat-name {
    margin-left: 4px;
}

@media (max-width: 767px) {
    .sidebar-mini.sidebar-collapse .brand-text,
    .sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p,
    .sidebar-mini.sidebar-collapse .sidebar .user-panel>.info {
        margin-left: -10px;
        opacity: 1;
        visibility: unset;
    }
    .Error-STYLE form .form-group div.select2-purple span {
        width: 100% !important;
    }
    .bg-info-custom .publisher {
        padding: 12px 0px 0px;
    }
    #sig canvas {
        height: 200px;
        width: 100% !important;
    }
    div.title {
        margin: 5px 5px 5px 4px;
    }
    div.title h5 {
        font-size: 16px;
        margin-bottom: 0;
    }
    .Sidebar-Profile-Data {
        height: 120px;
    }
    .Sidebar-Profile-Data img {
        width: 41px;
        height: 41px;
        margin-top: 20px;
    }
    .Block-Dsk {
        width: 60%;
        margin: 0 auto;
    }
    .fc-toolbar {
        padding: 0.5rem;
        font-size: 13px;
    }
    .fc-button .fc-icon {
        font-size: 1em;
        line-height: 11px;
    }
    .fc-toolbar>*>:not(:first-child) {
        margin-left: 0;
        margin-top: 2px;
    }
    .MV-hide {
        display: none;
    }
    #addEvent .kbw-signature {
        width: 100%;
        height: 200px;
    }
}

@media only screen and (max-width: 480px) and (min-width: 280px) {
    .card .card-body .mb-w-20 {
        font-size: 17px;
        line-height: 27px;
    }
}


/* krishna css end */