@charset "utf-8";

body {
    font-family: 'Product Sans', sans-serif !important;
    background: #d6dde3 !important;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
p {
    margin: 0px;
}

hr {
    opacity: 0.1;
}

.nav-tabs .nav-link {
    border-bottom: 3px solid #dee2e600;
}

/* .nav-tabs .nav-link:hover, */
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    border: none;
    border-bottom: 3px solid #2c3e50;
}

.loading-spinner {
    position: absolute;
    width: 100vw;
    overflow: hidden;
    height: 100%;
    left: 0px;
    right: 0px;
    z-index: 2;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: .5;
}

.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after,
.mat-select-disabled .mat-select-value ,.mat-radio-button.mat-radio-disabled .mat-radio-label-content{
    color: #000 !important;
    opacity: 1;
}


/* 
.mat-input-element:disabled, .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
     color: rgba(0,0,0,.38); 
} */

.form-check-input[type=radio] {
    margin-top: 5px
}

.bg-ty-profile {
    background-color: #f9eded;
}

/* .dataTables_length , .dataTables_filter{display:none;} */

.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    display: inline-block;
}

.dataTables_paginate {
    float: right;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 60px !important;
    display: inline-block;
}

nav img.logo-img {
    height: 100%;
    position: relative;
    left: 0px;
    top: 3px;
}

@media screen and (max-width: 575px) {
    nav img.logo-img {
        height: 100%;
        position: relative;
        left: 0px;
        top: 0px;
    }

    .mobile-text-center {
        text-align: center;
        width: 100%;
        display: block;
        height: 60px;
    }

    .mat-radio-label-content {
        user-select: auto;
        display: inline-block;
        order: 0;
        line-height: inherit;
        padding-left: 10px;
        padding-right: 20px;
    }
   
}



#sidebarCollapse {
    padding: 0.1rem 0.2rem;
    line-height: 10px;
    position: absolute;
    top: 85px;
    text-align: left !important;  
}

#sidebarCollapse svg {
    padding-top: 3px;
    margin-right: 0px;
}

.header {
    width: 100%;
    height: 110px;
    z-index: 9;
    left: 0;
}
.user-profile .btn-group{
    position: relative;
    z-index: +99;
}

.ConfigurationTypes_textpadding {
    margin-left: 0;
    /* background: #fafafa; */
    margin-right: 0;
    padding: 0px 8px 60px 2%;
    margin-bottom: 30px;
    min-height: 450px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: transprant !important;
}

.ConfigurationTypes_brandHeader {
    clear: both;
    display: block;
}

.ConfigurationTypes_headingText {
    height: 1px;
    border: 1px solid #dfe0eb;
}

.ConfigurationTypes_downloadCsv {
    width: 60%;
    margin: 30px auto 0;
    text-align: center;
}

.ConfigurationTypes_downloadFile {
    height: 55px;
    margin: 24px 0;
    padding: 15px 16px;
    border-radius: 6px;
    border: 1px solid #ddd;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.ConfigurationTypes_downloadFile .ConfigurationTypes_fileIcon {
    float: left;
    background: #f4f4f4;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.ConfigurationTypes_downloadFile .ConfigurationTypes_fileName {

    float: left;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #747474;
    padding-top: 2px;
    padding-left: 10px;
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.ConfigurationTypes_downloadFile .ConfigurationTypes_fileDownload {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #ebeeff;
    float: right;
    cursor: pointer;
}

.ConfigurationTypes_downloadCsv h4 {

    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #242424;
    word-break: break-all;
}

.ConfigurationTypes_dorpZoneArea {
    min-width: 380px;
    min-height: 161px;
    margin: 0 0 16px;
    padding: 16px;
    border-radius: 6px;
    border: 2px dashed #cdd5fe;
    background-color: #f7f8fc;
    cursor: pointer;
}

.ConfigurationTypes_configTypedrag-riles .ConfigurationTypes_dropMessage {
    text-align: center;
    color: #cdd5fe;

}

.emoji-mart-preview {
    display: none;
}

.ConfigurationTypes_noteInfo {

    color: #747474;
}

.text-grey {
    color: #7e929f;
}

.form {
    position: relative;
    width: 100%;
    height: 100px;
    border: 3px dashed grey;
    border-radius: 10px;
}

.form div {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    color: black;
    position: absolute;
    top: 0%;
    z-index: 1;
    background: whitesmoke;
}

.form input {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    z-index: 99
}

.form button {
    border-radius: 10px;
    padding: 7px 20px;
    background: #ec7b05;
    outline: none;
    border: none;
    color: white;

}

.btn-rounded {
    border-radius: 25px;
    height: 40px;
    margin-right: 15px;
    width: auto;
    padding: 5px 25px;
}

.btn-go {
    border-radius: 25px;
    height: 40px;
    min-width: auto;
    margin-right: 15px;
}

#fileName::before {
    content: 'File Name:';
}

