	/* Fonts */
    @font-face {
        font-family: OpenSans-Regular;
        src: url("assets/fonts/OpenSans-Regular.ttf");
      }
    @font-face {
        font-family: OpenSans-Bold;
        src: url("assets/fonts/OpenSans-Bold.ttf");
      }

      @media print { body { display:none } }

    body {
        font-family: OpenSans-Regular;
        background-color: #FFFAF6 !important;
    }
    /* Fonts */
    
    @media (min-width: 1200px) {
        .container {
            width: 100% !important;
            padding: 0 20px;
        }
    }
	button{
		display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    -ms-touch-action: manipulation;
	    touch-action: manipulation;
	    cursor: pointer;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    -ms-user-select: none;
	    user-select: none;
	    background-image: none;
	    border: 1px solid transparent;
	    border-radius: 4px;
	    /* color: #000; */
    	border-color: #2e6da4;
	}
    .container.content {
        width: 100% !important;
        background-color: #FFFAF6 !important;
    }
    .introduction-row{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        position: relative;
        background: linear-gradient(132deg, #005BBF 4.47%, #036 100%);
        padding: 30px 0;
        z-index: 1;
        height: fit-content !important;
    }

    .introduction-row::after {
        content: '';
        display: block !important;
        position: absolute;
        inset: 0;
        background-image: url('/assets/images/curve-shape.svg');;
        background-repeat: repeat-y;
        background-size: cover;
        background-position: top left;
        z-index: -1;
    }
    .introduction-row .title {
        font-family: 'OpenSans-Bold';
        color: #fff;
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 30px;
        position: relative;
    }
    .introduction-row .title::before {
        content: "";
        position: absolute;
        bottom: -10px;
        height: 2px;
        background-color: #F2873A;
        width: 150px;
    }
    .introduction-row p {
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-size: 18px;
        line-height: 30px;
        text-align: justify;
    }
    .introduction-row > div {
        flex: 1 1 400px;
    }
    /* .title::after {
        content: '';
        position: absolute;
        top: 23%;
        left: 12px;
        background: #F2873A;
        width: 150px;
        height: 2px;
        border-radius: 15px;
        margin-top: 5px;
    } */

    .introduction-row .intro-img{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        /* width: auto !important; */
        vertical-align: middle;
        transition: 0.2s all ease;
    }
    .intro-img > img {
        height: 330px;
    }
    .introduction-row .intro-img img {
        /* width: 100%; */
    }
	#keyboard, #gujarati_keyboard{
        margin: 0;
        padding: 20px;
        list-style: none;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px 0;
        border-radius: 0 0 10px 10px ;
        border: 1px solid #eaeaea;
	}

    #keyboard li , #gujarati_keyboard li {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #181A1F;
        font-family: 'Inter', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        background: #ffeddf;
        border-radius: 5px;
        width: 42px;
        height: 42px;
        transition: .3s linear;
    }
    .capslock, .tab, .left-shift {
        clear: left;
    }
    .keboard_mob_view {
        width: 100% !important;
    }
    .decstop_view{
        padding: 30px 0;
        display: flex;
        flex-wrap: wrap;
        border-radius: 0 0 10px 10px;
        background: #fff;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.075);
        border: 1px solid lightgrey;
    }
    #keyboard .tab, #keyboard .delete, #keyboard .return, 
    #gujarati_keyboard .tab, #gujarati_keyboard .delete, #gujarati_keyboard .return{
        width: 96px !important;
        background-color: #e7e7e7;
        border-color: #2e6da4;
    }
    #keyboard .tab:hover, #keyboard .delete:hover, #keyboard .return:hover, 
    #gujarati_keyboard .tab:hover, #gujarati_keyboard .delete:hover, #gujarati_keyboard .return:hover {
        color: #131186;
        border-color: #000;
        font-size: 14px;
        font-weight: 800;
    }
    #keyboard .capslock, #gujarati_keyboard .capslock {
        width: 80px;
    }
    #keyboard .return, #gujarati_keyboard .return{
        width: 77px;
    }
    #keyboard .left-shift, #gujarati_keyboard .left-shift{
        width: 95px;
    }
    #keyboard .right-shift, #gujarati_keyboard .right-shift {
        width: 109px;
    }
    /* .lastitem {
        margin-right: 0;
    } */
    .uppercase {
        text-transform: uppercase;
    }
    #keyboard .space, #gujarati_keyboard .space {
        clear: left;
        width: 324px;
        background-color: #e7e7e7;
        border-color: #2e6da4;
    }
    #keyboard .space:hover, #gujarati_keyboard .space:hover {
        color: #131186;
        border-color: #000;
        font-size: 14px;
        font-weight: 800;
    }
    .on {
        display: none;
    }
    .nav-tabs>li>a.active {
        background-color: #F2873A !important;
        color: #fff;
    }
    .nav-tabs>li>a.active:hover {
        background-color: #F2873A !important;
        color: #fff;
    }
    .nav-tabs>li>a:hover {
        /* background-color: #693c8f ; */
        color: #F2873A;
    }
    #keyboard li:hover, #gujarati_keyboard li:hover{       
        cursor: pointer;
        background-color: #F2873A;
        color: #fff;
    }
   
    
    span#guj-label,
    span#hin-label {
        font-size: 25px;
        font-weight: 600;
        text-align: center;
        font-family: 'OpenSans-Bold';
    }
    @media screen and (max-width: 480px) {
        span#guj-label,
        span#hin-label {
            color: white;
        }
    }
    .gujrati-btn, .sanskrut-btn{
        /* font-size: 14px; */
        float: right;
        /* background-color: #693c8f; */
        color: #303030;
        font-weight: bold;
        letter-spacing: 1px;
        transition: 0.3s;
        
    }
    .gujrati-btn:hover, .sanskrut-btn:hover {
        color: #F2873A;
    }
    .gujrati-btn:active {
        
        background-color: #F2873A !important;
        color: white; 
    }
    .tab-content>.active {
        display: block;
        padding: 30px;
        background-color: #003366;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
    }
    
    .form-control, .form-select {
        border: 1px solid #E4E4E4 !important;
        border-radius: 10px !important;
        background-color: #fff !important;
        padding: 10px 15px !important;
        color: #181A1F !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        line-height: 30px !important;
        box-shadow: none !important;
    }
    input[type="text"] {
        font-family: "Inter", sans-serif !important;
        font-style: normal !important;
        box-shadow: none !important;
        outline: none !important;
    }
    #ul li:first-child{
        margin-right: 8px;
    }

    .nav-tabs>li>a:hover {
        background-color: transparent;
        border: none;
    }
    #ul a {
        border-radius: 50px;
        text-align: center;
        text-decoration: none;
        border: none;
    }
    .nav-tabs{
        /* width: 30%; */
        background-color: white;
        border-radius: 50px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding: 0;
        width: fit-content;
    }

    .nav-tabs>li{
        /* width: 100%; */
        border-radius: 50px;
    }
    .nav-tabs>li>a{
        width: 100%;
        margin-right: 0;
        color: #303030;
    }

    .nav-tabs>li>a:hover{
        background-color: transparent !important;
    }
    .guj-keyboard {
        text-align: center;
    }
    .keyboard-actions {
        list-style: none;
        width: 50%;
        height: 100px;
        margin: 0 auto;
        padding: 0;
    }
    li.symbol.enter {
        width: 71px !important;
    }
    li.symbol.enter .off {
        vertical-align: middle;
    }
    #keyboard .key-row, #gujarati_keyboard .key-row{
        /* width: 100%;
        height: 40px;
        margin: 0 auto; */
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap !important;
        gap: 15px !important;
    }
    span.tab, .delete, .return {
    background-color: white;
    color: black;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    }
    .gujarati-wrapper, .sanskrit-wrapper {
        width: 100%;
        background: #ffeddf;
        padding: 10px 20px;
        border-radius: 10px 10px 0 0;
        border: 1px solid #eaeaea;
        color: #003366;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0;
    }
    .guj-keyboard li.light-grey,
    .hin-keyboard li.light-grey{
        background-color: #ffe5f0 !important;
    }
    .guj-keyboard li.light-blue,
    .hin-keyboard li.light-blue {
        background-color: #ead1ff !important;
    }
    /* >>>Recent Searches<<< */
    .recent-searches-wrapper, .most-searches-wrapper,
    .sanskrit-words-wrapper, .gujrati-words-wrapper {
        border-radius: 10px;
        border: 1px solid #F8F8F8;
        background: #fff;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.075);
        padding: 20px;
        border: 1px solid #eaeaea;
        margin-bottom: 30px;;
    }

    .sanskrit-words-wrapper, .gujrati-words-wrapper {display: none;}
    .recent-searches-wrapper h2,
    .most-searches-wrapper h2,
    .sanskrit-words-wrapper h2,
    .gujrati-words-wrapper h2  {
        color: #003366;
        font-size: 20px;
        font-weight: 600;
        line-height: normal;
        margin: 0 0 15px ;
    }
    /* >>>Recent Searches<<< */

    .g_title{
    font-size:12px;
    color: #337ab7;
  }
  .g_value{
    font-size:12px;
  }

   .search-wrapper {
    display: flex;
}

