@font-face {
    font-family: 'MyFont';
    /* Name of the font */
    src: url('/assets/Font/typo-gotika-black-demo/typo-dotika-regular-demo.otf') format('otf'),
        /* WOFF2 format */
        url('/assets/Font/typo-gotika-black-demo/typo-gotika-black-demo.otf') format('otf'),
        /* WOFF format */
        url('/assets/Font/typo-gotika-black-demo/typo-gotika-light-demo.otf') format('otf'),
        /* WOFF format */
        url('/assets/Font/typo-gotika-black-demo/typo-gotika-small-caps-demo.otf') format('otf'),
        /* WOFF format */
        url('/assets/Font/typo-gotika-black-demo/typo-gotika-bold-demo.otf') format('otf');
    /* TrueType format */
    font-weight: normal;
    /* Specify font weight */
    font-style: normal;
    /* Specify font style */
}

/* Apply the font */
body {
    font-family: 'typo-gotika-bold-demo' !important;
}

.body-wrapper {
    padding: 10px 28px !important;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:active,
:hover,
:focus {
    outline: 0 !important;
    outline-offset: 0;
}

a,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

.header {
    background-color: #FFFFFF !important;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
}

.header a {
    color: #7B7B7B !important;
}

.navbar {
    flex-direction: row-reverse;
}

.navbar-toggler {
    border: none !important;
    color: #FFFFFF;
}

.navbar-toggler i {
    color: #7B7B7B;
    /* fos */
}

.menu-brand-logo {
    display: flex;
    align-items: center !important;
}

.navbar-toggler:hover {
    border: none !important;
}

.manage-teacher-navbar,
.navbar .box-navbar {
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.box-navbar i {
    width: 8% !important;
}

.header a img {
    width: 32%;
}

.box-navbar img {
    width: 45px !important;
    height: 45px;
    border-radius: 50%;
}

.collapse {
    background-color: #3CC7FC;
}

.nav-item {
    display: inline !important;
    background-color: #FFFFFF;
    padding: 5px;
    margin: 2px 5px;
    color: #7B7B7B;
}


.nav-item img,
.nav-item i {
    display: inline !important;
    color: #3CC7FC;
    padding: 0 10px;
    width: 20%;
}

.nav-item a {
    display: inline;
}

.nav-item i {
    margin: 0 5px;
}

.header-collapse {
    height: 82vh;
    width: 20% !important;
}




/*dashboard.php*/

.dashboard-container {
    flex: 1 1 300px;
    min-width: 75%;
    max-width: 100%;
    /* padding: 10px; */
    box-sizing: border-box;
    padding: 0;
}

.dashboard-container .container-fluid {
    /* width: 100% !important; */
    padding: 0;
}

.dashboard-box {
    /* width: 100% !important; */
    padding: 0;
}

.dashboard-subbox {
    position: relative;
    padding: 0;

    display: flex;
    justify-content: center;
    align-items: center;
}

.dashboard-subbox-content {
    position: relative;
    border: 1px solid #00000057;
    padding: 1.6rem;
    margin: 0 1rem 1.8rem 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 39%);
}

.dashboard-subbox h1 {
    color: #3CC7FC;
    font-family: Typo Gotika Demo;
    font-size: 3.2rem;
    font-weight: 500;
}

.dashboard-subbox h4 {
    text-align: right;
    font-family: Typo Gotika Demo;
    font-size: 1.37rem;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
    color: #7B7B7B;
    width: 8.12rem;
    /* margin: 0 15px; */
}

.dashboard-subbox i {
    color: #7B7B7B;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

/* 
=========================
 login-wrapper-section Design
=========================
 */

#login-wrapper {
    height: 100vh;
    width: 100vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/images/login-background-img.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#login-wrapper .container-fluid {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    background-color: #3cc6fcb0;
    /* opacity: 0.9; */
    width: 55%;
}

.brand-logo img {
    width: 40%;
}

.login-content h3,
.login-content label {
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    font-size: 26px;
}

.login-content label {
    font-weight: 100;
    line-height: 20px;
    font-size: 16px;
}

.login-content .form-control {
    width: 100% !important;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #FFFFFF;
}

.login-submit-btn {
    color: #3CC7FC;
    background-color: #FFFFFF;
    border: none;
    font-size: 18px;
    padding: 5px 50px;
    border-radius: 0;
}


/* 
=========================
 Manage-teacher-section Design
=========================
 */

#manage-teacher-section {
    display: flex;

}

