.hpouter {
    background-color: #EAECF0;
    padding: 20px 10px 100px;
}
.hpinner {
    max-width: 1400px;
    margin: 0 auto;
    overflow: auto;
}
.hpgalleryouter {
    padding: 15px;
    background-color: #ffffff;
    border: solid 1px #D6D6D6;
    overflow: auto;
}
.hpgalleryinner {
    float: right;
    width: 58%;
    position: relative;
}
    .hpgalleryinner .hparrow {
        position: absolute;
        border-radius: 5px;
        top: 200px;
    }
    .hparrow.leftarrow{
        left: 20px;
        
    }
.hparrow.rightarrow {
    right: 20px;
}
    .hpmessageinner {
        width: 39%;
        float: right;
        position: relative;
    }

.swiper-container {
    width: 100%;
    height: fit-content;
    position: relative;
    overflow: hidden;
}
.swipertoolbar
{
    text-align: center;
}
    .swipertoolbar button {
        width: 8px;
        height: 8px;
        padding: 2px;
        margin: 0;
        background-color: #D5E4EF;
        border-radius: 8px;
        border: 0;
    }
        .swipertoolbar button.selected {
            background-color: #1776B5;
        }
.swiper-wrapper {
    transform: translate3d(0px, 0px, 0px);
    transition-duration: 700ms;
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    width: 800px;
    float: right;
    position: relative;
}

.swiper-slide .messageImg img {
    height: 485px;
    object-fit: cover;
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}

.messageText {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    left: 20px;
    background-color: rgba(255,255,255,.7);
    padding: 10px;
    cursor: pointer;
    height: fit-content;
}

.hpinner .hphodaot h2 {
    padding-right: 45px;
}
div.homepagebb.hphodaot
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tabcontent .bluelist li {
    min-height: auto;
}
.tabcontent h3 {
    margin: 40px 0 10px 0;
 }
 .tabcontent h3:first-child {
     margin: 0 0 10px 0;
 }
     .tabcontent div h3:first-child {
         margin: 20px 0 10px 0;
         font-weight: 500;
     } 

     .talmidInfo .tabcontent:nth-of-type(2) .innertable td {
         display: flex;
     }

     .talmidInfo .tabcontent:nth-of-type(2) .innertable td > div {
         width: 50%;
     }


     .talmidInfo .tabcontent h3 {
         color: #123A5E;
         font-weight: 600;
         font-size: 22px;
         margin: 0;
     }

     .talmidInfo .grid4table, .talmidInfo .grid3table {
         padding: 20px 0;
         margin-bottom: 20px;
        }
        
    .talmidInfo .grid4table:not(:last-child), .talmidInfo .grid3table:not(:last-child) {
        border-bottom: 1px solid #00000033;
     }
    .messageText h3 {
    margin: 0;
    color: #123A5E;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 10px;
}
        .messageText h3 a {
            color: #2C5375;
            font-weight: 600;
            font-size: 24px;
        }
.messageText div a {
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}
    .messageText div a:hover, .messageText h3 a:hover {
        text-decoration: underline;
        color: #1776B5;
    }
