/* @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css'); */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 10px solid var(--transparent);
}
*::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
:root {
    --blue: #0197DB !important;
    --blue1: #A2D9DE !important;
    --black: #444444 !important;
    --black1: #666666 !important;
    --aaa : #AAAAAA !important;
    --gray: #D5D5D5 !important; 
    --light_pink: #EBA9A9 !important;
    --white: #FFFFFF !important;
    --white1: #F8F8F8 !important;
    --white2: #F2FDFE !important;
    --purpule: #C2ACE1 !important;
    --transparent: transparent !important;
    --purpule1: #F2E9FF !important;  
    --pink: #FFEFEF !important;

    --center: center !important;
    --left: left !important;
    --right: right !important;

    --fw_100: 100 !important;
    --fw_200: 200 !important;
    --fw_300: 300 !important;
    --fw_400: 400 !important;
    --fw_500: 500 !important;
    --fw_600: 600 !important;
    --fw_700: 700 !important;
    --fw_bold: bold !important;
}

body{
    font-family: GT America !important;
}

.dashboard-containt-wrapper{
    padding: 16px;
    height: 90vh;
    overflow: auto;
}
.account-activate-wrapper{
    background: rgba(249, 133, 61, 0.1);
    border: 1px solid #FFEADC;
    display: flex;
    align-items: center;
}
.active-img img{
    width: 100%;
}   
.congo-account{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black);
}
.t-img{
    text-align: right;
}
.teacher-dashboard{
    margin-top: 40px;
}
.t-content h2{
    font-weight: 500;
    font-size: 40px;
    line-height: 48px;
    color: var(--black);
}
.t-content p{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black1);
}
.t-bg-1{
    background: var(--pink);
    border: 1px solid var(--light_pink);
    border-radius: 15px;
    padding: 20px 30px 30px 50px;
}
.t-bg-2{
    background: var(--white2);
    border: 1px solid var(--blue1);
    border-radius: 15px;
    padding: 20px 30px 30px 50px;
}
.t-bg-3{
    background: var(--purpule1);
    border: 1px solid var(--purpule);
    border-radius: 15px; 
    padding: 20px 30px 30px 50px;
}
.t-mb{
    margin-bottom: 40px;
    min-height: 200px;
}
.genrate-paper{
    background: var(--white1);
    border: 2px dashed var(--aaa);
    border-radius: 20px;
    padding: 60px 80px;
}
.create-paper-content h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 25px;
}
.create-paper-content P{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: var(--black1);
}
.genrate-paper-btn{
    background: var(--blue);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: var(--white) !important;
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center; 
    width: 100%;
    white-space: nowrap;
}
.purchase-label{
    display: flex;
    padding: 25px 30px;
    background: var(--white1);
    border-bottom: 1px solid var(--gray);
    align-items: center;
    justify-content: space-between;
}
.purchase-label h4{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: var(--black);
}
.purchase-label a{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--aaa);
    text-decoration: none;
}
.purchase-label a img{
    margin-right: 10px;
}
.purchase-filter-wrap{
    border: 1px solid var(--gray);
    border-radius: 10px;
    overflow: hidden;
    /* height: 80vh; */
}
.purchase-content-box{
    padding:40px 30px 40px 30px;
    height: 100%;
    min-height: 694px;
    max-height: 500px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}
