/*------------------------------------------------------------------
  Project:	FixedPlus
  Version:	1.0.0
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	===== Table of Contents =====
	*   Common
	*   Menu
	*   Horizontal
	*   Helper
	*   Badge
	*   Circle
	*   Button
	*   Calender
	*   Card
	*   Carousel
	*   Dropdown
	*   Float Chart
	*   Footer
	*   Background Color
	*   Text Color
	*   Form Element
	*   Form Wizard
	*   Gallery
	*   Inbox
	*   Label
	*   List
	*   Modal
	*   Morris Chart
	*   Nano Scroll
	*   Notification
	*   Pace
	*   Pagination
	*   Pie Chart
	*   Pricing
	*   Profil
	*   Progress
	*   Table
	*   Date Table
	*   Tabs
	*   TimeLine
	*	Toast
	*   Toggle Sidebar
	*   Topbar
	*   Weather
	*   Widget
	*   wysihtml
	*   Jasny Bootstrap
	*   Other
	*   Responsive
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800");
@import url(icons.css);

/* =============   Common	============= */


::-webkit-scrollbar {
    width: 5px
}

::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #292929;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #575962;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    background-color: #f4f4f4;
    height: 100%;
    position: relative;
}

a {
    text-decoration: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #4b71fa;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0 !important;
}

a.text-muted:hover {
    color: #4b71fa;
}

a blockquote {
    color: #666;
}

blockquote {
    font-style: italic;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
}

button:focus {
    outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292929;
    margin: 0;
    font-weight: 500;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

label {
    font-weight: 400;
}

strong,
b {
    font-weight: 600 !important;
}

p {
    margin: 0;
}


.color-blue {
    color: #5da0fc;
}

.defaul-btn {
    width: fit-content;
    padding: 10px 40px;
    border-radius: 14px;
    border: 0;
}

.btn-black {
    background-color: #292929;
    color: #fff;
}

.edit-btn {
    background-color: #5fc41f;
    color: #fff;
}

.defaul-input {
    color: rgba(41, 41, 41, 0.5);
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 0;
    box-shadow: none;
    border-color: #292929;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* =============  Login  ============= */

.misc-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 75vh;
}

.clearfix .log-btn {
    color: #fff;
    width: fit-content;
    border-radius: 14px;
    background-color: #292929;
    padding: 10px 60px;
    border: 0;
}



#MenuToggle {
    display: none;
    /* position: absolute;
 top: 30px;
 left: 350px; */
}

/* =============  Header  ============= */
.dash-header {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.profile-icon::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 56px;
    position: absolute;
    top: 0;
    left: 10px;
}

.profile-icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* =============  Dashboard  ============= */

/* Left */

body {
    margin: 0;
    font-family: 'Arial', sans-serif;
}

#sidebar nav {
    margin-top: 70px;
}

#sidebar {
    height: 100vh;
    width: 240px;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
    color: #000;
    border-right: 1px solid #8f8f8f69;
}

#sidebar a {
    padding: 7px 0 6px 9px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

#sidebar a:hover {
    color: #292929;
}

#sidebar a.active {
    background-color: #292929;
    color: #fff;
}

#content {
    margin-left: 240px;
    padding: 15px;
    background-color: #f4f4f4;
}

@media screen and (max-width: 600px) {
    #sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }

    #sidebar a {
        text-align: center;
        padding: 10px;
        justify-content: center;
    }

    #content {
        margin-left: 0;
    }
}

#logo {
    display: block;
    margin: 0 auto;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 30px 0 0 0;
}

#sidebar a img {
    width: 25px;
    margin-right: 10px;
}




.side-item .img-static {
    display: block;
}

.side-item .img-active {
    display: none;
}

.active .img-active {
    display: block;
}

.active .img-static {
    display: none;
}

.side-item {
    margin: 10px 10px;
    border-radius: 20px;
}

.total-bg {
    background-image: url("../img/total-user-bg.png");
}

.enroll-bg {
    background-image: url("../img/enroll-user-bg.png");
}

.assign-bg {
    background-image: url("../img/assign-bg.png");
}

