body{
  background-color: #f8f9fa;
  color: rgb(60,64,67);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.top-left {
  position: relative;
  top: 0;
  left: 0;
}

.top-right {
  position: absolute;
  top: 0;
  right: 60px;
}


.preview_mode{
  padding: 30px;
}

  .btn-large {
    font-size: 17px;
    padding: 10px 30px;
    font-weight: bold;
    font-family: sans-serif;
  }

  .btn-project {
    background-color: #26236e; /* deep blue/purple background */
    color: #ffffff; /* white text color */
  }

  .btn-project:hover {
    background-color: #25236ecd; /* slight background change/highlighting on hover */
    color: #ffffff;
  }

  .btn-new-project {
    background-color: #28c4c4; /* cyan background */
    color: #ffffff; /* white text color */
  }

  .btn-new-project:hover {
    background-color: #28c4c49a; /* slight background change/highlighting on hover */
    color: #ffffff;
  }

  .btn-tutorial {
    background-color: #c8c85e; /* yellow background */
    color: #ffffff; /* white text color */
  }

  .btn-tutorial:hover {
    background-color: #c8c85e92; /* slight background change/highlighting on hover */
    color: #ffffff;
  }

  .align-vertical {
    display: flex;
    align-items: center;
  }

  .menu_container {
    position: relative;
    margin-top: 80px;
  }

  .main_page{
    /* margin: 60px; */

    margin-top: -60px;
  }

  .custom-card {
    border-radius: 10px;
    padding: 20px;
    border: 0px solid rgb(218,220,224) !important;
    margin-bottom: 15px;
    background-color: transparent !important; 
  }

  th {
    border: 0px !important;
  }

  .page_title{
    line-height: 2.25rem;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: 400;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
    color: #111130;
    margin-bottom: 15px;
  }
  .page_desc{
    color: #646060;
    margin-bottom: 35px;
  }

  .tab-pane{
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .btn-black {
    background-color: #111130;
    color: white;
  }

  .btn-black:hover {
    color: rgb(246, 243, 243);
    background-color: #111130;
  }

  .hTagSelect{
    width: 61px;
    margin-right: 5px;
  }

  .hSpan{
    display: block;
  }

  .h3Span{
    padding-left: 30px;
  }

  .draggable_cell:hover{
		cursor:move;
	}

  .table-cell {
    position: relative;
  }
  .editable-cell {
    padding: 0;
  }
  .editable-cell  > input, textarea {
    width: 100%;
    height: 100%;
    padding: 0.375rem 0.75rem;
    border: none;
    background: transparent;
  }

  .editable-cell > input:focus, textarea:focus {
    border: none;
    outline: none;
  }

  .action-cell{
    width: 130px;
  }

  .fa{
    margin-left: 5px;
    margin-right: 5px;
  }

  .panel-content-scrollable{
    height: 400px; /* Set the desired height */
    overflow-y: auto;
  }

  .panel-content-1000{
    height: 1000px !important;
  }
  
  .composer_sec_loading{

    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background-color: #f6f7f8bb;
    background: linear-gradient(to right, #eeeeee84 8%, #bbbbbb44 18%, #eeeeee50 90%);
    background-size: 800px 104px;
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
  }

  .accordion-body{
    position: relative;
  }


  .panel {
    border-radius: 4px;
    margin-bottom: 20px;
  }
  .panel-with-border {
    border: 1px solid #e2dddd36;
  }
  /* Custom panel header styles */
  .panel .panel-heading {
    /* border: 1px solid #ddd; */
    background: #d3d3d329;
    padding: 12px 15px;
  }
  
  .panel-heading-with-background {
    background-color: #f5f5f5;
    font-weight: bold;
    border: 0px solid !important;
  }
  
  .panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }
  
  /* Custom panel body styles */
  .panel .panel-body {
    padding: 15px;
    background: #f2f3f55e;
  }

  .panel-heading > .p-with-cl{
    color: #5d5b5b !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: normal;
  }

  .panel-body {
   transition: display 0.2s ease-out;
  }

  .panel-body-close {
    display: none;
   } 
  .panel-at-top{
    margin-top: -16px;
  }
    
  .top-padding-20{
    padding-top:20px
  }

  .td-no-border{
    border-top: 0px !important;
  }

  .width-400{
    width: 400px !important;
  }

  #editor{
    height: auto;
    background: #f2f3f55e;
    border: 0px !important;
  }

  .article_button{
    float: right;
    width: 250px;
  }

  .fa{
    margin-right: 10px;
  }

  .nav-item{
    cursor: pointer;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #fafcfd !important;
  }

  .table > tbody > tr:hover{
    background: #f6f6f8;
  }

  .seo_h{
    color: #757575 ;
  }


  .seo_h_blue{
    color: #2806be !important ;
  }

  .seo_h_green{
    color: #35b50a  !important;
  }

  .seo_points{
    font-weight: bold;
    background: #4b5052;
    border-radius: 5px;
    padding: 0px 8px;
    color: white;
    cursor: pointer;
    position: absolute;
    right: 52px;
}

  .seo_p{
  color: rgba(0,0,0,.8) !important;
  font-size: 1.25rem !important;
  }

  .seo_item{
   

    padding-bottom: 10px;
    padding-top: 10px;
  }

  .seo_item_border{
    border-bottom: 1px solid rgba(0,0,0,.1);
  }

  .accordion{
    cursor: pointer;
  }


  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
  }
  label, th{
    color: #3C3C6A;
    font-weight: bold;
  }
  
  #overlay-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
  }
  #spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(0,174,239,.15);
    border-right:6px solid rgba(0,174,239,.15);
    border-bottom:6px solid rgba(0,174,239,.15);
    border-top:6px solid rgba(0,174,239,.8);
    border-radius:100%;
 }


 .small_spinner_div{
  position: relative;
  width: 30px;
  height: 30px;
 }

 .small_common_spinner {
  position: absolute;
  height:30px;
  width:30px;
  margin:0px auto;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left:6px solid rgba(0,174,239,.15);
  border-right:6px solid rgba(0,174,239,.15);
  border-bottom:6px solid rgba(0,174,239,.15);
  border-top:6px solid rgba(0,174,239,.8);
  border-radius:100%;
}