#fileName {
    position: relative;
    top: 10px;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    vertical-align: baseline;

}

.btn-warning {
    background-color: #ec7b05;
}

.text-warning {
    color: #000 !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #93a4ad !important;
}

/* .bg-secondary {
    background-color: #7e929f !important;
} */

.signup-form {
    margin-left: 75px;
    margin-right: 75px;
    padding-left: 34px;
}

.signup-image {
    margin-top: 0px;
    padding-left: 10%;
}

.form-title {
    margin-bottom: 33px;
}

.login-form {
    width: 100%;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
}

input {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #999;
    padding: 6px 15px;
    box-sizing: border-box;
    background: none;
    border-radius: 10px;
}


/* input:focus {
    border-bottom: 1px solid #222;
} */

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

.inner-addon {
    position: relative;
}

.w-45 {
    width: 45%;
}


/* style icon */

.inner-addon .login-icons {
    position: absolute;
    padding: 10px;
    pointer-events: none;
}


/* align icon */

.left-addon .login-icons {
    left: 0px;
    top: -5px;
}


/* add padding  */

.login-form .form-group svg {
    line-height: 2.5em;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.mat-form-field {
    width: 100% !important;
}

.left-addon input {
    padding-left: 30px;
}

.mat-input-element {
    font-size: 16px !important;
    padding-left: 3px !important;
}

/* .mat-form-field-infix {
    height: 40px !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 0 !important;
} */

.mat-error {
    /* color: #212529 !important; */
    font-size: 13px !important;
}

/* mat-paginator.mat-paginator.table-responsive {
    border-radius: 10px;
} */

.user-profile .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 45%;
    right: -20px !important;
    transform: translateY(-50%);
}

.mat-datagrid th.mat-header-cell input {
    margin: 0px;
    margin-top: 5px;
    box-shadow: none;
    border-width: 0px;
    margin-bottom: 10px;

    line-height: 20px;
    color: rgb(85, 85, 85);
    vertical-align: text-bottom;
    padding: 4px 10px;
    border-radius: 10px;
    display: table;
    width: 95%;
    height: 36px;
    background-color: #fff;
}

.mat-table {
    background: transparent !important;
    border-radius: 0px 0px 15px 15px !important;
    box-shadow: none;
    border: none;
    font-family: 'Product Sans', sans-serif !important;
}

.mat-table tbody {
    background: #fff !important;
}

.mat-datagrid tr.mat-header-row {
    /* background-color: #d1d7db; */
    border: none;
    background-color: transparent;
    border-radius: 14px !important;
}

.mat-datagrid td.mat-footer-cell,
.mat-datagrid th.mat-header-cell {
    font-family: 'Product Sans', sans-serif !important;
    padding: 5px 10px !important;
    margin-bottom: 5px !important;
    vertical-align: bottom !important;
    text-align: center;
}

.mat-datagrid .mat-header-cell {

    font-weight: 600 !important;
    vertical-align: middle;
    /* color: rgba(0, 0, 0, 0.87); */
    white-space: unset !important;
}