div#book-table_wrapper{
    width: 100% !important;
}

table#book-table {
    width: 100% !important;
    border: 1px solid lightgrey;
}
table#book-table thead tr th {
    background-color: #003366;
    color: #fff;
    border-bottom: none;
    border-radius: 0 !important;
}
@media screen and (max-width: 480px) {
    .search-wrapper {
        display: block;
    }
    .search-wrapper select {
        margin: 10px;
        padding: 10px;
    }
    .search-btn {
        padding: 10px;
    }
}

.search-btn{
    margin-left: 10px;
    border: none;
    font-weight: bold;
    background-color: #EAD1FF;
	transition: 0.3s;
	padding: 0 35px;
}

.search-btn:hover {
    color: white;
    background-color: #693C8F;
}

.word{
    color:black;
}

.error_class
{
    color: red;
}

.error_msg
{
    color: red;
    font-weight: bold;
    margin-left: 34%;
    margin-bottom: 1%;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;   /* prevent horizontal scrollbar */
    overflow-x: hidden; /* add padding to account for vertical scrollbar */
    z-index:1000 !important;
}

.word_table{
    width: 50% !important;
    text-align: center;
    margin-left: 25%;
}

#show_keyboard
{
    display: none;
}

@media (max-width: 540px){
    #container{
        width: 100%;
    }
    .logo {
        height: 60px;
    }
    a.navbar-brand {
        height: unset;
        padding: 0;
    }
    .navbar-toggle{
        margin-top: 16px !important;
    }
    #keyboard .key-row, #gujarati_keyboard .key-row{
		width: 80%;
		clear:both;
	}
	
	#keyboard li, #gujarati_keyboard li{
		float: left;
		margin: 7px;
		width: 10%;
		height: 28px;
		line-height: 20px;
	}
    .guj-keyboard .key-row li{
        margin: 8px !important;
    }  
        /*  --keyboard--  */
    .sanskrut-btn, .gujrati-btn {
        margin: 0 auto;
        font-size: 15px;
        width: 50%;
    }

    button#show_keyboard {
        margin: 0 auto;
    }
     button#hide_keyboard {
		margin: 0 auto;
		display: block;
    }

    span#guj-label, span#hin-label{
        margin: 10px;
    }
    
    .gujarati-wrapper, .sanskrit-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    .word_keyboard 
    {
        display: none;
    }
    #show_keyboard
    {
        display: block;
    }
        /* --keyboard-- */
} 

