body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }
/*------------- fonts ------------*/
/*@font-face {
	font-family:OpenSans-Regular;
	src: url(../font/OpenSans-Regular.ttf);
}
@font-face {
	font-family:OpenSans-Bold;
	src: url(../font/OpenSans-Bold.ttf);
}
@font-face {
	font-family:OpenSans-Semibold;
	src: url(../font/OpenSans-Semibold.ttf);
}
@font-face {
	font-family:OpenSans-Light;
	src: url(../font/OpenSans-Light.ttf);
}
@font-face {
	font-family:FuturaLT;
	src: url(../font/FuturaLT.ttf);
}
@font-face {
	font-family:FuturaLT-Bold;
	src: url(../font/FuturaLT-Bold.ttf);
}*/
a:hover{ 
    text-decoration:none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: unset;
	margin:0px;
	padding:0px;
}
ul
{
	margin:0px;
	padding:0px;
}
/* -------------- common -------------- */

.ht-100v {
    height: 100vh;
}
.bg-br-primary {
    background-color: #1D2939;
}
.wd-xs-350 {
    width: 350px;
}
.shadow-base {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}
.rounded {
    border-radius: 3px !important;
}
.bg-white {
    background-color: #fff !important;
}
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #868ba1;
  text-align: left;
  background-color: #E9ECEF; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0866C6;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #05407c;
    text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.1875rem; }

h2, .h2 {
  font-size: 1.75rem; }

h3, .h3 {
  font-size: 1.53125rem; }

h4, .h4 {
  font-size: 1.3125rem; }

h5, .h5 {
  font-size: 1.09375rem; }

h6, .h6 {
  font-size: 0.875rem; }