.mat-datagrid td.mat-cell {
    color: rgba(0, 0, 0);
    border-bottom: 0px solid #ddd;
    padding: 10px 10px 0px 15px !important;
}
.mat-datagrid tr {
border-bottom: 1px solid #ddd;
}
.parameters-info-tab td.mat-cell{
    vertical-align: top;
    width: 180px !important;
}

/* .mat-datagrid tr:nth-child(even) {
    background-color: #f2f2f2 !important;
} */

.mat-form-field-appearance-fill .mat-form-field-flex {
    background-color: transparent !important;
}

.cdk-text-field-autofill-monitored:-webkit-autofill {
    background-color: transparent !important;
}

.mat-slide-toggle {
    padding-right: 15px;
}
app-side-nav {
    width: 250px;
    margin-bottom: 50px;
    margin-right: 20px;
}
app-login {
    width: calc(100% + 250px);
    margin-left: -250px;
    position: absolute;
    overflow: hidden;
}

app-successpage {
    width: calc(100% + 250px);
    margin-left: -250px;
    position: absolute;
    overflow: hidden;
}
app-successpage:has(.enrollments-success-bg) {
    margin-top: -20px;
}
/* .change-pws {
    width: 218.5vh !important;
} */

.login-block-size{
    margin-left: 250px;
}

app-forgotpassword{
    width: calc(100% + 250px);
    margin-left: -250px;
    position: absolute;
    overflow: hidden;
    
}
app-studentenrollment{
    width: calc(100% + 250px);
    margin-top: -20px;
    margin-left: -250px;
    position: absolute;
    overflow: hidden;
}
/* app-change-password{
    position: relative;
    width: calc(100% + 250px);
    margin-left: -250px;
    position: absolute;
    overflow: hidden;
} */
.login-change-pws{
    width: calc(100% + 300px);
    margin-left: -22px;
}

.card {
    margin-bottom: 25px;
}
.no-bg {
    background: none !important;
}

/* upload styles */

#upload {
    margin-top: 1rem;
}

.drag-riles {
    height: 250px;
    padding: 2rem;
    text-align: center;
    /* border: dashed 1px #979797; */
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.drag-riles input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.drag-riles label {
    color: white;
    width: 183px;
    height: 44px;
    border-radius: 21.5px;
    background-color: #ed7500;
    padding: 8px 16px;
}

.drag-riles h3 {

    font-weight: 600;
    color: #38424c;
}



.mat-dialog-container {
   
    max-height:600px !important;
    position: relative;
    height: auto !important;
    overflow-y:auto !important;
    padding: 10px !important;
    background-color: #fff !important;
    border-radius: 15px !important;
    overflow-x:hidden !important ;
    overflow-y: auto;
    
}

.bg-color .mat-dialog-container {
    background-color: #d0d9de !important;
}

.cdk-global-overlay-wrapper {
    pointer-events: none;
    top: 0;
    left: 0;
    min-height: 300px !important;
    width: 100% !important;
    height: auto !important;
}

.mat-dialog-container .btn {
    height: 38px;
    min-width: 80px;
}

.fileover {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.files-list {
    margin-top: 1.5rem;
}

.files-list .single-file {
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    border: dashed 1px #979797;
    margin-bottom: 1rem;
    display: flex;
    flex-grow: 1;
}

.files-list .single-file .delete {
    display: flex;
    margin-left: 0.5rem;
    cursor: pointer;
    align-self: flex-end;
}

.files-list .single-file .name {

    font-weight: 500;
    color: #353f4a;
    margin: 0;
}

.files-list .single-file .size {

    font-weight: 500;
    color: #a4a4a4;
    margin: 0;
    margin-bottom: 0.25rem;
}

.files-list .single-file .info {
    width: 100%;
}

.table-config-grid {
    overflow: auto;
    width: calc(100% - 150px);
    max-width: 85%;
}

.table-config-grid-new {
    overflow: auto;
    width: calc(100% - 150px) !important;
    max-width: 85%;
}

.invalid-records-grid {
    overflow: auto;
    width: calc(100% - 30px) !important;
}

.svg-inline--fa {
    cursor: pointer;

    margin-right: 0px;
}


.notificationMessage {
    text-align: center;

    font-weight: 600;
}

.uploadNotification {
    height: auto;
    margin: auto;
    width: 50%;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
    background-color: #93a4ad !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
    background-color: #2c3e50 !important;
}

.mat-slide-toggle-thumb {
    border: 1px solid #ddd;
}

.fa-trash-alt {
    color: red;
}

.move-top {
    z-index: 1;
}

.fa-pencil-alt {
    color: #616161;
}

.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
}

.w-95 {
    width: 95%;
}

.dashboard-reports .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    background: #fff;
    border-radius: 14px 14px 0px 0px;
}

