.all-main-controller{
   width: 98%;  
   display: flex;
   /*height: 100vh;*/
   margin: auto auto 50px 0;
   justify-content: center;
}
.left-main-controller{
    width: 18%;
    height: 100%;
    min-height: 100%;
    padding: 18px;
    margin: 0 10px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 99999999;
    background-color: #0b2239;
}
.right-main-controller{
    width: 78%;
    background-color: var(--boxes-bg-opacity);
    border-radius: var(--border-radius-size);
    padding: 0 15px 15px;
}
.sm_class_mod {
    font-size: inherit !important;
}
/* MAIN PAGE STYLES  END */
.versions-controller {
    width: 96%;
    height: 100%;
    display: flex;
    margin: auto;
    margin-bottom: 50px;
    justify-content: center;
}
.right-controller {
    width: 70%;
    background-color: var(--boxes-bg-opacity);
    border-radius: var(--border-radius-size);
    padding: 15px;
    min-height: 0;
    margin-top: 10px;
}
.left-controller {
    width: 20%;
    height: 100%;
    background-color: var(--boxes-bg-opacity);
    max-height: 100%;
    min-height: 100%;
    padding: 10px;
    margin: 10px 10px 0 0;
    border-radius: var(--border-radius-size);
}
@media (max-width:768px){
  .right-controller{
    width: 90%;
  } 
  .left-controller{
    display: none;  
  }
}
.box-details{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}
.sub-box-details{
    padding: 10px;
    margin: 10px;
    flex-basis: 100%;
    background: var(--boxes-bg);
    border-radius: var(--border-radius-small-size);
    box-shadow: var(--main-box-shadow);
}
.display_flex_data{
    display: flex;
    justify-content: center;
    align-items: center;
}
.full_alone_box{
    width: 95%;
    margin: auto;
    background: var(--boxes-bg);
    border-radius: var(--border-radius-small-size);
    padding: 10px;
    box-shadow: var(--main-box-shadow);
}
.input_data_styler{
    border-radius: 5px !important;
    margin:auto !important;
}
.input_copier_data{
    float: right;
    font-size: 20px;
    margin-top: -14px;
    cursor: pointer;
}
.topic_modifier{
    margin-left: 40px;
}
.header-controller{
    height: auto;
    width: 96%;
    padding-bottom: 20px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.sidebar_sub_cont{
    line-height: 33px;
}
.sidebar_sub_cont i, .sidebar_sub_cont a{
    color: #d4dae7;
}
.sidebar_sub_cont a{
    text-decoration: none;
}
.sidebar_sub_cont i{
   margin-right: 5px;
}
.sidebar_sub_cont p:hover{
   background-color: var(--main-font-color);     
   padding: 1px 10px;
   margin-left: -10px;
   border-radius: 5px;
}
 .menu_op_and_closer{
     display: none;
 }
 .sub_sidebar_btn_closer{
    font-size: 28px;
    position: fixed;
    color: #fe8508;
    margin: 18px;
    z-index: 999999999;
    cursor: pointer;
    left: 37%;
    top: 6%;
    display: none;
 }
.sub_sidebar_btn_opener {
    cursor: pointer;
    font-size: 20px;
    position: fixed;
    background: var(--unique-bg-color);
    padding: 5px 20px;
    left: -11px;
    border-radius: 0 10px 10px 0;
    z-index: 99;
    top: 30px;
}
@media (max-width:950px){
  .sidebar_text {
    display: none;
}
.left-main-controller{
    width: 5%;
  }
 .right-main-controller{
    width: 85%;
  }
}
@media (max-width:700px){
  .sidebar_text {
    display: inline;
}
.left-main-controller{
    width: 40%;
    display: none;
    position: fixed;
    left: 0;
  }
 .right-main-controller{
    width: 96%;
  }
 .menu_op_and_closer{
     display: block;
 }
 .box-details{
     display: block;
  }
}
@media (max-width:320px){
.left-main-controller{
    width: 75%;
  }
  .sub_sidebar_btn_closer{
      left: 70%;
  }
}
.active_url{
    padding: 1px 10px;
    margin-left: -10px;
    width: 106%;
    background-color: var(--main-font-color);
    border-radius: 5px;
}
.active_url a{
    color: var(--main-font-color);
}
.sidebar_text {
    color: #d4dae7;
}
.box-details ul{
    line-height: 30px;
}
.main-previewer{
    margin-top: -45px;
    padding-top: 45px;
}
.playground_code{
    background-color: #26303e !important;
    max-height: 500px;
    overflow-x: auto;
}
.extra_flex_styler{
    display: flex;
    flex-basis: auto;
    align-items: center;
    justify-content: space-around;
}
@media (max-width:550px){
 .c_o_small{
     display: block;
     text-align: center;
 }
}
.note-displayer{
    font-size: 20px;
    width: 65%;
    text-align: center;
    padding: 25px;
    line-height: 40px;
    margin-left: 20px;
    border-radius: var(--border-radius-size);
    background-color: var(--boxes-bg-opacity);
}
.code-displayer{
    padding: 10px;
    background: #26303e;
    color: var(--topic-color); 
    box-sizing: border-box;
    max-width: 500px;
    width: 90%;
    border-radius: 8px;
    margin: 0 15px;
    line-height: 35px;
    height: auto;
    box-shadow: var(--main-box-shadow);
}
@media (max-width:768px){
  .header-controller{
    display: block;
  } 
  .code-displayer{
    margin: 10px auto auto;  
  }
  .note-displayer{
    margin: auto;
    font-size: 20px;
    width: 90%;
    text-align: center;
    padding: 10px;
    line-height: 42px;
  }
}
.note-displayer ul, .sub-box-explainer ul{
    list-style-type:none;
    text-align: left;
  }
@media (min-width:1200px){
.note-displayer ul{
    margin-left: 150px;
  }
}
 .header-text-holder {
    line-height: 45px;
    font-size: 40px;
    font-weight: 700;
}
 .text-to-inform {
	 color: #9999ff;
}
.main-api-result-name{
  color: #35e08c; /* #2ef38f;*/
}
.browser-blink-controller div{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.browser-blink-controller div:nth-child(1){
    background: #f76460;
}
.browser-blink-controller div:nth-child(2){
    background: #ffd700;
}
.browser-blink-controller div:nth-child(3){
    background: #1ccf37;
}
.pricing-bg-controller{
    padding: 15px 0 2px;
}
.main_topic{
    text-align: center;
    font-size: 26px;
    padding: 0 0 5px;
}
.main-box-explainer{
    margin: auto;
    width: 96%;
    position: relative;
    justify-content: center;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-flex-wrap: wrap;
    padding: 5px;
    box-sizing: border-box;
}
.sub-box-explainer{
    display: table;
    position: relative;
   /* box-shadow: var(--main-box-shadow);*/
    border-radius: 10px;
    margin: 5px;
    width: auto;
    background-color: var(--boxes-bg-opacity);
}
.sub-box-explainer h3{
    text-align: center;
}
.previewing-data i{
    text-align: center;
    display: block;
    margin: 10px auto;
    line-height: 20px;
    background-color: var(--error-bg);
    font-size: 20px;
    padding: 10px;
    width: 20px;
    height: 20px;
    color: var(--main-theme-color);
    border-radius: 50%;
}
.pricing-data i{
    background-color: var(--green-code-editor);;
    color: #09725f;
    padding: 4px;
    width: 14px;
    height: 14px;
    font-size: 13px;
    text-align: center;
    border-radius: 50%;
}
.sub-box-explainer p{
    padding: 0 10px;
}
.pricing-header-styler{
    background: #528cf5;
    color: var(--background-color);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 7px;
    font-weight: 600;
    font-size: 20px;
    height: 90px;
}
.pricing-header-circle{
    background: var(--background-color);
    position: absolute;
    padding: 18px 10px 0px;
    border: 10px solid #528cf5;
    border-radius: 50%;
    color: var(--main-font-color);
    text-align: center;
    width: 80px;
    height: 80px;
    left: calc(50% - 58px);
    top: 14%;
}
.pricing-header-circle sup{
    font-size: 16px;
}
/*.pricing-header-circle span:nth-child(2){
    font-size: 26px;
}*/
.pricing-header-circle span:nth-child(3){
    font-size: 12px;  
    display: block;
    padding: 6px;
}
/*.sub-box-explainer button{
    text-shadow: 0px 4px 3px rgb(0 0 0 / 40%), 0px 8px 13px rgb(0 0 0 / 10%), 0px 18px 23px rgb(0 0 0 / 10%);
}*/
.sub-box-explainer:nth-child(1) button{
     background: #528cf5;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(2) .pricing-header-styler, .sub-box-explainer:nth-child(2) button{
     background: #f74a4a;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(2) .pricing-header-circle{
    border: 10px solid #f74a4a;
}
.sub-box-explainer:nth-child(3) .pricing-header-styler, .sub-box-explainer:nth-child(3) button{
     background: #a570d9;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(3) .pricing-header-circle{
    border: 10px solid #a570d9;
}
.sub-box-explainer:nth-child(4) .pricing-header-styler, .sub-box-explainer:nth-child(4) button{
     background: #2ef38f;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(4) .pricing-header-circle{
    border: 10px solid #2ef38f;
}
.sub-box-explainer:nth-child(5) .pricing-header-styler, .sub-box-explainer:nth-child(5) button{
     background: #efb53b;  
     box-shadow: none;
}
.sub-box-explainer:nth-child(5) .pricing-header-circle{
    border: 10px solid #efb53b;
}
.sub-box-explainer:nth-child(6) .pricing-header-styler, .sub-box-explainer:nth-child(6) button{
     background: #59c0f1;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(6) .pricing-header-circle{
    border: 10px solid #59c0f1;
}
.sub-box-explainer:nth-child(7) .pricing-header-styler, .sub-box-explainer:nth-child(7) button{
     background: #6e00ff;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(7) .pricing-header-circle{
    border: 10px solid #6e00ff;
}
.sub-box-explainer:nth-child(8) .pricing-header-styler, .sub-box-explainer:nth-child(8) button{
     background: #B7F15A;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(8) .pricing-header-circle{
    border: 10px solid #B7F15A;
}

.sub-box-explainer:nth-child(9) .pricing-header-styler, .sub-box-explainer:nth-child(9) button{
     background: #ff6640;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(9) .pricing-header-circle{
    border: 10px solid #ff6640;
}
.sub-box-explainer:nth-child(10) .pricing-header-styler, .sub-box-explainer:nth-child(10) button{
     background: #098c83;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(10) .pricing-header-circle{
    border: 10px solid #098c83;
}
.sub-box-explainer:nth-child(11) .pricing-header-styler, .sub-box-explainer:nth-child(11) button{
     background: #09568c;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(11) .pricing-header-circle{
    border: 10px solid #09568c;
}
.sub-box-explainer:nth-child(12) .pricing-header-styler, .sub-box-explainer:nth-child(12) button{
     background: #0037ff;   
     box-shadow: none;
}
.sub-box-explainer:nth-child(12) .pricing-header-circle{
    border: 10px solid #0037ff;
}
.sub-box-explainer:nth-child(13) .pricing-header-styler, .sub-box-explainer:nth-child(13) button{
     background: #2b8ded;
     box-shadow: none;
}
.sub-box-explainer:nth-child(13) .pricing-header-circle{
    border: 10px solid #2b8ded;
}
@media (min-width:1650px){
 .sub-box-explainer{
    width: 15%;
  } 
}
@media (max-width:1650px){
 .sub-box-explainer{
    width: 19%;
  } 
}
@media (max-width:1150px){
 .sub-box-explainer{
    width: 23%;
  } 
}
@media (max-width:850px){
 .sub-box-explainer{
    width: 30%;
  } 
}
@media (max-width:682px){
 .sub-box-explainer{
    width: 47%;
  } 
}
@media (max-width:470px){
 .sub-box-explainer{
    width: 82%;
  } 
}
@media (max-width:366px){
 .sub-box-explainer{
   width: 90%;
  } 
}
/*.sub-box-explainer:hover{
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}*/
.pricing_plan_boxes{
    text-align: center;
    margin: auto auto 30px;
}
.monthly-box, .semiannually-box, .annually-box, .biennially-box, .triennially-box{
    margin-right: 10px;
    display: inline-block;
    opacity: .5;
}
.annually-box{
opacity: 1;
}/*
.monthly-box, .semiannually-box, .annually-box, .biennially-box, .triennially-box{
    display: inline-block;
    padding: 10px 15px;       
    border-radius: 10px;
    cursor: pointer;   
}*/
.monthly-box:hover, .semiannually-box:hover,.annually-box:hover, .biennially-box:hover, .triennially-box:hover{
    opacity: 0.5;
}
.save-info-displayer{
    padding-top: 70px;
    text-align: center;
    color: var(--main-link);
}
.save-info-displayer span{
    border: 1px solid;
    padding: 5px 15px;
    border-radius: 25px;
}
.useful-data-displayer{
    color: var(--main-font-color);
    box-shadow: none;
    background-color: var(--boxes-bg-opacity);
}
.api-result{
    color: #c297eb;
    height: 500px;
    overflow-x: hidden;
    margin: auto;
}
.no_bg_box{
    background-color: transparent;
}