@media screen and (min-width:375px) and (max-width:575px) {
    .nav-tabs {
        border-radius:10px;
    }
    #ul li{
        width: auto;
    }
    #ul a {
        border-radius: 10px;
    }
}

@media (max-width:1115px) {
    .navbar-brand img {
        height: 70px;
    }
    .navbar-header button.navbar-toggle .icon-bar{
        transition-timing-function: cubic-bezier(.55,.055,.675,.19);
        transition-duration: 300ms;
        left: 0;
        top: 50%;
        display: block;
        background-color:#FF6600;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px){
	#container {
		margin: 10px auto;
		width: 100%;
        text-align: center;
        padding: 0 !important;
	}
    #keyboard, #gujarati_keyboard{
        margin: 0 !important;
        padding: 10px;
    }
    .guj-keyboard .key-row li,
    .hin-keyboard .key-row li{
        margin: 1% !important;
        width: 7% !important;
    } 
    #keyboard .space, #gujarati_keyboard .space{
        clear: left;
        width: 300px;
    } 
    .word_keyboard 
    {
        display: none;
        padding: 0px !important;
    }
    #show_keyboard
    {
        display: block;
    }
    #show_keyboard, #hide_keyboard{
        background-color: #FFFAF6;
        border-color: #FF6600;
    }
    .nav-tabs {
        border-radius:10px !important;
    }
    #ul li {
        width: 100% !important;
    }
    #ul a {
        border-radius: 10px !important;
    }
    
    .search-btn{
        margin: 0;
    }
    .search-wrapper .search-btn{
        width:100%;
    }
    .tab-content>.active {
        padding:15px 15px 2px 15px;
    }
    .keboard_mob_view .row {
        margin: 0;
        width: 100%;
    }
    .sanskrut-btn, .gujrati-btn {       
        width: 155px;
    }
    a.navbar-brand {
        height: 50px;
        /* padding: 6px; */
    }
    .navbar-toggle{
        margin-top: 10px !important;
    }
   
    .word_keyboard 
    {
        display: none;
    }
    #show_keyboard
    {
        display: block;
    }

    .navbar-brand img {
        height: 45px;
        padding: 5px;
    }
   
}
/* @media (min-width: 321px) and (max-width: 480px) {
   
 } */