.tx-center {
    text-align: center;
}
.mg-b-60 {
    margin-bottom: 60px;
}
.form-group {
    margin-bottom: 1rem;
}
.btn:not(:disabled):not(.disabled), .sp-container button:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-info {
    color: #fff;
    background-color: #17A2B8;
    border-color: #17A2B8;
}
.btn, .sp-container button {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ht-100v {
    height: 100vh;
}
.bg-br-primary {
    background-color: #1D2939;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.pd-25 {
    padding: 25px;
}
.shadow-base {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
}
.rounded {
    border-radius: 3px !important;
}
.bg-white {
    background-color: #fff !important;
}
@media (min-width: 480px){
.pd-xs-40 {
    padding: 40px;
}
.wd-xs-350 {
    width: 350px;
}
}
.tx-28 {
    font-size: 28px;
}
.tx-center {
    text-align: center;
}
.tx-inverse {
    color: #343a40;
}
.tx-bold {
    font-weight: 700;
}
.tx-info {
    color: #17A2B8;
}
.form-control, .dataTables_filter input {
    display: block;
    width: 100%;
    height: calc(2.6125rem + 2px);
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.tx-12 {
    font-size: 12px;
}
.mg-t-10 {
    margin-top: 10px;
}
.d-block {
    display: block !important;
}
a {
    transition: all 0.2s ease-in-out;
}
@media (min-width: 992px){
.br-logo {
    left: 0;
    border-right: 1px solid #ced4da;
}
.br-sideleft {
    left: 0;
}
}
.br-logo {
    position: fixed;
    top: 0;
    left: -230px;
    width: 230px;
    height: 60px;
    background-color: #fff;
    font-size: 24px;
    font-weight: 700;
    padding: 0 15px;
    display: flex;
    align-items: center;
    z-index: 1030;
    transition: all 0.2s ease-in-out;
}
.br-logo > a {
    color: #212529;
    letter-spacing: -0.5px;
}
.br-logo > a span:first-child {
    padding-right: 2px;
}
.br-logo > a span {
    font-weight: 300;
    color: #1CAF9A;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}
.br-logo > a i {
    font-style: normal;
    font-weight: 500;
    color: #17A2B8;
}
.br-logo > a span:last-child {
    padding-left: 2px;
}


.br-sideleft {
    position: fixed;
    top: 60px;
    left: -230px;
    bottom: 0;
    z-index: 100;
    width: 230px;
    background-color: #1D2939;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.2s ease-in-out;
}
.br-pagebody.p-top {
    /* padding-top: 60px; */
        padding-bottom: 40px;
}
 .table td a {
    color: #000000;
    padding: 0px 5px;
    font-weight: 500;
    
}
.table.question-bank td a{
    text-wrap-mode: nowrap;
}
.form-layout-footer.add-user-ntn {
    /*width: 100%;*/
    text-align: right;
    padding-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    float: right;
}
a.br-menu-link:focus {
    background-image: linear-gradient(to right, #1CAF9A 0%, #17A2B8 100%);
    background-repeat: repeat-x;
    color: #fff;
}
.search-by form {
    display: flex;
   
}
.new-search-option {
    display: flex;
    width: 100%;

    justify-content: space-between;
}
.search-by {
    width: 50%;
}
.search-by form lable {
    /*width: 232px;*/
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 18px;
    padding-right: 14px;
    white-space: nowrap;
}
.search-by form .form-control {
    margin: 0px 4px;
}
.new-date-picker{
    display: block;
    width: 70%;
    height: calc(2.6125rem + 2px);
    padding: 0.65rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*slect-box-new*/

#file-upload-select-cunter{
  display: none;
}
.form-control.select2.select2-hidden-accessible.Select-Status-part {
    width: 70%;
}

.search-by.search-warranty {
    width: 70%;
}
.search-by.search-warranty .form-control.select2.select2-hidden-accessible.Select-Status-part{
  width: 100%;
}
.search-by.search-warranty .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}
.form-layout.form-layout-4.add-warranty-foram h4 {
    margin-bottom: 0px;
    padding: 25px 0px;
    color: #000000;
}
.new-date-picker.Warranty-date-picker {
    width: 100%;
}
.br-pagebody.p-top {
  
    min-height: 825px;
    height: 100%;
}
.search-by.search-warranty .col-md-6 {
    padding: 0px 5px;
}
.search-by.search-warranty.Dealer-part {
    padding-bottom: 50px;
}
.advancedevusa-logo {
    width: 200px;
}



.search-by.search-warranty.mob-part {
    display: none;
}
.open-search-menu {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #1D2939;
    padding: 30px;
    z-index: 9999;
    display: none;
    height: 100%;
 
}
.open-search-menu .form-control {
    margin-bottom: 9px !important;
    margin-left: 0px !important;
}
.open-search-menu h5 {
    color: #ffffff;
}


.add-new-btn {
    color: #fff;
    background-color: #17A2B8;
    padding: 10px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 12px 34px;
    height: 39px;
    white-space: nowrap;
}

/*modal*/

.order-multipal-part .modal-dialog {
    max-width: 582px;
}
.order-multipal-part .modal-content {
    padding: 26px;
    border: none;
}
.order-multipal-part .modal-header {
    border: none;
    padding: 0px;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    outline: none;
}
.multipal-table-part {
    padding-bottom: 40px;
    padding-top: 10px;
}

.new-search-option.product-admin {
    padding-bottom: 50px;
}
.new-notes a {
    display: block;
}
.car-img-part {
    width: 60px;
}

.fileinput.fileinput-new label {
    margin-bottom: 0px;
}

/*new-order*/
.new-table .row {
    /*width: 13%;*/
    margin: 0px 0px;
      /*margin-bottom: 65px;*/
    display: inline-block;
}
.new-table {
    display: flex;
    /*overflow-x: scroll;*/
}
.new-table .form-group select.form-control.select2.select2-hidden-accessible{
    width: 155px;
    height: 39px;
    padding: 8px 6px;
}
.new-table .row .col-sm-12 {
    padding: 0px 6px;
}
.new-table .row input.form-control {
    width: 150px;
    height: 39px;
    padding: 8px 6px;
}
.add-new-btn.Multiple-car {
    /*margin-left: 15px;*/
}
.mulipal-car {
    margin-top: 20px;
}
.new-table p{
    font-size: 23px;
    color: red;
}
.new-close-car .add-new-btn{
   position: absolute;
    bottom: 16px;
}
.Submit-car {
    margin-top: 40px;
}

.new-close-car {
    position: relative;
}
.form-layout.form-layout-4.add-warranty-foram.order-multipal-part {
    width: 100%;
}
div#chartBar1 {
    display: none;
}
.month-part {
   /* text-align: end;
    float: right;*/
    margin-bottom: 30px;
}
.new-chart-part {
    margin-top: 80px;
    /*text-align: center;*/
}
.home-page .br-pagebody.p-top {
    padding-top: 0px;
}


.view-part {
    padding-bottom: 30px;
}
.notes-part {
    padding-top: 30px;
}




 .new-close-car::-webkit-scrollbar {
    width: 12px !important;
 }

 /* Track */
.new-close-car::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
 .new-close-car::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #41617D !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
 .new-close-car::-webkit-scrollbar-thumb:window-inactive {
   background: #41617D !important; 
 }

 .new-close-car {
    overflow-x: scroll;
  padding-bottom: 55px;
}

.subject-select {
    align-items: start;
}

.modal-footer.delete-modal .rdiobox {
    margin: 5px 10px !important;
}

.main-title {
    display: flex;
    justify-content: space-between;
}
.title h2 {
    color: #000000;
    font-size: 32px;
    padding-top: 5px;
}
.search-by.student-part {
    padding-bottom: 35px;
}
.search-by.student-part form h6 {
    color: #000000;
    display: flex;
    align-items: center;
    margin: 0px;
    padding-right: 11px;
    padding-left: 11px;
}
.points {
    display: flex;
}
.points .bd.rounded.table-responsive {
    margin: 0px 17px;
}

.title.sub-title {
    padding-bottom: 20px;
}


.checked-table {
    margin-top: 40px;
}

.check-new-section {
    width: 750px;
}
.form-layout-4.check-part {
    width: 100%;
}
.checked-table table thead tr th{

}
.new {
    display: flex;
    align-items: center;
}
.submited-list {
    margin-top: 30px;
    height: 600px;
    overflow-y: scroll;
}
.setting-list {
    margin-top: 30px;
    height: 300px;
    overflow-y: scroll;
}


.submited-list::-webkit-scrollbar {
    width: 6px !important;
 }

 /* Track */
.submited-list::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
 }

 /* Handle */
.submited-list::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px !important;
   border-radius: 10px !important;
   background: #18a3b6 !important; 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5) !important; 

 }
