/* chattri website-css*/
.head1 {
    background-color: mintcream;
    color: #434142;
    border-width: 3px;
    border-color: magenta;
    border-style: inset;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 3px;
    font-size: 14px;
    text-align: center;
}
body {
    background-color: black;
    color: white;
    font-style: italic;
    font-family: times new roman;
}
div {
    display: block;
}

.menu3 {
    border-left: lime solid 3px;
    font-weight: bold;
    border-right: lime solid 3px;
    border-top: lime solid 3px;
    border-bottom: lime solid 3px;
    background-color: mintcream;
    color: black;
    border-radius: 8px;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px pink;
    margin-top: 9px;
    margin-bottom: 9px;
    border: solid 3px#956f13;
    text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
    font-style: italic;
    text-align: center;
}

.live-result1 {
    background-color: #FAE6E9;
    color: black;
    font-weight: bold;
    font-size: 21px;
    font-family: 'Open Sans', sans-serif;
    border: orange solid 3px;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgb(216, 185, 71);
    border-radius: 4px;
    text-align: center;
    font-style: italic;
    padding: 1px;
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}
.table {
    width: 100%;
}

form {
    display: block;
    margin-top: 0em;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
input[type="text" i] {
    writing-mode: horizontal-tb !important;
    padding-block: 1px;
    padding-inline: 2px;
}
.login {
    background: #ffffff;
    color: black;
    border-width: 5px;
    border-style: double;
    border-color: deepskyblue;
    text-align: center;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}
.menu2 {
    border-left: lime solid 3px;
    font-weight: bold;
    border-right: lime solid 3px;
    border-top: lime solid 3px;
    border-bottom: lime solid 3px;
    background-color: mintcream;
    border-radius: 8px;
    font-style: italic;
    font-size: small;
    text-align: center;
    text-shadow: 1px 1px pink;
    margin-top: 9px;
    margin-bottom: 9px;
    border: solid 3px#956f13;
    text-shadow: 1px 1px 0 pink, 1px 5px 5px #aba8a8;
    font-style: italic;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.live-result {
    background-color: #FFC107;
    color: black;
    font-weight: bold;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif;
    border: orange solid 3px;
    margin-bottom: 5px;
    text-shadow: 1px 1px rgb(216, 185, 71);
    border-radius: 4px;
    text-align: center;
    font-style: italic;
    padding: 1px;
}
.btn-refresh {
    padding: 0.25rem 0.75rem;
    color: #fff;
    border-radius: 1rem;
    margin-top: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-size: 1.1rem;
}
.bg-1 {
    background: rgb(195,138,34);
    background: linear-gradient(0deg, rgba(195,138,34,0.9898809865743172) 0%, rgba(253,246,45,0.998284347918855) 100%);
    border: 1px solid #F7DC6F;
    box-shadow: 0 0 15px #000;
}
.bg-7 {
    background: rgb(120,2,106);
    background: -webkit-linear-gradient(to right, #4fc258, #4b1a74);
    background: linear-gradient(to right, #000000, #4b1a74);
    border: 1px solid #000;
    box-shadow: 0 0 15px gold;
    font-size: 13px;
}
.result {
    background: rgb(195,34,34);
    background: linear-gradient(0deg, rgba(195,34,34,1) 0%, rgba(253,45,116,1) 100%);
    border-bottom: 3px solid #D35400;
    text-align: center;
    padding: 15px 0;
    border-radius: 4px;
    margin-bottom: 8px;
}
.res-head1 {
    color: #000;
    padding: 5px;
    margin: 3px;
    text-align: center;
    font-weight: 700;
    border-bottom: 2px solid #F39C12;
    border-radius: 8px;
    font-size: 20px;
    background: rgb(247,101,101);
    background: linear-gradient(180deg, rgba(247,101,101,1) 0%, rgba(246,238,78,1) 100%);
}
.news-body {
    background-color: white;
    color: black;
    border: solid 3px #F39C12;
    text-shadow: 1px 1px 0 #969696, 1px 5px 5px #aba8a8;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    margin: 3px;
    border-radius: 3px;
}
.jodichartleft {
    float: left;
    width: 20%;
    text-align: left;
    margin-top: -25px;
}
.fix {
    border-bottom: 1.5px solid silver;
    margin-top: 2px;
    padding: 4px;
    margin-bottom: 2px;
}
.panelchartright {
    float: right;
    width: 20%;
    text-align: right;
    margin-top: -25px;
}
.news2 {
    background-color: gold;
    font-size: 23px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 7px;
    border-bottom: 1.5px solid #F39C12;
}
.HEADLINES {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    text-decoration: NONE;
    text-shadow: 1px 1px blue;
}
.login {
    background: #ffffff;
    color: black;
    border-width: 5px;
    border-style: double;
    border-color: deepskyblue;
    text-align: center;
    padding: 4px 4px 4px 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 11px;
}
.newrocky {
    background-color: #fff;
    color: #000;
    font-size: 12px;
    border-radius: 5px;
    padding-bottom: 10px;
    text-align: center;
    border: #700020 solid 2px;
    font-style: italic;
    font-family: Montserrat, sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}
.newrock {
    background-color: #fff5f8;
    color: #000000;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-top: 2px solid #e70042;
    border-bottom: 2px solid #e70042;
    border-left: 2px solid #e70042;
    border-right: 2px solid #e70042;
    background-color: #fff5f8;
    border-radius: 3px;
    box-shadow: 0 0 10px #461300;
    margin: 7px 0 0 0;
    margin-top: 10px;
    margin-bottom: 10px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}
.panel-heading2 {
    background-color: #FFCC66;
    color: #000000;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-bottom: 4px solid #DDB25B;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    text-align: center;
    font-size: large;
}
.weekly2 {
    background-color: mintcream;
    border-style: solid;
    border-width: 4px;
    border-color: brown;
    color: indigo;
    text-align: center;
}
.weekly {
    background-color: 00;
    color: black;
    border-width: 0px;
    border-color: 
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    font-style: bold;
    font-size: 20px;
    font-family: Georgia,Times New Roman,Times,serif;
    text-shadow: 0px 0px black;
    border-radius: 0;
}
.weekly2 {
    background-color: mintcream;
    border-style: solid;
    border-width: 4px;
    border-color: brown;
    color: indigo;
    text-align: center;
}

.HEADLINESL {
    background-color: red;
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: small;
    text-decoration: none;
    text-align: left;
    text-shadow: 1px 1px blue;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray;
}

.table {
    width: 100%;
}

.td1 {
    width: 50%;
    color: white;
    background-color: #ff0000;
    font-size: 22px;
}
b {
    font-weight: bold;
}
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}
.td {
    width: 50%;
    color: white;
    background-color: darkblue;
    font-size: 22px;
}
td {
    display: table-cell;
    vertical-align: inherit;
}
.td3 {
    width: 50%;
    color: white;
    background-color: #0000FF;
    font-size: 17px;
}
.td2 {
    width: 50%;
    color: white;
    background-color: #008000;
    font-size: 17px;
}
.heady {
    background-color: purple;
    color: yellow;
    font-weight: bold;
    font-style: italic;
    text-align: left;
    border-width: 3px;
    border-color: brown;
    border-style: inset;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
    text-shadow: 1px 1px GREEN;
}
.chart {
    background-color: white;
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-decoration: none;
    border-width: 2px;
    border-color: red;
    border-style: groove solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 0px;
    text-shadow: 1px 1px gold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.kalyan-link {
    color: blue; /* This changes the text color to blue for the Kalyan Chart link */
}
.blank-link{
    color: black;
}
.chartb {
    background-color: white;
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-decoration: none;
    border-width: 2px;
    border-color: red;
    border-style: groove solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 0px;
    text-shadow: 1px 1px gold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.chartbr {
    background-color: white;
    color: red;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    text-decoration: none;
    border-width: 2px;
    border-color: red;
    border-style: groove solid;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
    border-radius: 0px;
    text-shadow: 1px 1px gold;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
.ansh {
    background-color: #FDFEFE;
    color: black;
    font-style: italic;
    font-size: small;
    text-decoration: none;
    border-width: 2px;
    border-color: #82E0AA;
    border-style: inset;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 0px;
    text-align: center;
}
.title_head {
    font-size: 1.2em;
    color: #6F2232;
    font-weight: bold;
    text-align: center;
    padding-bottom: 15px;
}
.ansh {
    background-color: #FDFEFE;
    color: black;
    font-style: italic;
    font-size: small;
    text-decoration: none;
    border-width: 2px;
    border-color: #82E0AA;
    border-style: inset;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 0px;
    text-align: center;
}

input+label+div {
    height: 0;
    overflow: hidden;
    transition: all .3s;
    padding: 0!important;
}

.desl {
    background-color: white;
    color: black;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    border: double 3px blue;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    padding: 1px;
}
.my-checkbox {
    position: fixed;
    top: 0;
    left: -9999px;
    visibility: hidden;
}
input+label {
    cursor: pointer;
    text-transform: uppercase;
    color: #d70544;
    font-weight: 800;
    font-size: 22px;
    padding: 8px 0;
    display: block;
}
input+label+div {
    height: 0;
    overflow: hidden;
    transition: all .3s;
    padding: 0!important;
}

.footer {
    background-color: #FFFF99;
    color: Black;
    border-left: purple solid 2px;
    border-right: purple solid 2px;
    border-top: yellow solid 1px;
    border-bottom: yellow solid 1px;
    border-radius: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-align: center;
    text-shadow: 1px 1px gold;
    margin-top: 4px;
    margin-bottom: 4px;
    font-family: georgia,serif;
}
.vemo2 {
    color: blue;
    font-size: 20px;
}

.vemo {
    color: blue;
    font-size: 32px;
}

a {
    color: red;
    text-decoration: none;
    font-weight: 700;
}
h2 {
    margin: 2px;
    padding: 2px;
    color: blue;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.jodichartleft a, .panelchartright a {
    width: auto;
    background-color: red;
    padding: 2px 2px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
}
.btn-refresh a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

element.style {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0px;
    background-color: #e70042;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
p {
    margin: 0;
    padding: 5px;
}
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.panel-heading2 {
    background-color: #FFCC66;
    color: #000000;
    margin-bottom: 5px;
    padding: 10px 15px;
    border-bottom: 4px solid #DDB25B;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    font-weight: bold;
    text-align: center;
    font-size: large;
}
.atop {
    background: rgb(244,6,31);
    background: linear-gradient(180deg, rgba(244,6,31,1) 0%, rgba(139,19,4,1) 100%);
    text-align: center;
    padding: 8px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 5px;
}

input+label {
    cursor: pointer;
    text-transform: uppercase;
    color: #d70544;
    font-weight: 800;
    font-size: 22px;
    padding: 8px 0;
    display: block;
}
input:checked+label+div {
    height: auto;
}