.form-control {
    border: none;
    width: 215px !important;
}

.manage-teacher-body {
    flex: 1 1 300px;
    min-width: 75%;
    max-width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.custom-navbar {
    background-color: #3CC7FC;
}

.custom-search-input {
    background-color: #FFFFFF;
    padding: 0;
    border-radius: 8px;
}

.custom-search-input i {
    color: #7B7B7B !important;
}

.custom-search-input input::placeholder {
    font-family: 'typo-gotika-bold-demo';
    color: #7B7B7B;
}

.custom-navbar .row,
.header .row,
.custom-navbar .box-navbar {
    width: 100% !important;
}

.custom-navbar button {
    border: 0 !important;
}

.custom-navbar .navbar-toggler {
    color: #3CC7FC !important;
}

.manage-teacher-navbar a {
    margin: 0;
}

.manage-teacher-navbar a:hover {
    color: #FFFFFF;
}

.header a,
.custom-navbar a {
    font-family: 'typo-gotika-bold-demo' !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
}

.custom-navbar span {
    color: #FFFFFF !important;
}

h1 {
    font-family: 'typo-gotika-bold-demo', sans-serif;
}

.submit-box,
.add-new-select-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submit-btn:hover,
.submit-btn,
.add-new-box button {
    font-family: 'typo-gotika-bold-demo' !important;
    background-color: #3CC7FC;
    color: #FFFFFF;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    font-size: 18px;
}

.submit-box label {
    display: none;
}

.select-btn {
    border: 0;
    border-bottom: 1px solid #7B7B7B;
    padding: 5px 0;
    margin: 0 10px;
    font-family: 'typo-gotika-bold-demo' !important;
    color: #7B7B7B;
}

.select-btn select {
    font-family: 'typo-gotika-bold-demo' !important;
}

/* 
=========================
Table Design
=========================
 */
.modal-dialog {
    max-width: 600px
}

.modal-content {
    position: relative;
}

.modal-content button {
    position: relative;
    left: 95%;
    top: 3px;
    width: 2px;
    color: #000000 !important;
    /* background-color: #000000; */
}

.modal-content button:hover {
    color: #000000;
    transform: scale(1.2);
}

.modal-header {
    background-color: #3CC7FC;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding: 35px 0 0;
}

.header-content-img {
    position: absolute;
    left: 0;
    top: 25%;
}

.header-content-img img:nth-child(1) {
    padding: 5px;
    width: 100%;
    border-radius: 50%;
    background-color: #FFFFFF;
}

.header-content-img img:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 12px;
    width: 25%;
}

.header-content h5,
.header-content a {
    color: #FFFFFF;
    /* padding: 10px; */
    text-align: left;
    border: none;
    font-family: 'typo-gotika-bold-demo' !important;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}

.header-content span {
    color: #FFFFFF;
    font-family: 'typo-gotika-bold-demo' !important;
}

.header-content a {
    font-size: 16px;
}

.teacher-info {
    width: 100%;
}

.teacher-info-body tr td:nth-child(1) {
    width: 70%;
    padding-left: 5%;
}