.topical_map_summary{
  font-size: 15px;
  color: #5b5757;
  padding: 0.375rem 0.75rem;
}

.topical_map_section{
  padding: 21px;
}


.section_component{
  padding: 15px;
}

.section_action{
  margin-top: 20px;
}

.section_action .right{
  float: right;
}

.keyword_span{
  margin-right: 5px;
}

.keyword_span_selected{
  background: yellow;
}

.right{
  float: right;
}

.margin-right{
  margin-right: 10px;
}
.margin-top{
  margin-top: 10px;
}

.section_action .space{
  margin: 0px 5px;
}
.section h4{
  color: #736da3;
}


.bullet_label{
  padding-top: 8px;
}

.article_nav{
  position: absolute;
    top: 0px;
}

.account_action{
  padding-top: 10px;
  border-top: 1px solid #d3d3d366;

}
.rightMargin{
  margin-right: 10px;
}

.menuDivider{
  position: absolute;
  width: 180px;
  height: 1px;
  background: #1111305c;
  top: 355px;
  left: 20px;
}
.bg-secondary{
  margin-right: 5px;
  background-color: #111130 !important;
}

.upload_link{
  cursor: pointer;
    color: yellow;
    font-weight: bold;
}

.articleMenu{
  top: 300px;
}

.articleMenu li > a{
  font-size: 20px !important;
}

.ql-toolbar.ql-snow {
  border: 0px;
}

.ql-toolbar.ql-snow {
  border: 0px !important;
}

.ql-container.ql-snow {
  border: 0px !important;
}

.sub_section{
  margin-bottom: 25px;
}

.section{
  margin-bottom: 20px;
  background: #ffffffa1;
  border: 1px solid #e9e9e9;
  border-radius: 2px;
}

.sticky_bottom{
  position: fixed;
    width: 100%;
    bottom: 0;
    background: #f9f9f9;
    border-top: 1px solid #e5e2e2;
    left: 0px;
    padding: 10px 50px 10px 240px;
    z-index: 100;
}

.sticky_button{
  background: transparent !important;
  color: #111130 !important;
  border: #111130 2px solid !important;
  font-weight: bold;
}

.fixedElement{
  position: relative;
}
.table td, .table th{
  border: 0px
}
.block_link{
  display: block;
  margin-bottom: 5px;
}


.ql-cursor {
  background-color: red; /* Change cursor background color */
  color: white; /* Change cursor text color */
  border: 1px solid black; /* Add a border around the cursor */
  /* Other cursor styles */
}