.dash-user {
    padding: 20px;
    border-radius: 12px;
    background-position: center;
    background-size: cover;
}

.dash-user h4 {
    color: #000;
    font-size: 600;
}


.subject-box {
    background-color: #fff;
}

.subject-head {
    padding: 20px 10px 10px;
    border-radius: 12px;
}

.subject-body .subject-title p {
    color: #292929;
}

.subject-title:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

.subject-title {
    padding: 15px 10px;
}

.static-graph {
    background-color: #fefefe;
    padding: 20px 16px;
    border-radius: 16px
}



.bg-aqua {
    width: 20px;
    background-color: #33d3c0;
    color: #33d3c0;
    height: 20px;
    border-radius: 4px;
}

.bg-orange {
    width: 20px;
    background-color: #fcb95d;
    color: #fcb95d;
    height: 20px;
    border-radius: 4px;
}


/* =============  User Managment  ============= */
.search-input {
    height: 45px;
    border-radius: 25px !important;
    border: solid 1px rgba(54, 62, 81, 0.1);
    background-color: #fff;
}

.input-group {
    position: relative;
}

.input-group .search-img {
    position: absolute;
    right: 3px;
    top: 3px;
}


.static-table thead {
    background-color: #e6e6e6;
    color: #292929;
}

.static-table .table th,
.static-table .table td {
    padding: 9px 10px;
    border: 0;
}

.static-table .table td {
    border-bottom: 3px solid #f4f4f4;
    background-color: #fff;
}

.static-table .table td:last-child {
    width: 20%;
}

.switch-data .form-switch {
    padding: 0 !important;
    margin: 0 !important;
}

.switch-data {
    background-color: #f4f4f4;
    padding: 3px 0 3px 10px;
    width: 50%;
    border-radius: 8px;
}

.pagination {
    justify-content: end;
}

.pagination .page-item .page-link {
    border: 0;
    color: rgba(41, 41, 41, 1);
}

.pagination .page-item.disabled .page-link {
    color: rgba(41, 41, 41, 0.5);
}

.pagination .page-item.active .page-link {
    background-color: #292929;
    color: #fff;
}


.subject-box {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.subject-box p:first-child {
    color: rgba(41, 41, 41, 0.5);
    line-height: 1.1;
}

.bg-f4f4 {
    background-color: #f4f4f4;
    padding: 4px 12px;
    border-radius: 3px;
}

.custom-modal .modal-header {
    border: 0;
    padding: 20px 36px 6px;
}

.custom-modal .modal-content {
    border-radius: 18px;
    border: 0;
}

.custom-modal .modal-body {
    padding: 20px 35px;
}

.custom-modal .modal-footer {
    justify-content: center;
    border: 0;
}

.custom-modal .modal-title {
    font-size: 20px;
    color: #292929;
    font-weight: 600;
}

.custom-modal .close {
    margin: 0;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent
}

.custom-modal {
    max-width: 625px;
}

.notification-modal {
    max-width: 1190px;
}

/* // Input css */

.defaul-input {
    height: 50px;
    border-radius: 18px;
    background-color: #f4f4f4;
    border: 0;
}

.defaul-text-area {
    border-radius: 18px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    padding: 17px 10px;
}

.form-group>.form-control:focus,
.form-group>.form-select:focus {
    z-index: 0;
    box-shadow: none;
    border: 1px solid #292929;
}

.form-group>input::placeholder {
    color: rgba(41, 41, 41, 0.5);
    opacity: 1;
    /* Firefox */
}

.form-group>input::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rrgba(41, 41, 41, 0.5)ed;
}

.form-group>textarea::placeholder {
    color: rgba(41, 41, 41, 0.5);
    opacity: 1;
    /* Firefox */
}

.form-group>textarea::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: rgba(41, 41, 41, 0.5);
}

.subject-box p {
    color: #292929;
    font-size: 13px;
}

.custom-drop button {
    background: #f4f4f4;
    border: 0;
    padding: 4px 10px 11px 10px;
    border-radius: 50%;
    font-weight: 700;
}

.custom-drop button p {
    color: black !important;
}