.submited-list::-webkit-scrollbar-thumb:window-inactive {
   background: #18a3b6 !important; 
 }
 .btn-primary {
    color: #fff;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}
.signin-logo img {
    width: 100%;
}
td.ttp {
    display: flex;
}
select.pen {
    width: 150px;
}
.edit-drop-box .dropdown.action span.logged-name.dot {
    display: flex;
    flex-flow: column;
    /*font-size: 42px;
    line-height: 12px;*/
        font-size: 33px;
    line-height: 9px;
    text-align: center;
    margin: 0px;
   color: #808080;
}
.edit-drop-box .dropdown.action a.nav-link.nav-link-profile {
    margin-top: -9px;
}
.edit-drop-box .edit{
    min-width: unset !important;
    width: unset;
	left: 0 !important;
    text-align: center;
}
.edit-drop-box .edit ul li a{
  text-align: center;
   padding: 2px 15px;
}

/*-------------------pagination css------------------------*/
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li{
	display:inline
}
.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#337ab7;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:2;
	color:#23527c;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:3;
	color:#ffffff !important;
	cursor:default;
	background-color:#337ab7;
	border-color:#337ab7
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}
.pager{
	padding-left:0;
	margin:20px 0;
	text-align:center;
	list-style:none
}
.pager li{
	display:inline
}
.pager li>a,.pager li>span{
	display:inline-block;
	padding:5px 14px;
	background-color:#fff;
	border:1px solid #ddd;
	border-radius:15px
}
.pager li>a:focus,.pager li>a:hover{
	text-decoration:none;
	background-color:#eee
}
.pager .next>a,.pager .next>span{
	float:right
}
.pager .previous>a,.pager .previous>span{
	float:left
}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{
	color:#777;
	cursor:not-allowed;
	background-color:#fff
}