.not-purchase-content{
    padding: 30px;
    background: var(--white1);
    border: 1px dashed var(--aaa);
    border-radius: 10px;
    margin: auto 0;
    /* position: relative;
    top: 50%;
    transform: translateY(-50%); */
}
.not-purchase-content h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 40px;
    color: var(--black);
    margin-bottom: 10px;
}
.not-purchase-content p{
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--black1);
    margin-bottom: 40px;
}
.filter-menu{
    top: 10px !important;
    left: -58px !important;
}
.filter-menu li a{
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: var(--black);
    display: block;
    padding: 5px 20px;
}
.active-filter{
    color: var(--black) !important;
}
.purchase-subject-wrapper{
    background: var(--white1);
    border: 1px solid var(--gray);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 25px;
}
.purchase-subject-wrapper .custom-media-subject-body{
    margin-left: 15px;
    text-decoration: none;
}
.purchase-subject-wrapper .custom-media-subject-body h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 15px;
}
.purchase-subject-wrapper .custom-media-subject-body p{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--black1);
    margin-bottom: 3px;
}
.purchase-subject-wrapper .custom-media-subject-body i{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: var(--black1);
}
.purchase-content-box .purchase-subject-wrapper:last-child{
    margin-bottom: 0;
}
.genrate-paper-with-std-content-wrap{
    background: var(--white);
    border: 1px solid var(--gray);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
.genrate-paper-with-std-content-wrap .gp-label{
    background: var(--white1);
    border-bottom: 1px solid var(--gray);
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: var(--black);
    display: block;
    padding: 25px 40px;
}
.genrate-paper-std-inner-content{
    padding: 16px;
}
.gp-cp{
    padding: 40px 20px 40px 40px;
}
.select-box label{
    font-size: 16px;
    line-height: 22px;
    color: var(--black1);
}
.select-box select{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    height: 50px;
    border: 1px solid #DDDDDD !important;
    border-radius: 3px;
    background: var(--white);
}
.gp-border{
    width: 100%;
    border: 1px solid var(--gray);
    margin: 35px 0 !important;
}
.subject-g-paper-btn{
    background: var(--white1);
    border: 1.5px solid var(--gray);
    border-radius: 6px;
    padding: 20px 30px;
    display: flex;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black) !important;
    text-decoration: none !important;
    margin-bottom: 30px;
	justify-content: center;
    align-items: center;
}
.subject-g-paper-btn span {
    line-height: 30px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subject-g-paper-btn img{
	margin-right: 25px;
	height: 60px;
    width: 60px;
    object-fit: fill;
}
.modal{
    z-index: 999999;
}
.modal-backdrop {
    z-index: 99999;
}
.gp-modal-label h5{
    background: var(--white1);
    border-bottom: 1px solid var(--gray);
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: var(--black);
    display: block;
    padding: 25px 40px;
    width: 100%;
}
.gp-modal .modal-content{
    overflow: hidden;
}
.modal-gp-body{
    padding: 40px ;
}
.type-genrate-paper label{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black1);
    margin-bottom: 25px;
}
.gp-font-style{
    width: 100%;
    border: none;
    text-align: center;
    outline: none !important;
    padding: 15px 0;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-decoration: none !important;
    min-height: 64px;
}
.gp-font-style img{
    margin-right: 10px;
}
.bg-gpr-1{
    background: var(--pink);    
    border: 1px solid var(--light_pink);
}
.bg-gpr-2{
    background: var(--white2);
    border: 1px solid var(--blue1);
}
.bg-gpr-3{
    background: var(--purpule1);    
    border: 1px solid var(--purpule);
}
.learn-btn-section label{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--black1);
    margin-bottom: 25px;
}
.l-btn{
    width: 100%;
    text-align: center;
    outline: none !important;
    padding: 19px 0;
    border-radius: 4px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    text-decoration: none !important;
    background: var(--white1);
    border: 1px solid var(--gray);
    min-height: 64px;
    text-decoration: none !important;
}
.tpg-br{
    position: relative;
}
.tpg-br::after{
    position: absolute;
    content: " ";
    right: 0;
    top: 58%;
    transform: translateY(-50%);
    height: 250px;
    border-right: 1px solid var(--gray);
}
.type-genrate-paper .gp-font-style:last-child, .learn-btn-section .l-btn:last-child{
    margin-bottom: 0;
}
.choose-qustion{
    background: var(--white1);
    border-bottom: 1px solid var(--gray);
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: var(--black);
    padding: 25px 40px;
}
.choose-qustion label{
    font-weight: 600;
}
.gp-mark-label{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.marks-gp p{
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: var(--black1);
    margin-bottom: 0;
}
.gp-btn-step-two button.g-pdf-convert-btn{
    background: var(--blue);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: var(--white);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    width: 250px;
    white-space: nowrap;
    margin-right: 25px;
}
.gp-btn-step-two button.save-gp-draft{
    background: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: var(--blue);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    width: 250px;
    white-space: nowrap;
    border: 1px solid var(--blue);
}
.card-header:not(.collapsed) .rotate-icon {
  transform: rotate(270deg);
}
.card .card-header[data-toggle=collapse]::after{
    display: none;
}
.genrate-paper-std-inner-content .accordion .card-header p{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}
.genrate-paper-std-inner-content .accordion .card{
    box-shadow: none !important;
    border-bottom: 1px solid var(--gray) !important;
    border-radius: 0 !important;
}
.genrate-paper-std-inner-content .accordion .card:last-child{
    border-bottom: 1px solid var(--transparent) !important;
}
.genrate-paper-std-inner-content .accordion .card .card-header{
    padding: 16px 0 !important;
}
.chapter-name{
    display: block;
}
.chapter-name small{
    display: block;
}
.chapter-name small:first-child{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: var(--black1);
    margin-bottom: 8px;
}
.chapter-name small:last-child{
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    max-width: 200px;
}
.mark-arrow img{
    margin-left: 15px;
}
.qt-wrap {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    background: var(--white1);
    border: 1px solid var(--gray);
    border-radius: 6px;
    padding: 0 25px 0 25px;
}
.qt-wrap a {
    width: 100%;
    display: block;
    padding: 15px 0;
    color: #808080;
    border-bottom: 1px solid #ccc;
}
.qt-wrap p:last-child a{
    border-bottom: none;
}
.qt-wrap a span {
    float: right;
}
.question-type-wrapper{
    position: relative;
    margin-bottom: 0;
}
.question-type-wrapper input[type="checkbox"]{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.question-type-wrapper input[type="checkbox"]:checked ~ a{
    color: var(--blue);
    font-weight: 500;
}
.question-type-wrapper input[type="checkbox"]:checked ~ a span{
    color: var(--black);
}
.genrate-paper-std-inner-content .accordion{
    height: 100%;
    min-height: 694px;
    max-height: 500px;
    overflow: auto;
    padding-right: 10px;
    margin-bottom: 50px;
}
.mark-or-content{      
    position: absolute;
    bottom: -90px;
    left: 0;
    width: 100%;   
}
.mark-or-content .marks-value{
    display: flex;
    align-items: center;
    background: var(--blue);
    justify-content: space-around;
    padding: 15px 80px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.mark-or-content .marks-value span{
    color: #fff;
}
.gpsi{
    position: relative;
}
.gpsi::after{
    position: absolute;
    content: " ";
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    border-right: 1px solid var(--gray);
}
.question-select-box input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.question-select-box label {
  position: relative;
  cursor: pointer;
  user-select: none;
  border: 1.5px solid var(--gray);
  border-radius: 4px;
  padding: 25px;
  width: 100%;
    display: flex;
}
.question-select-box label:before {
  content:'';
  -webkit-appearance: none;
  background-color: var(--transparent);
  border: 2px solid var(--blue);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
/*   margin-right: 5px; */
    width: 20px;
    height: 20px;
}
.question-select-box input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: 34px;
  width: 6px;
  height: 14px;
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.question-select-box input:checked + label{
    border: 1.5px solid var(--blue);
}
.question-wtrapper-inner-box{
    margin-left: 20px;
	width: 100%;
}
.question-option{
    display: flex;
    flex-wrap: wrap;
}
.question-option span{
    width: 50%;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    margin-bottom: 15px;
}
.question-box{
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    margin-bottom: 15px;
}
.modal-gpdf-body{
    padding: 40px 40px;
}
.modal-gpdf-body input{
    border: 1px solid #d1d3e2 !important;
    outline: none !important;
    font-weight: 500;
    font-size: 16px;
    color: var(--black);
    height: 50px;
}
.modal-gpdf-body .hide-detail input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.modal-gpdf-body .hide-detail label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  user-select: none;
  color: var(--black);
font-size:12px;
}

.modal-gpdf-body .hide-detail label:before {
  content:'';
  -webkit-appearance: none;
  background-color: var(--transparent);
  border: 2px solid #1A1A1A;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.modal-gpdf-body .hide-detail input:checked ~ label:before {
    border: 2px solid #0079bf;
}

.modal-gpdf-body .hide-detail input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hide-detail{
    margin-bottom: 0;
    height: 43px;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.mb-25{
    margin-bottom: 25px;
}
.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 45px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #fff;
    border-radius: 10px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: 20;
  height: 100%;
  line-height: 30px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 500;
    font-size: 13px;
}
.file-upload-wrapper:before {
  content: "Upload";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 45px;
  background: #258dd2 !important;
  color: #fff;
  font-weight: 700;
  z-index: 25;
  font-size: 14px;
  line-height: 45px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
.gpdf-modal .modal-content{
    overflow: hidden;
}
.coupen-file-upload{
    display: flex;
    align-items: center;
}
.coupen-file-upload input[type="file"] { 
  z-index: -1;
  position: absolute;
  opacity: 0;
  outline: none !important;
  box-shadow: none !important;
  height: 68px;
  width: 250px;
}
.coupen-file-upload input:focus + label {
  outline: none !important;
  box-shadow: none !important;
}
.coupen-file-upload label{
    height: auto;
    font-size: 14px;
    box-shadow: none !important;
    background: var(--blue);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    color: var(--white);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    width: 150px;
    white-space: nowrap;
    margin-bottom: 0;
}

#file-upload-filename{
    font-size: 16px;
    width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-right: 15px;
    border-bottom: 1px solid var(--gray);
    padding: 10px 15px;
    height: 35px;
    color: #444;
    font-weight: 500;
}
.cancel-set-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.cs-btn-1{
    background: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--blue);
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--blue);
    margin-right: 30px;
}
.cs-btn-2{
    background: var(--blue);
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--white);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    margin-right: 25px;
}
.w-250{
    width: 250px;
}
.w-175{
    width: 175px;
}
.oh{
    overflow: hidden;
}
.subject-pdf-dowanload{
    background: var(--white1);
    border: 1.5px solid var(--gray);
    border-radius: 6px;
    padding: 32px 40px;
    margin-bottom: 25px;
}
.my-sub-medium h4{
    color: var(--black);
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
}
.my-sub-medium span{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: var(--black1);
}
.genrate-paper-std-inner-content .subject-pdf-dowanload:last-child{
    margin-bottom: 0;
}
.subject-pdf-dowanload .row{
    align-items: center;
}
.my-pdf-scroll{
    max-height: 700px;
    overflow: auto;
}
.action-on-process{
    display: flex;
    align-items: center;
    justify-content: end;
}
.action-on-process a{
    margin-left: 20px;
}
.action-on-process a img{
    width: 25px;
}
.video-sb iframe{
    width: 100%;
    height: 250px;
}
.subject_topic_tag{
    overflow: auto;
    white-space: nowrap;
}
.subject_topic_tag ul#tabs-nav li {
    display: inline-block;
}
.subject_topic_tag a{
    text-decoration: none;
    background: var(--white1);
    border: 1px solid var(--gray);
    padding: 15px 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
    text-align: center;
    margin-right: 15px;
    width: 135px;
    display: inline-block;
}
.subject_topic_tag li:last-child a{
    margin-right: 0;
}
.subject_topic_tag a.active{
    border: 1px solid var(--blue);
    color: var(--blue);
}
.subject_topic_tag::-webkit-scrollbar-thumb {
    border: 5px solid var(--transparent) !important;
}
.buy-checkout-btn{
    background: #F9853D !important;
}
.buy-checkout-btn img{
    width: 25px;
    margin-right: 20px;
}
.select-subject-label{
    margin-right: 30PX;
}
.select-subject-label p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--aaa);
}
.select-subject-label h4{
    font-weight: 600;
    font-size: 22px;
    color: var(--black);
}
.purchase-price-tag p{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: var(--black);
}
.purchase-price-tag p i{
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: line-through;
    color: var(--black1);
    margin-left: 15px;
}
.add-to-cart-btn{
    text-align: right;
}
.add-to-cart-btn button{
    max-width: 100%;
}
.add-to-cart-btn button img{
    width: 20px;
    margin-right: 20px;
}
.std-no h4{
    font-size: 22px;
}
.action-on-process span{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #F9853D;
}
.action-on-process span img{
    margin-right: 15px;
}
.subject-purchase-p0{
    position: relative;
}
.purchase-gpsi-left-border{
    height: 100%;
}
.purchase-gpsi-left-border::after{
        right: -20px;
}
.gp-mark-label .total-mark-box{
    background: var(--white);
    border: 1px solid var(--black);
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: var(--black);
    padding: 15px 25px;
    white-space: nowrap;
}
.sec-title{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--black);
    margin-bottom: 15px;
    display: block;
}
.save-aqr-btn{
    margin: 20px 0;
    display: flex;
}
.save-aqr-btn button{
    width: 250px;
}
.save-aqr-btn .save-question-btn{
    background: #F9853D;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--white);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
}
.save-aqr-btn .add-q-btn{
    background: var(--blue);
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--white);
    border: none;
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    margin: 0 20px;
}   
.save-aqr-btn .remove-btn{
    background: #fff;
    border-radius: 6px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--blue);
    outline: none !important;
    padding: 15px 0;
    text-align: center;
    white-space: nowrap;
    border: 1px solid var(--blue);
}
.save-aqr-btn .remove-btn img{
    margin-right: 10px;
    width: 20px;
} 
.question-number{
    display: flex;
    flex-wrap: wrap;
}
.question-number span{
    background: var(--white1);
    border: 1px solid var(--gray);
    border-radius: 6px;
    padding:15px 25px;
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #1A1A1A;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
}
.question-number span a{
    position: absolute;
    top: -3px;
    right: 5px;
}
.question-section-right-part .genrate-paper-with-std-content-wrap{
    margin-bottom: 30px;
    box-shadow: none;
}
.topbar #sidebarToggleTop:active {
    background-color: var(--transparent);
}
.sidebar-fixed-block .sidebar{
    width: 330px !important;
}
.responsive-close-btn{
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}
.responsive-close-btn i{
    font-size: 24px;
    color: var(--blue);
}
.p-40{
    padding: 40px;
}
.purchase-box-padding{
    padding: 40px 10px 40px 30px;
}
.gpdf-modal{
    padding-left: 26px !important;
}
.gpdf-name-button button.cs-btn-1{
    margin-right: 20px;
}
.gpdf-name-button button.cs-btn-2{
    margin-right: 0;
}