.custom-drop button::after {
    content: none;
}

.static-table .custom-drop button {
    padding: 0px 10px 7px 10px;
}

.listing-box {
    padding: 20px;
    background-color: #fff;
    min-height: 700px;
}

.listing-box .switch-data {
    padding: 11px 1px 12px 11px;
    width: 140px;
    border-radius: 8px;
}

.delete-btn {
    border-radius: 14px;
    background-color: #fc635d;
    border: 0;
    color: #fff;
}

.listing-box .user-items {
    position: relative;

}

.listing-box .user-items>li {
    margin-right: 20px;
    position: relative;
}

.listing-box .user-items>li:not(:last-child)::after {
    content: "";
    background-color: rgba(41, 41, 41, 0.1);
    width: 1px;
    height: 24px;
    position: absolute;
    right: -12%;
}

.drop-btn {
    color: #212529 !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0 !important;
    font-weight: 500 !important;
    margin: 6px 11px !important;
}

.custom-drop ul {
    padding: 0 !important;
}

.custom-drop ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.swal2-cancel {
    width: fit-content;
    padding: 10px 50px !important;
    color: rgba(0, 0, 0) !important;
    border-radius: 12px !important
}

.swal2-confirm {
    width: fit-content;
    padding: 10px 50px !important;
    color: #fff !important;
    border-radius: 12px !important
}

.user-associat {
    padding: 7px 14px 7px;
    border: solid 1px #3b88fd;
    background-color: rgba(59, 136, 253, 0.1);
    border-radius: 12px;
}

.user-associat p {
    margin: 0 !important;
    color: #3b88fd;

}

.user-associat h2 {
    margin: 0 !important;
    color: #3b88fd;

}

.notification-detail {
    min-height: 300px;
    max-height: 300px;
    overflow-x: hidden;
}

.notification-detail h3 {
    font-size: 20px;

}

.notification-detail .radio-box {
    display: flex;
    min-height: 50px;
    align-items: center;

}

.notification-detail .radio-box input[type=radio] {
    font-size: 22px;
}

.notification-detail .radio-box label {
    margin-left: 10px;
    margin-top: 6px;
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.notification-detail .radio-box span {
    font-size: 14px;
    color: rgba(41, 41, 41, 0.6);
}

.calender-icon {
    position: relative;
}

.calender-icon img {
    position: absolute;
    top: 49%;
    right: 3%;
}

.notification-detail .after-border {
    position: relative;
}

.notification-detail .after-border::after {
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 21%, #223049 -2%);
    background-size: 30px 133%;
    position: absolute;
    margin: 0;
    padding: 0;

}

.header-icons .notification-drop {
    border: 0;
    background-color: transparent;
}

.header-icons ul {
    padding: 0;
    min-width: 12rem !important;
    margin-top: 10px !important;
}

.header-icons ul>li {
    padding: 4px 0;
}

.header-icons .notification-ul>li {
    padding: 12px 10px;
}

.header-icons ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-icon {
    position: relative;
}

.profile-icon .profile-img {
    position: relative;
    width: 65px;
    height: 55px;
    margin-left: 20px;
    /* overflow: hidden; */
}

.color-red {
    color: #fc635d !important;
}

.profile-pic {
    color: transparent;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
}

.profile-pic input {
    display: none;
}

.profile-pic img {
    position: absolute;
    object-fit: cover;
    width: 120px;
    height: 120px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.35);
    border-radius: 100px;
    z-index: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

.profile-pic .-label {
    cursor: pointer;
    height: 130px;
    width: 130px;
}

.profile-pic:hover .-label {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    color: #fafafa;
    transition: background-color 0.2s ease-in-out;

    margin-bottom: 0;
}

.profile-pic span {
    display: inline-flex;
    padding: 0.2em;
    height: 2em;
}
 
.add-proifle-icon {
    width: auto !important;
    height: auto !important;
    top: 62%;
    right: 39%;
    box-shadow: none !important;
}

.form-group {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 36%;
    right: 3%;

}
#sidebar .side-item {
    font-size: 14px;
}

.side-item img {
    width: 18px !important;
    height: 16px;
}