.dashboard-reports .card-header {
    border: 0px;
}

.dashboard-reports .nav-tabs li {
    width: auto;
    line-height: 25px;
    margin-right: 5px;
}

.smallwith {
    width: 40% !important;
    line-height: 35px;
}

.smallwith2 {
    width: 30% !important;
    line-height: 35px;
}

.smallwith3 {
    width: 15% !important;
    line-height: 35px;
}

.smallwith4 {
    width: 25% !important;
    line-height: 35px;
}

.dashboard-reports .nav-tabs .nav-link {
    text-align: center;
    border-radius: 14px 14px 0px 0px;
}

.dashboard-reports .nav-tabs .nav-link.active {
    background: #617e8e;
    color: #fff;
    /* border-radius: 20px; */
}

.ty-tabs .nav-tabs {
    border-bottom: 2px solid #dee2e6;
    background: #fff;
}

.ty-tabs .card-header {
    border: 0px;
}

.ty-tabs .nav-tabs li {
    line-height: 35px;
}

.ty-tabs .nav-tabs .nav-link {
    text-align: center;
}

.ty-tabs .nav-tabs .nav-link:hover,
.ty-tabs .nav-tabs .nav-link.active {
    background: #2c3e50;
    color: white;
    border-radius: 0px;
}

.profile-pic {
    height: 175px;
    width: 175px;
    padding: 18px 20px;
}
.user-icon-size{
    font-size: 8rem;
    opacity: 0.5;
}
.table thead th {
    vertical-align: text-top;
}

.mat-datagrid td.mat-cell svg,
.mat-datagrid td.mat-cell .fa,
.mat-datagrid td.mat-cell .fa-solid {
    color: #7e929f !important;
}

.mat-paginator-container .mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 0px !important;
}

/* Popup code */

.modal {
    position: fixed;
    top: 15%;
}

.modal-header {
    background: #c05857;
}

.modal-header .modal-title {
    color: #fff;
    font-weight: normal;
}

.modal-header .close span {
    color: #fff;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start {
    border-radius: 10px 0 0 10px !important;
    min-width: 15px !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-end {
    border-radius: 0 10px 10px 0 !important;
}

.mat-form-field-infix {
    padding: 0px !important;
}

.mat-form-field-appearance-outline .mat-form-field-infix {
    padding: 0.30em 0 0.55em 0 !important;
    /* padding: 0px !important; */
}

input.mat-input-element {
    margin-top: -0.0625em;
    /* height: 38px !important; */
}

.mat-form-field-wrapper {
    padding-bottom: 0em !important;
}

.mat-form-field-subscript-wrapper {
    margin-top: 1.75rem !important;
}

.mat-paginator .mat-form-field-infix {
    padding: 5px 0px !important;
}

.mat-paginator-page-size-select {
    margin: 6px 4px 0 4px;
    width: 56px !important;
}

.signup-content {
    padding-top: 5rem;
}

.mat-paginator-page-size .mat-select {
    height: 30px;
    border: 1px solid #989898;
    border-radius: 10px;
}

.mat-paginator-page-size .mat-select-trigger {
    top: 7px;
    padding: 5px;
}

/* .mat-paginator-container .mat-paginator .mat-form-field-infix { padding: 0px !important;}
.mat-paginator-container .mat-select {border: 1px solid #ddd !important;}  */
/* Shake animation  */

.signup-content {
    padding-top: 5rem;
}

.mat-paginator-page-size-label {
    margin: 0 4px;
    position: relative;
    top: 7px;
    width: 100%;
}

.parameters-info-tab input{ width: 60px !important; height: 40px;}
.parameters-info-tab2 input{ 
    width: 65px !important;
    height: 20px;
    margin-bottom: 7px;}
.videos-block {
    min-height: 500px;
    width: 97.5%;    
  }

.cdk-global-overlay-wrapper .cdk-overlay-pane {
    min-width: 600px !important;
    margin-top: 30px !important;
}
.profile-info-sec {
    display: flex;
}
.user-name-text {
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 100px;
}
.scripctures:hover{
    background-color: #cfd8dd;
    width: 47%;
    height: 100px;
    margin: 15px;
    border-radius: 15px;
}

.scripctures{
    background-color: #fff;
    width: 47%;
    height: 100px;
    margin: 15px;
}
#isikotak_artikel tr {
    padding-bottom: 10px;
}
.mat-form-field-prefix .mat-icon, .mat-form-field-suffix .mat-icon {
    font-size: 120% !important;
    line-height: 1.125;
}