.messageImg img{
    width: 100%;
}
.hpmessageinner
{
    margin-right: 15px;
    height: 485px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hpmessageinner .messageItem {
    clear: both;
}
.messageItem .date {
    font-size: 18px;
    color: #134897;
    font-weight: 600;
}
.hpmessageinner .messageItem:first-child {
    padding-top: 0;
}
.hpmessageinner .messageImg {
    float: right;
     width: 37%;
}
.hpmessageinner .messageText {
    float: right;
    width: 61%;
    position: static;
}
.statdiv{
    float: right;
    width: 25%;
    text-align: center;
    position:relative;
}
.statfirst img{
    width: 50px;
    vertical-align: bottom;
    margin-top: 50px;
}
.statfirst {
    background-color: #E9F4FC;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    margin-top: 15px;
}
    .statfirst .count {
        color: #123A5E;
        font-size: 35px;
        font-weight: 600;
        line-height: 100px;
        height: 100px;
    }
    .statfirst .img{
        height: 100px;
        line-height: 100px;
    }
.statdiv .title {
    color: #000000;
    font-size: 20px;
    margin-top: 25px;
}
@property --progress-value {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

@keyframes progress {
    to {
        --progress-value: 100;
    }
}

.progress-bar {
    width: 240px;
    height: 240px;
    position: absolute;
    left: 51px;
    border-radius: 50%;
}
.bar1 {
    background: radial-gradient(closest-side, white 96%, transparent 97% 100%), conic-gradient(#134897 calc(var(--progress-value) * 1%), #C7D9E7 0);
    animation: progress 4s 1 forwards;
}
.bar2 {
    background: radial-gradient(closest-side, white 96%, transparent 97% 100%), conic-gradient(#40ADA5 calc(var(--progress-value) * 1%), #Ecfbfa 0);
    animation: progress 10s 1 forwards;
}
.bar3 {
    background: radial-gradient(closest-side, white 96%, transparent 97% 100%), conic-gradient(#E6C800 calc(var(--progress-value) * 1%), #FFFDCF 0);
    animation: progress 8s 1 forwards;
}
.bar4 {
    background: radial-gradient(closest-side, white 96%, transparent 97% 100%), conic-gradient(#F58556 calc(var(--progress-value) * 1%), #FFE3C2 0);
    animation: progress 20s 1 forwards;
}
.divStats
{
    padding-bottom: 30px;
    min-height: 50px;
    overflow: auto;
}
.divtashlum {
    background-color: #123A5E;
    padding: 80px 0;
    clear: both;
    margin: 20px 0;
    
}
#divTashlumGraph
{
    margin-top: 40px;
    position: relative;
}
.hpinner .tashluminner .inner{
    margin-left: 20px;
}
.hpinner .tashluminner select {
    min-width: 150px;
}
div.tashluminner {
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 0;
    overflow: visible;
}
div.tashluminner h2 {
    text-align: right;

}
.graphline
{
    height: 80px;
}
    .graphline .visual {
        width: 1250px;
        border: solid 1px #D1DAE2;
        border-width: 1px 1px 0 1px;
        float: right;
        height: 80px;
        
    }
.cpcomponent .graphline .visual {
    width: 840px;
}
    .graphline:last-child .visual {
        border-width: 1px 1px 1px 1px;
    }
.graphline .desc {
    width: 80px;
    float: right;
    height: 100px;
    margin-top: -20px;
    margin-right: 20px;
    font-size: 16px;
    color: #123A5E;
    font-weight: 600;
}
.cpcomponent .graphline .desc {
    width: 90px;
}
    .graphline .desc span{
        display: inline-block;
    }
#divTashlumLower
{
    width: 1250px;
    direction: ltr;
}
.cpcomponent #divTashlumLower {
    width: 840px;
}
.ulHodaot li div:first-child {
    font-size: 18px;
    font-weight: 400;
    color: #2C5375;
    overflow:hidden;
}
.ulHodaot li div {
    font-size: 16px;
    color: #000000;
}
.graphlower {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #123A5E;
    margin-top: 10px;
    max-width:222px;
}
#divTashlumBlocks
{
    position: absolute;
    direction: ltr;
    bottom: 0;
    left: 107px;
}
.mtciouter #divTashlumBlocks
{
    left: 115px;
}
#divTashlumBlocks .colorblock {
    display: inline-block;
    vertical-align: bottom;
    border-radius: 10px 10px 0 0;
    margin: 0 10px;
    position: relative;
    border: solid 1px #123A5E;
    border-width: 1px 1px 0 1px;
    max-width: 200px;
    /*mask-image: url("data:image/svg+xml;charset=utf-8,<svg width=\"190\" height=\"160\" xmlns=\"http://www.w3.org/2000/svg\"> <path d=\"M 10 80 C 40 10, 65 10, 95 80 S 150 150, 180 80\" stroke=\"black\" fill=\"transparent\"/> </svg>") 1;*/
}

    #divTashlumBlocks .colorpoint {
        position: absolute;
        width: 14px;
        height: 14px;
        border-radius: 9px;
        top: -8px;
        color: #123A5E;
        right: 50%;
        transform: translateX(50%);
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
    }


#divTashlumBlocks .colorpoint span {
    display: inline-block;
    width: 6px;
    background-color: #000000;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 8px;
    margin-top: 4px;
}

.divouterhatraot h2 {
    font-size: 30px;
}
.hatraottab {
    border-bottom: solid 1px #123A5E;
}
.hatraottab button {
    font-size: 22px;
    color: #123A5E;
    border: 0;
    padding: 0 15px 15px 15px;
    background: none;
    margin-left: 30px;
}
.hatraottab button.selected {
    border-bottom: solid 3px #123A5E;
    font-weight: 600;
}
.colortip {
    position: absolute;
    z-index: 100;
    
    display: none;
    top: -60px;    
    text-align: center; 
}
.colortipinner {
    background-color: white;
}
.colortippointer {
    width: 0px;
    height: 0px;
    display: block;
    z-index: 100;
    border-width: 5px 5px 0 5px;
    position: absolute;
    border-style: solid;
    left: 49%;
}


.colortip > div{
    text-align:center;
    max-width: 200px;
}
    .colortip > div > div {
        font-size: 16px;
        padding: 5px;
        border: solid 2px;
        color: #123A5E;
        font-weight: bold;
        border-radius: 5px;
        display: inline-block;
    }
       /* .colortip > div > div:before {
            border-color: rgba(0, 0, 0, 0);
            border-width: 12px;
            border-top-color: black;
            margin-left: -12px;
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .colortip > div > div:after {
            top: 100%;
            left: 50%;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }*/
.hatraotcontent {
    margin-top: 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
}
.hatraotcontent .hatraa{
    margin-bottom: 20px;
    padding: 20px;
    border-style: solid;
    border-width: 0 5px 0 0;
}

.hatraaFirstLine {
    display: flex;
    justify-content: space-between;
}

.hatraa img{
    vertical-align: top;
    margin-left: 15px;
}
.hatraa .title{
    font-weight: 600;
    font-size: 25px;
}
.nodata {
    font-size: 20px;
}
.nodatatable
{
    margin-top: 20px;
}
.hatraaline {
    margin-top: 20px;
}
.hatraaline .icon {
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}
    .hatraaline .text {
        font-size: 18px;
        display: inline-block;
        text-overflow: ellipsis;
        max-width: calc(100% - 22px);
        overflow: hidden;
        white-space: nowrap;
        vertical-align: middle;

    }
.hatraotcontent .alert{
    margin-top: 5px;
}
    .hatraotcontent .alert span {
        font-size: 16px;
        color: #E92525;
    }
.hatraotcontent .alert img{
    margin-left: 5px;
}
.divouterhatraot .all{
    text-align: left;
    font-weight: 600;
    font-size: 20px;
}
.divouterhatraot h2 {
    font-weight: 600;
    color: #2C5375;
}
.hphomeicondivouter {
    margin-bottom: 20px;
}
.hphomeicondiv {
    text-align: center;
    background-color: #ffffff;
    padding: 25px 0;
    overflow: auto;
}
.hpicon {
    float: right;
    width: 20%;
    text-align: center;
    
}
.hpicon .text{
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    text-align: right;
    max-width: 100%;
}
    .hpicon .icon {
        display: inline-block;
        width: 60px;
        margin-left: 5px;
        vertical-align: middle;
    }
    .hpicon .icon img {
        width: 100%;        
    }
        .hpicon .icon a:hover img {
            width: 100%;
        }
    .hpicon .text a {
        color: #123A5E;
        font-weight: 600;
        font-size: 20px;
    }
.searchradio, .hatraottab
{
    margin: 0 0 20px;
    line-height: 1;
}
.searchradio span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.searchradio label, .searchradio input{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.searchfields {
    background-color: #E9F4FC;
    padding: 15px 15px 15px 15px;
}
    .searchfields h2 {
        color: #123A5E;
        font-size: 22px;
        font-weight: 600;
    }

.searchrow:not(:last)
{
    margin-bottom: 20px;
}
.searchrow label, .searchrow input, .searchrow select {
    display: block;
    white-space: pre-line;
}
.searchrow label{
    margin-bottom: 5px;
}
.searchrow select, .searchrow input, select.searchrow {
    background-color: #ffffff;
    border: solid 1px #D1DAE2;
    height: 34px;
    width: 207px;
}

.select-wrapper {
  width: 207px;
  border: 1px solid #D1DAE2;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}

.searchfields.searchrow2 {
  width: 100%;
  height: 38px;
  opacity: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/img/monthCombo.png) no-repeat left white;
  padding: 0 20px; /* Adjust padding as needed */
}



.searchfields select.searchrow2 {
    width: 207px;
    /* background: url(/img/monthCombo.png) no-repeat left center; */
    border: 1px solid #D1DAE2;
    border-radius: 3px;
    height: 38px;
    opacity: 1;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    -webkit-appearance: none;
    background: url(/img/monthCombo.png) no-repeat left center white;
    display: inline-block;
    position: relative;
}
.searchrow select option {
    line-height: 100px;
}
    .searchrow input
    {
        height: 34px;
    }
.searchrow select[disabled], .searchrow input[disabled] {
    opacity: .6;
}
.searchrow .multilistitem input{
    width: auto;
}
div.searchbuttons {
    text-align: left;
    display: block;
    border: 0;
}
.searchtotal
{
    font-size: 16px;
    margin: 10px 0;
    outline: 0;
}
.searchresults
{
    outline: 0;
}
.searchtable table {
    border-collapse: collapse;
    width: 100%;
}
.searchtable th {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
    background-color: #123A5E;
    border-left: 1px solid #5A768F;
}

    .searchtable td.tdheader {
        font-weight: bold;
        color: #000000;
    }

    .searchtable th button {
        background: none;
        border: 0;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        text-align: right;
        padding: 10px;
        background-color: transparent;
    }

.searchtable td:not(.ozDetails td) {
    border-bottom: solid 1px #ECECEC;
    font-size: 16px;
}
.ozDetaild td{
    border:none;
    font-size:18px;
}
.searchtable td:first-child {
    white-space: nowrap;
}
    .searchtable td.yeswrap:first-child {
        text-align:right;
        white-space: normal;
    }
    .sumrow td.middle{
        text-align:center;
        padding:0px !important;
    }
    .searchtable td.middle, .searchtable th {
        text-align: center;
        padding: 12px;
    }
    .searchtable td a {
        color: #1776B5;
        vertical-align: middle;
    }
    .paging{
        margin-top: 20px;
        text-align: center;
    }
    .paging input, .paging button {
        display: inline-block;
        padding: 5px;
        line-height: 20px;
        vertical-align: middle;
    }
    .paging input{
        width: 8px;
    }
        .paging input[disabled] {
            cursor: default;
        }
        div.paging button {
            color: #1776B5;
            background: none;
            font-size: 16px;
            border: 0;
        }
            .paging button.selected {
                color: #123A5E;
                font-weight: bold;
                cursor: default;
            }
            .pagernavdisabled{
                opacity: .6;
            }
            .collapser{
                margin-left: 10px;
                vertical-align: middle;
            }

.searchtable .secondrow > td {
    padding: 0;
}
.secondrowdiv {
    background-color: #E9F4FC;
    padding: 5px 20px 10px 20px;
}
.searchtable .secondrow th {
    color: #000000;
    background-color: #D5E4EF;
    font-weight: 400;
    font-size: 16px;
    border-left: 1px solid #ffffff;
}
.searchtable .secondrow .narrow th {
    white-space: pre-wrap;
}
.searchtable > table{
    width: 100%;
}
.searchtable .secondrow td {
    background-color: #ffffff;
    font-size: 16px;
    color: #000;
}
.searchtable .secondrow .secondrowdiv .innertable td {
    padding: 15px;
}

.searchtable .secondrow .secondrowdiv .innertable td td {
    padding: 0;
    height: 40px;
}

.searchtable .secondrow .secondrowdiv .innertable td tr:not(:last-of-type) td {
    border-bottom: 1px solid #F2F4F6;
}

.searchtable .innertable{
    width: 100%;
    white-space: normal;
}
.loader{
    text-align: center;
}
.hplinker
{
    text-align: left;
}
.hplinker a{
    font-size: 18px;
    font-weight: 600;
}
.homepagePniyaDetails{
    display:flex;
    font-size:16px;
}
    .homepagePniyaDetails span{
        padding-left:5px ;
    }
    .homepagePniyaDetails img {
        height: 18px;
    }
.authMessage {
    background: #E9F4FC;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 3px solid #1776B5;
}
.authMessage a{
    font-weight:600;
}
.authMessage span{
    padding:0px 5px;
}

.authSection {
    width: 100%;
    text-align: center;
    padding: 33px 0 22px;
    box-sizing: border-box;
    background-image: url(/img/login-bg-desktop.png);
    background-position: center;
    background-repeat: no-repeat;
}

.authHP {
    margin-top: 20px;
}

.authSection div {
    color: #0B3860;
    font-weight: 600;
    font-size: 22px;
}

.authSection > div:first-child {
    margin-bottom: 18px;
}

.middle {
    text-align: center;
}
.combo-container {
    margin: 10px 0;
}

    .combo-container select {
        width: 100%; /* Make the combo box take the full width of its container */
        padding: 5px; /* Add some padding for better appearance */
        box-sizing: border-box; /* Include padding and border in the element's total width and height */
        border: 1px solid #ccc; /* Light grey border */
        border-radius: 4px; /* Rounded corners */
        font-size: 16px; /* Adjust font size */
    }