.ui-sortable{
  padding-inline-start: 0px;
}

.ui-sortable > li{
  display: block;
  cursor: row-resize;
  margin-bottom: 25px;
  padding: 15px;
}

.ui-sortable > li > .row > .action{
  display: -webkit-inline-box;
  display: -webkit-box;
}


.ui-sortable > li > .row > input:focus {
  border: none;
  outline: none;
}

.ui-sortable > li > .row > input {
  border: none;
  background: transparent;
}

.ui-sortable > li  .table td, .table th{
  border-top: 0px
}

.ui-sortable > li .section_hd_edit{
  font-weight: bold;
}



.ui-sortable > li .section_des{
  padding: 0.375rem 0.75rem;
  display: block;
  color: #383434;
}

.ui-sortable > li .section_hd{
  width: 80%;
  display: inline-block;
}

.ui-sortable > li .section_sel{
  float: right;
}

.ui-sortable > li .sections{
  margin-bottom: 15px;
}



.ui-sortable > div{
  display: block;
  cursor: row-resize;
  margin-bottom: 25px;
  padding: 15px;
}

.ui-sortable > div > .row > .action{
  display: -webkit-inline-box;
  display: -webkit-box;
}


.ui-sortable > div > .row > input:focus {
  border: none;
  outline: none;
}

.ui-sortable > div > .row > input {
  border: none;
  background: transparent;
}

.ui-sortable > div  .table td, .table th{
  border-top: 0px
}

.ui-sortable > div .section_hd_edit{
  font-weight: bold;
}


.ui-sortable > div .section_des{
  padding: 0.375rem 0.75rem;
  display: block;
  color: #383434;
}

.ui-sortable > div .section_hd{
  width: 65%;
  display: inline-block;
}

.ui-sortable > div .section_sel{
  float: right;
}

.ui-sortable > div .sections{
  margin-bottom: 15px;
}

.new_span{
  position: absolute;
  left: -11px;
  top: -3px;
  background: #efef12;
  font-size: 9px;
  padding: 0px 11px;
  color: #a63131;
  border: solid 1px #ddd5d5;
  border-radius: 35px;
  font-weight: bold;
}

.ui-not-sortable{
  padding-inline-start: 0px;
}

 .ui-not-sortable > li{
  display: block;
    cursor: row-resize;
    margin-bottom: 25px;
    padding: 15px;
}

.ui-not-sortable > li > .row > .action{
  display: -webkit-inline-box;
  display: -webkit-box;
}


 .ui-not-sortable > li > .row > input:focus {
  border: none;
  outline: none;
}

.ui-not-sortable > li > .row > input {
  border: none;
  background: transparent;
}

.ui-not-sortable > li  .table td, .table th{
  border-top: 0px
}

 .ui-not-sortable > li .section_hd_edit{
  font-weight: bold;
}


.ui-not-sortable > li .section_des{
  padding: 0.375rem 0.75rem;
  display: block;
  color: #383434;
}

.ui-not-sortable > li .section_hd{
  width: 90%;
  display: inline-block;
}

.ui-not-sortable > li .section_sel{
  float: right;
}

.ui-not-sortable > li .sections{
  margin-bottom: 15px;
}


.selected_h2_div{
  display: block;
}
.selected_h2_div > span{
  display: inline-block;
  position: relative;
}

.selected_h2_div > .handle{
  position: relative;
  float: right;
  display: inline;
}

.handle > select{
  display: inline;
}

.handle > a{
  display: inline;
}


#overflow{
  overflow-y: scroll;
  height: 85%;
  margin-bottom: 20px;
}

#meta_edit{
  border-radius: 0px;
}

#meta_edit_count{
  display: block;
  background: #ced4da;
  padding: 5px;
  color: gray;
}


.ql-editor > p {
  margin-bottom: 10px !important;
}

.white_section{
  background: white !important;
}

.main_panel{
  padding: 40px 10px;
}

.chat_gpt_section_overview{
  font-style: italic;
  color: #565555;
  background: #f6f6f6b3;
  padding: 10px 20px;
  resize: none; 
  overflow: hidden; 
  min-height: 50px;
}

.btn_transparent{
  color: #111130;
  background: transparent;
  border: 2px solid #11113012;
  font-weight: bold;
}


.accordion-footer{
  padding: 10px 20px;
  background: #11113012;
}