#player .ytp-chrome-top, #player .ytp-overflow-icon {
    display: none !important;
}
.ytp-chrome-top .ytp-button { opacity: 0 !important;}
.ytp-chrome-top-buttons {
     display: none !important;
}
.ytp-overflow-panel-content {
    display: none !important;
  }

.mat-elevation-z8 {
    box-shadow: none !important;
}
.mat-menu-panel {
    min-width: 200px !important;
    max-width: 300px !important;
}

table .svg-inline--fa {
    margin-right: 10px;
}

.border-line {
    border-top: 1px solid #ddd;
}

 .angular-editor-textarea[_ngcontent-rxv-c253] {
    min-height: 10rem !important;
}
.header-btn-right {
    display: inline-block;
    float: right;
}


.autio-player-display {
    height: 50%!important;
    width: 90% !important;
    margin: 0px auto;
    left: 5% !important;
}
.mat-autocomplete-panel {
    border-radius: 15px !important;}
    .mat-select-panel {
        border-radius: 15px !important;}
.error-message {
    color: #c05857;
}
.popup-scroll {
     height: 400px;
     overflow: auto;
}
.angular-editor-toolbar-set button:not(:disabled), 
.angular-editor-toolbar-set  [type=button]:not(:disabled) {
    width: auto !important;
}
.course-title-name {
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  width: 100%;
}

#pdfViewer i {padding: 12px 7px;

}
.videoplayer-height {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 20%);
    opacity: 0;
    background-color: black;
}
::placeholder{
    color:#242424  !important;
  }
  
  ::ng-deep .mat-focused .mat-form-field-placeholder{  
    color:#242424 !important;
  }

  .mat-select-panel {
    overflow: scroll !important; 
  }


/* Shake animation */

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@media(max-width:1440px) {
    /* .table-config-grid {
        overflow: auto;
        width: 1000px !important;
    } */

}

@media(max-width:768px) {
    .mobile-text-center {
        text-align: center;
        width: 100%;
        display: block;
    }

    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }

    .signup-content {
        padding-top: 0rem;
    }

    .signup-image {
        text-align: center;
    }

    .signup-image img {
        width: 50%;
    }

    .signup-form {
        margin-left: 10%;
        margin-right: 10%;
        padding-left: 0px;
        width: 80%;
    }

    .btn-rounded {
        padding: 7px 15px;

    }
}
@media (max-width: 576px) {
    .dashboard-reports .nav-tabs li {
        width: 48%;
        line-height: 25px;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 60%;
        margin: 1.75rem auto;
    }
   
}

@media(max-width:450px) {
    .ConfigurationTypes_downloadCsv {
        width: 80%;
    }

    .drag-riles {
        height: 300px;
    }
    .videos-block {
        min-height: 300px;
        width: 92.5%;    
      }
    .videoplayer-height {
        height: calc(100% - 80%);
}

}

@media(max-width:950px) {
    .videoplayer-height {
        height: calc(100% - 80%);
    }
}