.report-hm tr th, .report-hm tr td {
    border: 1px solid #DEE2E6;
}
.new-search-option .search-by.report-hm-name {
    padding-bottom: 50px;
}
.new-search-option .search-by.report-hm-name label {
    font-size: 16px;
    display: block;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

/*.tableFixHead {*/
/*    overflow-y: auto;*/
/*    height: 600px;*/
/*}*/
/*.tableFixHead thead th {*/
/*    position: sticky;*/
/*    top: 0px;*/
/*    background: #fff;*/
/*    z-index: 99;*/
/*}*/
/*.tableFixHead table {*/
/*    border-collapse: collapse;*/
/*    width: 100%;*/
/*}*/


/* ----------------------- */
/* zalak(05-12-2023) */

.search-by-section {
  padding: 30px 20px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  display: flex;
  justify-content: center;
  margin: 10px 30px;
}

.search-by-title form label {
  color: #000000;
  font-size: 18px;
  padding-right: 14px;
  white-space: nowrap;
}

.select-option {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.submit-btn {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 15px;
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  /* padding: 0.65rem 0.75rem; */
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .search-by-section-ends */

.flex-buttons {
  display: flex;
  /* margin: 20px 30px; */
}

.clk-btn {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0px 4px;
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  /* padding: 0.65rem 0.75rem; */
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .flex-buttons-ends */

.que-title {
  display: flex;
  justify-content: space-between;
  margin: 100px 30px 30px 30px;
}

.que-heading h2 {
  color: black;
  font-size: 32px;
  padding-top: 5px;
}

.report-btn {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 500;
  padding: 10px 15px;
  margin: 0px 4px;
  color: #fff;
  background-color: #17A2B8;
  border-color: #17A2B8;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  /* padding: 0.65rem 0.75rem; */
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .que-title-ends */

.table-section {
  padding: 60px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  /* margin: 20px; */
  overflow-x: scroll;
  background-color: #fff;
  /* border: 1px solid #dee2e6; */
  margin: 10px 30px;
}

.que-table table {
  /* overflow-x: scroll;
  overflow-y: hidden; */
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #111111;
}

.que-table {
  padding: 30px 0px 0px 0px;
  border: 1px solid #dee2e6;
  position: relative;

  /* margin: 20px 0px; */
}

.table-section th {
  font-size: 12px;
  text-transform: uppercase;
  color: #343a40;
  letter-spacing: 0.5px;
  padding: 10px 10px;
  border-bottom: 1px solid #111111;
  font-weight: bold;
}

.sr-no-th::before {
  content: '';
  border: 4px solid transparent;
  border-bottom-color: #17A2B8;
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 50px;
}

.sr-no-th::after {
  content: '';
  border: 4px solid transparent;
  border-top-color: #ced4da;
  position: absolute;
  z-index: 10;
  top: 25px;
  left: 50px;
}

tbody td {
  padding: 8px 10px;
}

.action-option {
  position: relative;
}

.dots {
  display: flex;
  flex-flow: column;
  font-size: 40px;
  font-weight: 500;
  line-height: 9px;
  text-align: center;
  color: #808080;
}

.action-links {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.action-links ul {
  list-style-type: none;
  font-size: 13px;
  color: black;
  text-align: center;
  padding: 2px 15px;
  font-weight: 500;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.action-links a {
  color: black;
}

.pagination-div {
  /* margin-top: 15px;
  display: flex;
  justify-content: right; */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #868ba1;
  margin-top: 15px;
}

.sub-div-pagination {
  display: inline-flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  float: right;

}

.sub-div-pagination li {
  /* list-style-type: none; */
  display: inline;

}

.sub-div-pagination li a {
  /* padding: 6px 12px;
  line-height: 1.42857143;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px; */
  position: relative;
  float: right;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;

}

.sub-div-pagination .active a {
  z-index: 3;
  color: #ffffff !important;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
  padding: 6px 12px;
}

/* .table-section-ends */

table {
  width: 100%;
}

.que-paper-heading h2 {
  color: black;
  font-size: 32px;
  padding-top: 5px;
}

.que-paper-table {
  padding: 30px 0px 0px 0px;
  border: 1px solid #dee2e6;
  position: relative;
}

.search-by-title-qp form label {
  color: #000000;
  font-size: 18px;
  padding-right: 14px;
  white-space: nowrap;
}

.search-by-title-qp .select-option {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.55rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.search-by-title-qp input {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* .question-paper-css-ends */
.add-que-heading {
  padding: 20px 0px 50px 0px;
}

.add-que-heading h1 {
  color: black;
  font-size: 32px;
  padding-top: 5px;
  text-align: center;
}

.add-details {
  display: flex;
  justify-content: center;
}

.choose-option {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 310px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.add-que-section-main {
  display: flex;
  justify-content: center;
  padding: 40px 40px;
}

.add-que-section {
  width: 80%;
  border: 1px solid black;
  padding: 20px;
}

.ck.ck-editor__editable_inline>:last-child {
  /* margin-bottom: var(--ck-spacing-large); */
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.enter-que {
  padding: 10px 0px;
}

.enter-que-details input {
  margin: 10px 0px;
  margin-right: 10px;
}

.add-more-btn {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.add-more-btn input {
  background-color: #17A2B8;
  border: 1px solid #17A2B8;
  padding: 10px 40px;
  color: white;
  font-weight: 600;
}

.add-que-submit-btn {
  display: flex;
  justify-content: center;
  margin: 30px 0px;
}

.add-que-submit-btn input {
  background-color: #17A2B8;
  border: 1px solid #17A2B8;
  padding: 10px 60px;
  color: white;
  font-weight: 600;
  border-radius: 2px;
}

/* .add-question-css-ends */

.blueprint-main {
  padding: 80px;
  border-radius: 3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.21);
  background-color: #fff;
  border: 1px solid #dee2e6;
  /* padding: 10px 40px; */
  position: relative;
}

.blueprint{
  border: 1px solid #dee2e6;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.blueprint-heading {
  padding: 20px 0px 10px 0px;
}

.blueprint-heading h1 {
  color: black;
  font-size: 32px;
  padding-top: 5px;
  text-align: center;
}

.blueprint-dd {
  text-align: center;
  padding: 20px 0px;
}

.select-blueprint {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 95%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.enter-bp-name {
  padding-top: 20px;
}

.enter-bp-name input {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 95%;
}

.blueprint-drops {
  text-align: center;
  padding-bottom: 30px;
}

.select-bp-drops {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 254px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.add-blueprint-section {
  text-align: center;
  padding-bottom: 50px;
}

.add-section-button {
  padding: 20px 0px;
 
}

.add-section-button input {
  background-color: #17A2B8;
  border: 1px solid #17A2B8;
  padding: 10px 60px;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}

.sub-enter-sec-name {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 76%;
}

.sub-enter-sec-name-marks{
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  
}
.add-blueprint-que-section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 3px 0px;
}

.add-blueprint-que-details-main {
  padding: 20px 0px;
  border: 1px solid rgb(143 138 138);
  margin: 15px 30px;
}

.add-blueprint-que-heading h1 {
  color: black;
  font-size: 25px;
  padding-top: 5px;
  text-align: center;
}

.add-bp-input {
  margin: 0px 4px;
  height: calc(2.6125rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
  width: 235px;
}

.label-comp {
  color: black;
  font-size: 16px;
  padding-top: 5px;
  text-align: center;
}

.add-bp-check{
  cursor: pointer;
}

.add-bp-que-btn {
  background-color: #17A2B8;
  border: 1px solid #17A2B8;
  padding: 10px 30px;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}

.add-que-bp-submit-btn{
  text-align: center;
  margin-top: 20px;
  
}
.add-que-dp-sub-btn{
  background-color: #17A2B8;
  border: 1px solid #17A2B8;
  padding: 10px 40px;
  color: white;
  font-weight: 600;
  border-radius: 2px;
  cursor: pointer;
}

.popup-display{
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  width: 300px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  border-radius: 3px;
  display: none;
  z-index: 999999
}
.cross-icon{
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
body.popup-open {
  overflow: hidden;
}
.popup-section{
  margin-top: 70px;
}
.pop-heading h1{
  color: black;
  font-size: 32px;
  padding-top: 5px;
}
.input-no-of-sets label{
  color: black;
  font-size: 16px;
  padding-top: 5px;
  margin-right: 10px;
}
.input-no-of-sets input{
  width: 80px;
}
.generate-sets{
  margin: 30px 0px;
}
.generate-sets-btn{
  color: #fff;
  background-color: #6c757d;
  background-clip: padding-box;
  border: 1px solid #6c757d;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
  
}



button.btn.btn-info {
    margin-left: 10px;
}
.form-layout-footer1 {
    display: flex;
}