.topical_map_cat_summary{
  color: #3c3c6ae0;
  padding: 15px 2px;
  margin-bottom: 0px;
}
.page_sub_title{
  font-size: 20px;
    color: #3a1b46;
}
.btn_transparent:hover{
  border: 2px solid #111130;
}


.ql-editor ol > li, .ql-editor ul > li {
  font-size: 18px;
}

#editor > .accordion-item .accordion-button {
  font-size: 28px;
  color: #111130;
}

#editor > .accordion-item {
  border: 0px;  
  margin-bottom: 20px;
}

#editor > .accordion-button:not(.collapsed) {
  background-color: white;
  box-shadow: unset;
}

.page_title_panel{
  margin-bottom: 10px;
    padding: 14px 28px;
}

.preview_mode > h1{
  margin-bottom: 41px;
  border-bottom: 1px solid lightgray;
  padding-bottom: 25px;
  font-size: 36px;
}


.accordion-button:not(.collapsed) {
  background-color: transparent;
}


element.style {
}
button:focus:not(:focus-visible) {
    outline: 0;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
}
.accordion-button:focus {
  border-color: transparent;
}

#seo  .accordion-button{
  font-weight: bold;
    font-size: 20px;
}
 @-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
 }
 @-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
 }
 @-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
 }
 @keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
 }
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
    border-right: 1px solid #111130;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    /* position: absolute;
    margin-right: -220px; */
}
.logo {
  width: 100%;
  position: absolute;
  top: 0px;
  padding: 10px;
}
.logo > img {
  width: 100%;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.navbar {
  padding: 0;
}

.sidebar-nav {
    position: absolute;
    top: 90px;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-right{
  float: right;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li a:hover{
  color: rgb(87, 136, 155) !important;
}


.sidebar-nav li a {
  display: block;
  color: #111130;
  text-decoration: none;
  padding: 10px 15px 22px 30px;
  font-size: 30px;
}



.sidebar-header {
    font-size: 20px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.sidebar-brand {
    height: 65px;
    position: relative;
    background:#274059;
    padding: 1em;
}
.sidebar-brand a {
    color: #ddd;
}
.sidebar-brand a:hover {
    color: #fff;
    text-decoration: none;
}
.dropdown-header {
    text-align: center;
    font-size: 1em;
    color: #ddd;
    background:#212531;
    background: linear-gradient(to right bottom, #2f3441 50%, #212531 50%);
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.dropdown-menu.show {
    top: 0;
}
/*Fontawesome icons*/
.nav.sidebar-nav li a::before {
    font-family: fontawesome;
    vertical-align: baseline;
    display: inline-block;
    padding-right: 5px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
  background-color:  #3C3C6A;
  color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 340px;
}

.modal-content  label{
  color: #ffffff;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.ui-sortable-helper{
  border: 1px solid black;
}
.form-group{
  margin-bottom: 50px;
}

.edit_h2{
  font-size: 30px;
}

.edit_h3{
  font-size: 25px;
  padding: 0px 12px;
  margin-bottom: 0px;

}

.ql-editor > p{
  font-size: 18px;
}

.bg-primary {
  background-color: #111130;
}

.bg-primary > li {
  color: #111130;
}

.bg-primary > li > button.active {
  color: #111130;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -800px 0
  }
  100% {
    background-position: 800px 0
  }
}

.animated-background {
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #bbbbbb59 18%, #eeeeeeed 90%);
  background-size: 800px 104px;
  min-height: 100px;
  position: relative;
}

.signup_login{
  width: 30rem;
  padding: 30px;
}
.signup_login  .card-title {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d3d36b;
  padding-bottom: 20px;
  font-size: 32px;
}

.signup_login .link{
  color: #285a93;
  cursor: pointer;
  text-decoration: none;
}


.navbar-expand-lg .navbar-nav .dropdown-menu.show {
  right: 0px !important;
  left: auto !important;
  top: 40px !important;
}

.ql-editor h4 {
  font-size: 23px !important;
}

.complete_keyword{
  background: green;
  color: white;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
}

.ql-editor h5 {
  font-size: 18px !important;
}

.pointer{
  cursor: pointer;
}

.label_desc{
  color: #3C3C6A;
  display: block;
  font-size: 15px;
  font-style: italic;
}

#language_switch{
  position: absolute;
  width: 97%;
}
.explain-text{
  padding: 16px 3px;
  color: #cbc9c9;
}