.teacher-info-body td {
    color: #7B7B7B;
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1.2px solid #7b7b7b77;
    font-family: 'typo-gotika-bold-demo' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.table-wrapper {
    max-height: 2000px;
    /* Adjust based on the row height to display only 4 rows */
    overflow: hidden;
}

.teacher-table {
    width: 100%;
    border-collapse: collapse;
}

.teacher-table th,
.teacher-table td {
    color: #7B7B7B;
    padding: 10px;
    text-align: left;
    border: none;
    border-bottom: 1.8px solid #7b7b7b77;
    font-family: 'typo-gotika-bold-demo' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

.teacher-table th {
    color: #FFFFFF;
    background-color: #3CC7FC;
    border: none !important;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
}

.icon-status img,
.teacher-table img {
    width: 20% !important;
}

.icon-action img {
    width: 9% !important;
}

.teacher-table span {
    font-family: 'ubuntu';
}

/* .icon-verified,
.icon-status,
.icon-action {
} */
.icon-action {
    cursor: pointer;
}

.pagination {
    text-align: center;
    margin-top: 10px;
}

.page-number {
    display: inline-block;
    /* padding: 5px 10px; */
    margin: 0 2px;
    background-color: #f4f4f4;
    cursor: pointer;
}

.page-number:hover {
    background-color: #ddd;
}

.pagination {
    display: flex;
    gap: 5px;
}

.page-number {
    padding: 0 5px 0 0;
    cursor: pointer;
    background-color: #FFFFFF;
    color: #7B7B7B;
    /* border-radius: 4px; */
    border: none;
    border-right: 1px solid #7B7B7B;
}

.page-number.active {
    background-color: #FFFFFF;
    color: #3CC7FC;
}

.page-number:hover {
    background-color: #FFFFFF;
    color: #3CC7FC;
}

.page-number.hidden {
    display: none;
}

/* 
=========================
Add Teacher Page
=========================
 */

.add-teacher-box h6 {
    font-size: 18px;
    color: #FFFFFF;
    height: fit-content;
    margin: 0;
    padding: 0 !important;
}

.manage-teacher-box p {
    font-size: 14px;
    color: #7B7B7B;
    margin: 0;
    padding: 0;
}

.manage-teacher-box {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    height: fit-content;
}

/* 
    =========================
    add-teacher-form-container section design
    =========================
     */
#add-teacher-form-container {
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
}

#add-teacher-form-container .row>* {
    margin-top: 0;
}

.form-heading h6 {
    font-size: 16px;
    color: #7B7B7B;
    font-weight: 700;


}

.border-color-input select,
.border-color-input textarea,
.border-color-input input {
    background-color: #FFFFFF;
    border: 1px solid #3CC7FC;
    border-radius: 0;
    color: #7B7B7B;
    font-weight: 400;
    width: 95% !important;
padding: 2px 5px !important;
}

.varification-link-box,
.border-color-input input {
    height: 50%;
}

.address-box input {
    width: 98.8% !important;
}

.border-color-input textarea {
    width: 99% !important;
}

.check-box h6,
.check-box label,
.border-color-input label {
    color: #7B7B7B;
    font-weight: 400;
    font-size: 14px;
}

.check-box h6 {
    margin: 0;
    padding: 0;
}

.check-box input {
    color: #7B7B7B !important;
    background-color: #3CC7FC;
}

.border-color-input input {
    padding-right: 0;
}

.border-color-input input::file-selector-button {
    color: #FFFFFF;
    background-color: #3CC7FC;
    padding: .8px;
    border: none;
    border-radius: 0;
}

.check-box input:checked {
    content: '✔';
    display: inline-block;
    color: #7B7B7B !important;
    width: 16px;
    /* Adjust size as needed */
    height: 16px;
    /* Adjust size as needed */
    background-color: #3CC7FC;
    /* Background color when checked */
    margin-right: 8px;
    /* Space between checkbox and label */
}

.varification-link,
.input-group-text {
    display: none;
}

.form-check-label {
    color: #7B7B7B;
}
.custom-radio-btn input[type="radio"] {
    background-color: #3CC7FC;
}
