/*@font-face {
    font-family: OneArabia;
    src: url(/fonts/geo-wf-font.woff2);
  }*/
  * {margin: 0;padding: 0;}
  header, footer, article, section, figure, nav, aside {display: block;}
  body {font-family: Arial, Helvetica, sans-serif;font-size: 16px;background: var(--bg-color-primary);}
  a {text-decoration: none;outline: none;color: var(--fantasy-link-color);}
  a:hover {text-decoration: none;}
  img {border: 0 none;max-width: 100%;}
  ul, ol {list-style-type: none;}
  .clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
  .clearfix {display: inline-block;}
  * html .clearfix {height: 1%;}
  .clearfix {display: block;}
  
  
  
  /*
   * Header Styles
   */
  .maxwidth-home {max-width: 1000px;margin: 0 auto;}
  .maxwidth-others {max-width: 1280px;margin: 0 auto;}
  
  .oa-header-wrapper {background: #0D0C0C;}
  .oa-header {padding: 8px 0 8px 0;}
  .oa-header-logo {width: 170px;height: 25px;margin-top: 18px;}
  .oa-header-logo a {text-indent: -99999px;width: 170px;height: 50px;position: relative;display: block;}
  .oa-header-left {float: left;}
  .theme-dark .oa-header-logo a {background: url(https://images.onearabia.me/images/onearabia-logo-darkmode.svg) no-repeat 0 0;background-size: contain;}
  .theme-light .oa-header-logo a {background: url(https://images.onearabia.me/images/onearabia-logo-darkmode.svg) no-repeat 0 0;background-size: contain;}
  
  .oa-header-right {float: right;}
  .oi-mode-switcher {float: left;position: relative;margin: 16px 20px 0 20px;cursor: pointer;height: 27px;width: 65px;border-radius: 27px;border: 1px solid #2A312A;}
  .oi-mode-switcher span {background: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);position: absolute;border-radius: 27px;display: inline-block;width: 26px;height: 25px;inset-inline: 2px auto;top: 1px;transform: translateX(35px);transition: transform .3s ease-in-out;}
  .oi-mode-dark {z-index: 3;position: absolute;top: 6px;width: 13px;height: 13px;inset-inline: auto 8px;}
  .oi-mode-light {z-index: 3;position: absolute;top: 6px;width: 15px;height: 15px;inset-inline: 8px auto;}
  .oi-mode-dark:after {width: 13px;height: 13px;background: url(https://images.onearabia.me/images/dark-active.svg) no-repeat 0 0;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;content: '';z-index: 1;}
  .oi-mode-light:after {width: 15px;height: 15px;background: url(https://images.onearabia.me/images/light-active.svg) no-repeat 0 0;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;content: '';z-index: 1;background-size: contain;}
  
  
  .theme-dark .oi-mode-light:after {background: url(https://images.onearabia.me/images/light-inactive.svg) no-repeat 0 0;background-size: contain;}
  .theme-light .oi-mode-switcher span {transform: translateX(0px) !important;}
  .theme-light .oi-mode-dark:after {background: url(https://images.onearabia.me/images/dark-inactive.svg) no-repeat 0 0;background-size: contain;}
  
  /*.theme-light .oi-mode-light, .theme-dark .oi-mode-dark {display: none;}
  .theme-light .oi-mode-dark, .theme-dark .oi-mode-light {display: block;}*/
  
  
  .oa-header-social {margin-top: 12px;float: left;display: none;}
  .oa-header-social a {display: inline-block;margin: 0 10px;}
  
  
  .oi-footer-social-links a.oa-social-icon {width: 24px;height: 24px;display: inline-block;vertical-align: middle;border-radius: 6px;background: #0D0C0C;background-position: 0 0;}
  .oi-footer-social-links a.pinterest {background: url(https://images.onearabia.me/images/pinterest-1706767267290.svg) no-repeat 0 0;display: none;}
  .oi-footer-social-links a.facebook {background-image: url(https://images.onearabia.me/images/facebook-new.svg);background-repeat: no-repeat;background-position: center center;}
  .oi-footer-social-links a.twitter {background-image: url(https://images.onearabia.me/images/twitter.svg);background-repeat: no-repeat;background-position: center center;}
  .oi-footer-social-links a.youtube {background-image: url(https://images.onearabia.me/images/youtube-new.svg);background-repeat: no-repeat;background-position: center center;}
  .oi-footer-social-links a.instagram {background-image: url(https://images.onearabia.me/images/instagram-new.svg);background-repeat: no-repeat;background-position: center center;}
  .oi-footer-social-links a.tiktok {background-image: url(https://images.onearabia.me/images/tiktok-new.svg);background-repeat: no-repeat;background-position: center center;}
  .oi-footer-social-links a.threads {background: url(https://images.onearabia.me/images/threads-1706765590210.svg) no-repeat 0 0;display: none;}
  
  
  .oa-header-navwrapouter {margin: 12px 0 24px 0;border-top: 1px solid #2A312A;border-bottom: 1px solid #2A312A;}
  .oa-header-navwrap {padding: 12px 0;position: relative;}
  .oa-header-navwrap ul li {list-style-type: none;margin-right: 10px;display: inline-block;}
  .oa-header-navwrap ul li:last-child {margin-right: 0;}
  .oa-header-navwrap ul li a {font-size: 16px;color: #fff;padding: 10px 12px;display: block;text-decoration: none;line-height: 14px;font-weight: 400;position: relative;}
  .oa-header-navwrap ul li a.active, .oa-header-navwrap ul li a:hover {color: #fff;}
  .oa-header-navwrap ul li a.active:after, .oa-header-navwrap ul li a:hover:after {content: '';height: 3px;border-radius: 3px 3px 0px 0px;background: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);position: absolute;left: 0;right: 0;bottom: -12px;}
  .oi-header-navwrapinner {position: relative;}
  .oa-header-navwrap ul li.more-links a i {background: url(https://images.onearabia.me/images/nav-menu.svg) no-repeat 0 0;width: 24px;height: 24px;display: inline-block;vertical-align: middle;}
  
  .oa-header-navwrap ul li.more-links a.more {padding: 8px 0;}
  .oa-header-navwrap ul li.more-links a:hover:after {display: none;}
  
  
  .oi-header-prayer-block {float: left;margin: 12px 0px 0 0;padding: 5px 20px 0 20px;border-right: 1px solid #2A312A;border-left: 1px solid #2A312A;height: 35px;}
  .oi-mosque-icon {display: inline-block;margin-right: 2px;vertical-align: middle;background: url(https://images.onearabia.me/images/mosque.svg) no-repeat 0 0;width: 28px;height: 28px;}
  .oi-header-prayer-timer {display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    margin-left: 7px;}
  .oi-header-prayernext {display: inline-block;vertical-align: middle;font-size: 15px;color: #fff;font-weight: 500;}
  
  
  
  
  .oi-header-livescorewrap {float: left;padding: 8px 20px 0 20px;border-right: 1px solid #2A312A;height: 33px;margin: 12px 0 0 0;}
  .oi-header-livetext {display: inline-block;vertical-align: middle;font-size: 15px;color: #fff;background:  linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 600;}
  .oi-header-livescore {display: inline-block;vertical-align: middle;font-size: 15px;color: #fff;font-weight: 600;}
  
  
  
  
  .oi-header-signin {float: right;margin: 14px 0px 0 20px;}
 .oi-header-signin a {color: #FFF;text-align: center;font-size: 16px;font-weight: 400;line-height: 14px;padding: 0px;border-radius: 32px;display: inline-block;width: 85px;height: 34px;line-height: 34px;background: #0A6CFF;}
.oi-header-signin a:hover {color: #d5d5d5;background: #0A6CFF;} 
  
  
  
  .oi-header-search {position: absolute;right: 0px;top: 18px;background: url(https://images.onearabia.me/images/search.svg) no-repeat 0 0;width: 25px;height: 25px;cursor: pointer;margin: 2px 5px;}
  .oi-header-searchblock {position: absolute;margin: 0;padding: 5px 5px 5px 10px;height: 25px;width: 25px;right: 30px;top: 40px;overflow: hidden;}
  
  
  
  .oi-header-searchbox {right: 0;left: 0;top: 0px;width: 100%;height: 58px;transition: opacity .25s ease;opacity: 0;z-index: 10000;background: #100F0F;position: absolute;display: none;}
  
  .oi-header-searchbox.show {opacity: 1;display: block;}
  .oi-header-searchtextbox {padding: 8px 8px 8px 40px;font-size: 15px;width: 350px;outline: none;position: absolute;border-radius: 30px;box-sizing: border-box;background: url(https://images.onearabia.me/images/search.svg) no-repeat 10px center;border: 1px solid #2A312A;color: #BCBCBC;transition: all .25s ease;right: 50px;top: 12px;}
  .oi-header-searchtextbox:before {content: '';background: url(https://images.onearabia.me/images/search.svg) no-repeat 0 0;width: 25px;height: 25px;position: absolute;left: 10px;top: 5px;z-index: 100;}
  
  
  .oi-header-searchblock.showsearch {width: 250px;}
  .oi-header-searchblock.showsearch .oi-header-searchbox {display: block;width: 350px;right: 12px;}
  .oi-header-searchicon {position: absolute;right: 0px;top: 20px;background: url(https://images.onearabia.me/images/close.svg) no-repeat 0 0;width: 22px;height: 22px;cursor: pointer;margin: 2px 5px;}
  
  
  .oi-topad-wrapper {margin: -24px auto 42px auto;background: var(--ad-bg-color);padding: 15px 15px 10px 15px;text-align: center;}
  
  .oi-lang-option {float: left;margin: 12px 0px 0 0;padding: 5px 20px 0 20px;border-right: 1px solid #2A312A;height: 35px;line-height: 30px;}
  .oi-lang-option a {font-size: 15px;color: #fff;background: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);background-clip: border-box;background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: 600;}
 
/* sticky header script */
.oa-wrapper.sticky {margin-top: 94px;}
.oa-header-navwrapouter {margin: 0px 0 24px 0;}
.oa-header-navwrapouter.sticky {position: fixed;left: 0;right: 0;top: 0;z-index: 100000;background: #0D0C0C;margin: 0;} 
  
  
  /*
   * Footer Styles
   */
  .oi-footer-left {
    float: none !important;
    margin: 0 auto!important;
    text-align: center!important;
    width: 240px!important;
   } 
  .oa-footer-wrapper {background: var(--footer-bg-color);margin: 0 auto;padding: 86px 0 24px 0;}
  .oa-footerlinks {font-size: 12px;color: #adaeb2;text-align: center;padding: 5px;}
  .oa-footerlinks a {color: #adaeb2;text-decoration: none;transition: color .3s linear 0s;}
  .oi-copyright-text {font-size: 16px;color: #F7F7F7;text-align: center;padding: 5px 10px;}
  .oi-copyright-text a {color: #F7F7F7;line-height: 22px;margin: 0 10px;}
  .about-oneindia {font-size: 14px;color: #BCBCBC;text-align: center;padding: 5px;direction: ltr;}
  
  .oi-footer-text {color: #BCBCBC;font-size: 19px;font-weight: 400;line-height: 133.4%;margin-bottom: 12px;}
  .oi-footer-registertext {color: #F7F7F7;font-size: 32px;font-weight: 600;line-height: 133.4%;margin-bottom: 6px;}
  .oi-footer-registersubtext {color: #F7F7F7;font-size: 19px;font-weight: 600;line-height: 133.4%;margin-bottom: 24px;}
  .oi-footer-registernow a {display: flex;width: 314px;padding: 10px 24px;justify-content: center;align-items: center;gap: 10px;border-radius: 2px;border: 1px solid #F5E89F;color: #F7F7F7;font-size: 19px;font-weight: 600;line-height: normal;}
  .oi-footer-registernow a:hover {color: #000;background: #f6e99f;background-image: linear-gradient(to right, #997843 , #f4e9a0);}
  
  .oi-footer {margin: 48px 0 0 0;}
  .oi-footer-wrapper {background: #1f1f1f;margin: 0 auto;padding: 46px 0 30px 0;}
  .oi-footer-left {float: left;width: 25%;}
  .oi-footer-logo {margin: 0;}
  .oi-footer-logo a {display: block;}
  .oi-footer-logo img {width: 170px;height: auto;max-width: 180px;flex-direction: row;justify-content: flex-start;align-items: flex-start;display: flex;}
  .oi-footer-desc {color: #FFF;font-size: 16px;font-weight: 400;line-height: 22px;margin: 24px 0;}
  
  .oi-footer-social-links {margin: 36px 0 0 0;}
  .oi-footer-social-links a {display: inline-block;width: 32px;height: 32px;border-radius: 6px;background: #0D0C0C;margin-right: 20px;text-align: center;line-height: 37px;transition: all .25s ease;position: relative;top: 0;}
  .oi-footer-social-links a:hover {top: -6px;}
  .oi-footer-social-links a img {display: inline-block;vertical-align: middle;}
  
  .oi-footer-right {float: right;width: 70%;}
  .oi-footer-linkswrap {float: left;width: 33.33%}
  .oi-footer-linkstitle {color: #FFF;font-size: 16px;font-weight: 600;line-height: 22px; }
  .oi-footer-links ul li {margin: 12px 0;}
  .oi-footer-links ul li a {color: #DADADA;font-size: 16px;font-weight: 400;line-height: 22px;}
  .oi-footer-links ul li a:hover {color: #999;}
  
  
  .oi-live-icon {display: inline-block;width: 11px;height: 12px;margin-right: 8px;position: relative;vertical-align: middle;}
  .oi-live-icon:before, .oi-live-icon:after {content: '';border-radius: 15px;overflow: hidden;width: 11px;height: 11px;position: absolute;    border: 2px solid #A98F5A;}
  .oi-live-icon:before {animation: pulsate 1s ease-out infinite;border: 3px solid #A98F5A;left: 1px;opacity: 0;position: absolute;top: -2px;}
  .oi-live-icon:after {width: 1px;height: 1px;animation: flickerAnimation 10s ease infinite;background:  linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);left: 7px;top: 4px;}
  @keyframes pulsate{0%{opacity:0;-webkit-transform:scale(.1)}50%{opacity:1}to{opacity:0;-webkit-transform:scale(1.2)}}


  .theme-light {
    --bg-color-primary: #fbfbfb;
    --bg-color-secondary: #fff;
    --font-color: #0D0C0C;
    --font-color-secondary: #7C7C7C;
    --font-color-title: #0D0C0C;
    --font-color-cat: #81711C;
    --footer-bg-color: #fff;	
    --footer-color-links: #000;
    --fantasy-bg-color: #f2fafc;
    --fantasy-font-color: #262223;
    --deeplink-bg-color: #f2f2f2;
    --border-color-primary: #d6d6d6;
    --webstories-bg-color: #262223;
    --webstories-font-color: #2a2a2a;
    --webstories-timestamp-color: #454545;
    --color-secondary: #fff;
    --prayer-font-color: #0D0C0C;
    --prayer-font-color1: #100F0F;
    --prayer-font-color-sec: #292929;
    --prayer-font-color-sec1: #1F1F1F;
    --prayer-activefont-color: #100F0F;
    --prayer-activefont-color1: #100F0F;
    --prayerbg-color: #f2f2f2;
    --prayer-border-color: #D6D6D6;
    --font-color-maindesc: #292929;
    --font-color-opinion: #292929;
    --ad-bg-color: #F7F7F7;
    --article-font-color: #292929;
    --archives-bg-color: #f2f2f2;
    --contact-font-color1: #0D0C0C;
    --contact-font-color2: #7C7C7C;
    --contact-font-color3: #262223; 
    --font-color-dark: #9e9e9e;
      --btn-border-bolor: #F5E89F;
--fantasy-link-color: #57ABEB;
    --font-color-author: #767676;
    --font-color-secondary: #7C7C7C;
    --font-color-tertiary: #6c6360;
    --btn-border-bolor: #ba954e;
}
.theme-dark {
	--bg-color-primary: #0D0C0C;
	--bg-color-secondary: #262223;
	--font-color: #f7f7f7;
	--font-color-secondary: #9E9E9E;
	--font-color-title: #d2d5d9;
	--font-color-cat: #f4e9a0;
	--footer-bg-color: #1f1f1f;	
	--footer-color-links: #adaeb2;
	--fantasy-bg-color: #262223;
	--fantasy-font-color: #d2d5d9;
	--fantasy-link-color: #06c;
	--deeplink-bg-color: #1F1F1F;
	--border-color-primary: #2A312A;
	--webstories-bg-color: #262223;
    --webstories-font-color: #d2d5d9;
    --webstories-timestamp-color: #d8d6d4;
    --color-secondary: #262322;
    --prayer-font-color: #f3f3f3;
    --prayer-font-color1: #f7f7f7;
    --prayer-font-color-sec: #9E9E9E;
    --prayer-font-color-sec1: #f7f7f7;
    --prayer-activefont-color: #fff;
    --prayer-activefont-color1: #100F0F;
    --prayerbg-color: #1f1f1f;
    --prayer-border-color: #2A312A;
    --font-color-maindesc: #BCBCBC;
    --font-color-opinion: #fff;
    --ad-bg-color: #1C1A1A;
    --article-font-color: #fff;
    --archives-bg-color: #333;
    --contact-font-color1: #E2E2E2;
    --contact-font-color2: #C1C1C1;
    --contact-font-color3: #F7F7F7; 
     --font-color-dark: #9E9E9E;    --btn-border-bolor: #F5E89F;
--article-font-color: #F0EFEF;
--font-color: #f3f3f3;
--fantasy-link-color: #57ABEB;
--font-color-author: #9E9E9E;
    --font-color-secondary: #9E9E9E;
    --font-color-tertiary: #6c6360;
    --btn-border-bolor: #F5E89F;
}

.oi-rightinc-prayer-wrapper {background: var(--prayerbg-color);border-radius: 5px;margin-bottom: 0px;}
.marginbottom {margin-bottom: 42px;}
.bottomzero {margin-bottom: 0;}
.oi-rightinc-prayer-topcontent {padding: 20px 18px 12px 18px;border-bottom: 1px solid var(--prayer-border-color);position: relative;}

.oi-rightinc-prayer-nextcontent {margin: 24px 18px 0px 18px;}

.oi-rightinc-prayer-nexttopcontent {margin-bottom: 24px;position: relative;padding-left: 10px;}
.oi-rightinc-prayer-nexttopcontent:before {width: 4px;content: '';position: absolute;left: 0;top: 0;bottom: 0;border-radius: 0px 6px 6px 0px;background: linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%);}
.theme-light .oi-rightinc-prayer-nexttopcontent::before {background: #81711C;}

.oi-next-prayer-times-listwise ul li {list-style-type: none;display: block;position: relative;padding: 8px 10px;border-top: 1px solid var(--prayer-border-color);}
.oi-next-prayer-times-listwise ul li:first-child {border-top: 0 none;}
.oi-next-prayer-times-listwise .oi-next-prayer-times-title {float: left;width: 73%;text-align: left;font-size: 15px;color: #9e9e9e;}
.oi-next-prayer-times-listwise .oi-next-prayer-times {float: right;width: 27%;text-align: right;font-size: 15px;color: #9e9e9e;}
.oi-next-prayer-times-listwise ul li.active .oi-next-prayer-times-title {color: var(--prayer-font-color);font-weight: 600;}
.oi-next-prayer-times-listwise ul li.active .oi-next-prayer-times {color: var(--prayer-font-color);font-weight: 600;}
.oi-next-prayer-times-listwise .oi-next-prayer-times-wrap {padding: 0px;}
.oi-next-prayer-times-listwise .oi-next-prayer-times-title {float: left;width: 73%;text-align: left;font-size: 15px;color: var(--prayer-font-color-sec);}
.oi-next-prayer-times-listwise .oi-next-prayer-times {float: right;width: 27%;text-align: right;font-size: 15px;color: var(--prayer-font-color-sec);direction: ltr;text-align: right;}
.oi-rightinc-prayer-nexttopcontent .oi-next-prayer {font-size: 16px;}
.oi-rightinc-prayer-nexttopcontent .oi-next-prayer-timing {font-size: 24px;}
.oi-next-prayer-times-wrap {padding: 30px 20px;}
.oi-next-prayer-times-list ul li:last-child {margin-right: 0;}
.oi-next-prayer-times-title {text-align: left;font-size: 18px;color: var(--prayer-font-color);font-weight: 400;margin-bottom: 0px;}
.oi-next-prayer-times {text-align: left;font-size: 24px;color: var(--prayer-font-color);font-weight: 400;text-align: right;    direction: ltr;}
.oi-next-prayer-times-list ul li.active:before {position: absolute;left: 0;top: -1px;right: 0;height: 3px;content: ''; border-radius: 4px 3px 0px 0px;
background: linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%);}

.oi-prayer-bottomblock {border-radius: 8px;border: 1px solid var(--prayer-border-color);padding: 30px;margin-bottom: 48px;}
.oi-prayer-topblock {margin-bottom: 24px;}
.oi-prayer-topleft {float: left;}
.oi-prayer-topright {float: right;}

.oi-next-prayer-times-list ul li:after, .oi-next-prayer-times-wrap:after {clear: both;display: block;content: '';height: 1px;} 
.oi-prayer-heading {font-size: 24px;color: var(--font-color);font-weight: 600;margin-bottom: 12px;}
.oi-prayer-subheading {font-size: 16px;color: var(--prayer-font-color-sec);font-weight: normal;margin-bottom: 24px;float: left;margin-right: 10px;position: relative;}
.oi-prayer-subheading:after {position: absolute;right: -10px;top: 3px;height: 14px;width: 1px;background: var(--prayer-font-color-sec);content: '';}
.oi-prayer-selbox {background: transparent;border: 0 none;float: left;margin-left: 10px;position: relative;padding-right: 15px;}
/*.oi-prayer-selbox:after {content: ''; display: inline-block;position: absolute;right: 2px;top: 3px;transition: all 0.4s ease-out, background 1s ease-out;background: url(https://images.onearabia.me/images/dropdown-arrow.svg) no-repeat 0 0;width: 12px;height: 12px;}
.theme-light .oi-prayer-selbox:after {background: url(https://images.onearabia.me/images/lightmode-dropdown-arrow.svg) no-repeat 0 0;}*/




.oi-next-prayer {color: var(--prayer-font-color);font-size: 18px;font-weight: 400;margin-bottom: 12px;}
.oi-next-prayer-timing {font-size: 36px;color: var(--prayer-font-color);font-weight: 600;margin-bottom: 24px;    background: var(--OA_Gradient, linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%));
    background-clip: text;direction: ltr;text-align: right;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}


.oi-next-prayer-times-wrap {padding: 30px 20px;}
.oi-next-prayer-times-list ul li:last-child {margin-right: 0;}
.oi-next-prayer-times-title {text-align: left;font-size: 18px;color: var(--prayer-font-color);font-weight: 400;margin-bottom: 0px;}
.oi-next-prayer-times {text-align: left;font-size: 24px;color: var(--prayer-font-color);font-weight: 400;}
.oi-next-prayer-times-list ul li.active:before {position: absolute;left: 0;top: -1px;right: 0;height: 3px;content: ''; border-radius: 4px 3px 0px 0px;
background: linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%);}
.oi-next-prayer-times-list ul li.active .oi-next-prayer-times-title {color: var(--prayer-activefont-color);}
.oi-next-prayer-times-list ul li.active .oi-next-prayer-times {color: var(--prayer-activefont-color);}

.oi-rightinc-prayer-topcontent a {display: block;}
.oi-right-arrow {width: 24px;height: 24px;position: absolute;right: 18px;top: 20px;border-radius: 50%;background-image: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);}
.oi-right-arrow:after {border: solid #0D0C0C;border-width: 0 2px 2px 0;display: inline-block;padding: 3px;content: '';transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;left: 7px;top: 8px;}

.theme-light .oi-right-arrow {background: #81711C;}
.theme-light .oi-right-arrow:after {border: solid #ECECEC;border-width: 0 2px 2px 0;}

.oi-rightinc-prayer-heading {color: var(--prayer-font-color);font-size: 16px;line-height: 20px;font-weight: 600;margin-bottom: 12px;}
.oi-rightinc-prayer-subheading {color: #9E9E9E;font-size: 15px;font-weight: 400;}
.oi-rightinc-prayer-subheading div, .oi-rightinc-prayer-subheading span {display: inline-block;vertical-align: middle;}
.oi-rightinc-prayer-subheading span {margin: 0 5px;}

.oi-next-prayer-times-list ul li.active .oi-next-prayer-times-title {color: var(--prayer-activefont-color);}
.oi-next-prayer-times-list ul li.active .oi-next-prayer-times {color: var(--prayer-activefont-color);}
.theme-light .oi-next-prayer-timing {background: none;color: var(--font-color);-webkit-text-fill-color:var(--font-color);}
.oi-rightinc-prayer-topcontent a {display: block;}
.oi-right-arrow {width: 24px;height: 24px;position: absolute;right: 18px;top: 20px;border-radius: 50%;background-image: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);}
.oi-right-arrow:after {border-width: 0 2px 2px 0;display: inline-block;padding: 3px;content: '';transform: rotate(-45deg);-webkit-transform: rotate(-45deg);position: absolute;left: 7px;top: 8px;}
.oi-right-arrow::after {
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
}
.theme-light .oi-right-arrow {background: #81711C;}
.theme-light .oi-right-arrow:after {border: solid #ECECEC;border-width: 0 2px 2px 0;}

.oi-rightinc-prayer-heading {color: var(--prayer-font-color);font-size: 16px;line-height: 20px;font-weight: 600;margin-bottom: 12px;}
.oi-rightinc-prayer-subheading {color: var(--prayer-font-color-sec)!important;;font-size: 15px;font-weight: 400;}
.oi-rightinc-prayer-subheading div, .oi-rightinc-prayer-subheading span {display: inline-block;vertical-align: middle;}
.oi-rightinc-prayer-subheading span {margin: 0 5px;}

.oi-inc-wrapper {background: var(--prayerbg-color);border-radius: 5px;margin-bottom: 40px;}
.oi-inc-topblock {border-bottom: 1px solid var(--prayer-border-color);padding: 12px 18px;}
.oi-inc-heading {color: var(--prayer-font-color);font-size: 16px;font-weight: 500;line-height: 20px; /* 125% */letter-spacing: 0.16px;position: relative;}
.oi-inc-heading a {color: var(--prayer-font-color);display: block;padding: 6px 0;}
.oi-inc-heading .oi-right-arrow {right: 0;top: 5px;}
.oi-goldrate-wrap {padding: 24px 15px;}
.oi-goldrate-det {display: flex;gap: 8px;flex-shrink: 0;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.oi-goldrate-box {border-radius: 5px;border: 1px solid var(--prayer-border-color);padding: 10px;display: inline-block;width: 130px;box-sizing: border-box;}
.oi-goldrate-label {color: var(--prayer-font-color);font-size: 13px;font-weight: 600;}
.oi-goldrate-label span {font-weight: normal;color: var(--prayer-font-color-sec);}
.oi-goldrate-text {color: var(--prayer-font-color);font-size: 14px;font-weight: 600;margin: 32px 0 12px 0;}
.oi-goldrate {font-size: 13px;font-weight: normal;}
.oi-goldrate.profit {color: #279E74;}
.oi-goldrate.loss {color: #FF4040;}
.gdrate-updown {width: 16px;height: 16px;display: inline-block;vertical-align: middle;margin-left: 5px;}
.oi-goldrate.profit .gdrate-updown {background: url(https://images.onearabia.me/images/up-arrow.svg) no-repeat 0 0;}
.oi-goldrate.loss .gdrate-updown {background: url(https://images.onearabia.me/images/down-arrow.svg) no-repeat 0 0;}
.oi-goldrate-selbox {margin: 0 0 12px 0;}
.dropdown-arrow {width: 12px;height: 12px;display: inline-block;margin-left: 5px;vertical-align: middle;}
.oi-goldrate-cityselected {cursor: pointer;font-size: 15px;color: var(--prayer-font-color);position: relative;padding: 0 0 12px 0;}
.oi-goldrate-cityselected select {
    background: var(--prayerbg-color);
    color: var(--prayer-font-color);
    border: 0 none;
    outline: none;
    font-size:14px;
}

.oi-adtext {color: var(--font-color);font-size: 10px;font-weight: 400;line-height: 150%; /* 15px */letter-spacing: 0.1px;text-transform: uppercase;padding: 6px;text-align: center;}


.oi-adblock {
    background: var(--ad-bg-color);
    margin-bottom: 40px;
}

.oi-currency-wrap {padding: 24px 15px 6px 15px;}
.oi-currency-label {color: var(--prayer-font-color-sec);font-size: 15px;font-weight: normal;margin-bottom: 6px;}
.oi-currency-topblock {margin-bottom: 18px;}
.oi-currency-box {margin: 12px 0 0 0;border-radius: 4px;border: 1px solid var(--prayer-border-color);padding: 12px 10px;}
.oi-currency-textfield {width: 50px;float: left;height: 30px;}
.oi-currency-textbox {background: transparent;border: 0 none;font-size: 15px;color: var(--prayer-font-color);width: 100%;box-sizing: border-box;padding: 10px 0;outline: none;}

.oi-currency-selbox {padding:12px 4px 12px 26px;border-left: 1px solid var(--prayer-border-color);float: right;width: 155px;position: relative;}
.oi-currency-selbox:after {content: '';position: absolute;right: 0;top: 16px;width: 0px;height: 12px;}
.oi-country-textselected, .oi-currency-textselected {cursor: pointer;font-size: 15px;color: var(--prayer-font-color);position: relative;text-align: right;    width: 170px;}
.oi-currency-textselected select {
    background: var(--prayerbg-color);
    color: var(--prayer-font-color);
    border: 0 none;
    outline: none;
     width: 170px;
  font-size: 15px;
}
.oi-prayer-selbox:after{display:none;}
#currency-converter .oi-right-arrow {
    display: none;
}
path {
    stroke: var(--font-color);
}

/*.theme-dark .dropdown-arrow, .theme-dark .oi-currency-selbox:after {background: url(/images/darkmode-dropdown-arrow.svg) no-repeat 0 0;}
.theme-light .dropdown-arrow, .theme-light .oi-currency-selbox:after {background: url(/images/lightmode-dropdown-arrow.svg) no-repeat 0 0;}*/

.theme-light .oi-mainarticle-category, .theme-light .oi-mainarticle-category a,  .theme-light .oi-article-category,  .theme-light .oi-article-category a,  .theme-light .oi-article-list-category ,  .theme-light .oi-article-list-category a {background: none;color: #81711C;-webkit-text-fill-color: #81711C;} 

.oi-midad-wrapper {background: var(--ad-bg-color);padding: 0 15px 10px 15px;text-align: center;margin: 42px auto;}
.oi-adtext {color: var(--font-color);font-size: 10px;font-weight: 400;line-height: 150%; /* 15px */letter-spacing: 0.1px;text-transform: uppercase;padding: 6px;text-align: center;}
.oa-rightad {float: right;width: 300px;}




/*
 * Sign up/Login/Registration Styles
 */
.oi-registration-popup-overlay {position: fixed;left: 0;right: 0;top: 0;bottom: 0;background: rgba(0,0,0,0.9);z-index: 10000;display: none;}
.oi-registration-popup {position: fixed;background: #0D0C0C;overflow-y: auto;transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);width: 25%;height: 100%;z-index: 100000;margin: auto;top: 0;right: -500px;bottom: 0;}
.oi-registration-popup-overlay.login {display: block;}
.oi-registration-popup.login {display: block;right: 0;}

.oi-signin-wrapper, .oi-login-wrapper, .oi-signup-wrapper, .oi-forgotpass-wrapper {position: relative;margin: 0 20px 20px 20px;display: none;}
.oi-registration-popup.signup, .oi-registration-popup.login, .oi-registration-popup.signin, .oi-registration-popup.forgotpass {bottom: 0;}
.oi-registration-popup.signin .oi-signin-wrapper {display: block;}
.oi-registration-popup.login .oi-login-wrapper {display: block;}
.oi-registration-popup.signup .oi-signup-wrapper {display: block;}
.oi-registration-popup.forgotpass .oi-forgotpass-wrapper {display: block;}

.oi-signin-heading {font-size: 18px;color: #f7f7f7;font-weight: 600;margin: 24px 20px 24px 20px;line-height: 24px; /* 133.333% */text-transform: capitalize;}

.oi-signin-with ul li {margin: 24px 0 0 0;}
.oi-signin-with ul li a {padding: 10px;border-radius: 3px;background: transparent;color: var(--font-color-dark);display: block;font-weight: 400;font-size: 15px;text-align: center;border: 1px solid var(--border-color-primary);}
.oi-google-login {margin: auto;position: fixed;left: 20px;top: 0;bottom: 0;right: 20px;height: 120px;}
.google-icon {display: inline-block;vertical-align: middle;width: 18px;height: 18px;margin-right: 5px;}

.oi-signup-close, .oi-login-close, .oi-signin-close, .oi-forgotpass-close {position: absolute;right: 20px;top: 0px;width: 24px;height: 24px;background: url(https://images.onearabia.me/images/close-btn.svg) no-repeat 0 0;cursor: pointer;background-size: cover;}


/*.oi-user {cursor: pointer;width: 28px;height: 28px;background: url(https://images.onearabia.me/images/user.svg) no-repeat 0 0;display: block;position: relative;background-size: cover;}
.oi-user.loggedin .logged {background: url(https://images.onearabia.me/images/user-tick.svg) no-repeat 0 0;position: absolute;left: -3px;bottom: -2px;width: 20px;height: 16px;background-size: cover;}*/
.oi-user {cursor:pointer;    background: #0A6CFF;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;display: block;position: relative;
}
.oi-user.loggedin .logged{font-size: 22px;
    color: #fff;
    font-weight: 500;}





.oi-signin-subheading {font-size: 15px;color: var(--btn-border-bolor);font-weight: 400;margin: 0 0 24px 0;line-height: 21px;text-align: center;}
.oi-signin-desc {font-size: 15px;color: #d2d5d9;font-weight: 400;margin: 0 0 24px 0;line-height: 21px;}
.oi-signin-lists {margin-bottom: 24px;}
.oi-signin-lists ul {margin-left: 25px;}
.oi-signin-lists ul li {font-size: 15px;color: var(--prayer-font-color-sec);font-weight: 400;margin: 0 0 12px 0;line-height: 133.4%;letter-spacing: -0.15px;position: relative;}
.oi-signin-lists ul li:before {background: url(https://images.onearabia.me/images/check-mark-1706769854843.svg) no-repeat 0 0;position: absolute;left: -25px;content: '';top: 3px;width: 14px;height: 14px;display: block;}



.oi-signin-control {margin-bottom: 24px;}
.oi-signin-label {font-size: 13px;color: var(--prayer-font-color-sec);font-weight: 400;line-height: 20px;letter-spacing: -0.154px;margin-bottom: 12px;}
.oi-signin-textfield {position: relative;}
.oi-signin-textbox {border: 1px solid var(--border-color-primary);background: transparent;padding: 15px 10px;font-size: 15px;color: var(--prayer-font-color-sec);width: 100%;box-sizing: border-box;border-radius: 3px;outline: none;line-height: 20px;letter-spacing: -0.154px;}
.oi-signin-btn {color: #f7f7f7;font-size: 16px;padding: 10px 24px;border-radius: 2px;display: block;cursor: pointer;width: 100%;box-sizing: border-box;background: transparent;font-weight: 400;border: 1px solid var(--btn-border-bolor);}
.oi-error-msg {color: #ff0000;font-size: 12px;margin: 6px 0 0 0;display: none;} 

.oi-newuser {font-size: 14px;color: #f7f7f7;font-weight: 400;margin: 16px 0;letter-spacing: -0.154px;line-height: 20px;text-align: center;}
.oi-newuser a {background: linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-decoration: underline;}

.oi-signin-ortext {position: relative;padding: 10px 0;margin: 24px 0;text-align: center;}
.oi-signin-ortext .oi-signin-ortextinner {display: inline-block;vertical-align: middle;font-size: 12px;color: #f7f7f7;padding: 5px 10px;position: relative;z-index: 1;line-height: 20px;letter-spacing: -0.154px;background: #0D0C0C;}
.oi-signin-ortext .oi-signin-ortextinner span {background: linear-gradient(90deg, #F5E89F 1.14%, #A98F5A 100%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.oi-signin-ortext:before {content: '';position: absolute;left: 0;right: 0;top: 50%;height: 1px;background: var(--border-color-primary);}
.theme-light .oi-newuser a, .oi-signin-ortext .oi-signin-ortextinner span {background: none;color: #ba954e;-webkit-text-fill-color: #ba954e;}
.oi-signin-terms {font-size: 13px;font-weight: 400;line-height: 20px;letter-spacing: -0.154px;color: #f7f7f7;border-top: 1px solid var(--border-color-primary);padding: 24px 0;position: fixed;left: 0;bottom: 0;right: 0;background: #0D0C0C;}
.oi-signin-terms a {color: #f7f7f7;}
.oi-signin-terms span {margin: 0 3px;}
.oi-password-lists {margin-bottom: 24px;}
.oi-password-labels {color: #f7f7f7;font-size: 12px;font-style: normal;font-weight: 400;line-height: 150%;}
.oi-password-lists ul {margin-left: 25px;}
.oi-password-lists ul li {color: #f7f7f7;font-size: 12px;font-style: normal;font-weight: 400;line-height: 150%;position: relative;margin: 2px 0;}
.oi-password-lists ul li:before {background: url(https://images.onearabia.me/images/check-mark-1706769854843.svg) no-repeat 0 0;position: absolute;left: -25px;content: '';top: 3px;width: 12px;height: 12px;display: block;background-size: contain;}
.oi-password-lists ul li.donot:before {background: url(https://images.onearabia.me/images/cross-1706770044456.svg) no-repeat bottom center;background-size: contain;}

.oi-email-address {padding: 0 0 12px 0;border-bottom: 1px solid var(--border-color-primary);color: #f7f7f7;font-size: 15px;font-weight: 400;line-height: 24px;margin-bottom: 0px;}

.oi-subscription-listing {margin: 0;}
.oi-subscription-listing ul li {margin: 6px 0;}
.oi-subscription-listing ul li a {color: #f7f7f7;font-size: 16px;font-weight: 400;line-height: 24px;padding: 20px 0;border-bottom: 1px solid var(--border-color-primary);display: block;position: relative;}
.oi-subscription-listing ul li:last-child a {border-bottom: 0 none;}
.oi-subscription-listing .morearrow {top: 32px;}

.oi-login-logo {margin: 24px auto;max-width: 120px;}
.oi-login-logo img {width: 120px;}
.show-pass {background: url(https://images.onearabia.me/images/eye-1706770044474.svg) no-repeat 0 0;width: 16px;height: 10px;background-size: contain;position: absolute;right: 10px;top: 20px;display: block;z-index: 1;}
.theme-light .show-pass {background: url(https://images.onearabia.me/images/lightmode-eye-1706770044474.svg) no-repeat 0 0;}

/*
 * Sign in styles
 */              
.oi-signin-wrapperinner {margin: 0 20px;}


.oi-loggedin {display: none;margin: 0 20px;}    
.loggedin .oi-signin-wrapperinner {display: none;}
.loggedin .oi-loggedin {display: block;}
.logintext {padding: 15px 0;text-align: center;font-weight: bold;color: #d2d5d9;}
.logintext a {color: #d2d5d9;}



/*
 * Notifications Styles
 */

.oi-notifications-wrapper {position: fixed;top: 0;bottom: 0;right: -3000px;z-index: 100000;background: #0D0C0C;overflow-y: auto;transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;width: 25%;height: 100%;}

.oi-notifications-wrapper.shownotf {right: 0;}

.oi-notifications-header {border-bottom: 1px solid var(--border-color-primary);height: 48px;position: relative;}
/*.oi-notification-close {vertical-align: middle;background: url(../icons/back-arrow.svg) no-repeat 0 0;width: 20px;height: 20px;display: inline-block;transform: rotate(-180deg);-webkit-transform: rotate(-180deg);position: absolute;left: 20px;top: 14px;cursor: pointer;}*/


.oi-notification-close {position: absolute;right: 20px;top: 25px;width: 24px;height: 24px;background: url(https://images.onearabia.me/images/close-btn.svg) no-repeat 0 0;cursor: pointer;background-size: cover;}


.oi-notification-heading {text-align: center;font-size: 18px;color: #f7f7f7;font-weight: 600;padding: 12px 0 0 0;line-height: 24px;text-transform: capitalize;}
.oi-notifications-subheading {font-size: 16px;color: #f7f7f7;font-weight: 600;padding: 24px 0;line-height: 24px;text-transform: capitalize;}

.oi-notifications-category-container {margin: 0 20px;}
.oi-notifications-categoryrow, .oi-notf-wrap {display: flex;justify-content: space-between;}
.oi-notifications-category, .oi-enable-all {font-size: 14px;color: var(--font-color);font-weight: 600;margin-bottom: 6px;}
.oi-notifications-categorydesc {font-size: 12px;color: var(--font-color-author);font-weight: 400;}
.oi-notifications-category-container ul li {border-bottom: 1px solid var(--border-color-primary);margin-bottom: 12px;padding-bottom: 12px;}
.oi-notifications-category-enabledisable {margin-top: 6px;}
.oi-notifications-category-container ul li:last-child {border-bottom: 0 none;}
.oi-notifications-topcontent {margin: 0px 20px;}
.oi-notifications-content {display: none;}
.oi-notifications-wrapper.shownotf .oi-notifications-content {display: block;}

.notf-subscribe {text-align: right;font-size: 12px;color: #f7f7f7;float: right;}




/*
 * Saved Articles Styles
 */

.bookmark-icon {background: url(https://images.onearabia.me/images/bookmark.svg) no-repeat 0 0;display: inline-block;vertical-align: middle;width: 16px;height: 18px;margin: 0 2px;background-size: contain;}
.oi-explore-category-lists {margin: 24px 0 0 0;}
.oi-saved-articles-wrapper {position: fixed;top: 0;bottom: 0;right: -3000px;z-index: 100000;background: #0D0C0C;overflow-y: auto;transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;width: 25%;height: 100%;}
.oi-saved-articles-wrapper.showarticles, .oi-saved-articles-wrapper.showarticles-empty {right: 0;bottom: 0;}

.oi-saved-articles-wrapper.showarticles .oi-saved-articles-block {display: block;} 
.oi-saved-articles-wrapper.showarticles-empty .oi-saved-articles-emptyblock {display: block;}
.oi-saved-articles-emptyblock, .oi-saved-articles-block {margin: 0 20px;display: none;}
.oi-explore-category-lists ul {display: flex;flex-direction: row; flex-wrap: wrap;width: 275px;margin: 24px auto 0 auto;}
.oi-explore-category-lists ul li {flex: 62%;border-right: none;padding: 12px 0;line-height: 16px;display: inline-block;}
.oi-explore-category-lists ul li:nth-child(2n) {flex: 38%;}
.oi-explore-category-lists ul li a {display: block;font-size: 16px;padding: 8px 10px;color: #d2d5d9;position: relative;}
.oi-explore-category-lists ul li.show span i {transform: rotate(225deg);-webkit-transform: rotate(225deg);-moz-transform: rotate(225deg);-ms-transform: rotate(225deg);-o-transform: rotate(225deg);}
.oi-explore-category-lists ul li span i {position: absolute;content: "";top: 13px;left: 20px;margin: auto;width: 8px;height: 8px;border-right: solid 2px #d2d5d9;border-bottom: solid 2px #d2d5d9;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);transition: all 0.8s ease 0s;-webkit-transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-ms-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;}

.theme-light .oi-explore-category-lists ul li a {color: #292929;}

.oi-article-lists {padding: 24px 0 24px 0;}
.oi-article-listswrap ul li {border-bottom: 1px solid var(--border-color-primary);position: relative;margin: 0;}
.oi-article-listswrap ul li:last-child {border-bottom: 0 none;}
.oi-article-lists-image {width: 120px;float: left;position: relative;}
.oi-article-lists-image img {max-width: 100%;display: block;}
.oi-article-lists-details {position: relative;padding: 24px 0 0 0;}
.oi-article-lists-title {color: #f7f7f7;font-size: 14px;padding: 0px 0;line-height: 22px;}
.oi-article-lists-title a {color: #f7f7f7;}
.oi-article-lists-share {width: 51px;z-index: 100;margin-top: 2px;position: absolute;right: 0;top: 0;}
.delete-article {width: 18px;height: 18px;display: inline-block;vertical-align: middle;margin-right: 10px;position: relative;background: url(https://images.onearabia.me/images/delete-articles.svg) no-repeat 0 0;background-size: contain;}
.share-article {width: 18px;height: 18px;display: inline-block;vertical-align: middle;border-radius: 50%;position: relative;background: url(https://images.onearabia.me/images/share-big.svg)}
.oi-savedarticles-close {position: absolute;right: 20px;top: 25px;width: 24px;height: 24px;background: url(https://images.onearabia.me/images/close-btn.svg) no-repeat 0 0;cursor: pointer;background-size: cover;}



/*
 * My Profiles Styles
 */

.oi-myprofile-wrapper {position: fixed;top: 0;bottom: 0;right: -3000px;z-index: 100000;background: #0D0C0C;overflow-y: auto;transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;width: 25%;height: 100%;}
.oi-myprofile-wrapper.showprofile {right: 0;bottom: 0;}

.oi-myprofile-close {position: absolute;right: 20px;top: 25px;width: 24px;height: 24px;background: url(https://images.onearabia.me/images/close-btn.svg) no-repeat 0 0;cursor: pointer;background-size: cover;}
.oi-myprofile-container {margin: 0 20px;}
.oi-myprofile-content {padding: 12px 0;border-top: 1px solid var(--border-color-primary);position: relative;margin: 0;}
.oi-myprofile-title {font-size: 18px;color: #f7f7f7;line-height: normal;margin-bottom: 6px;}
.oi-myprofile-subtitle {font-size: 14px;color: #d2d5d9;line-height: normal;margin-bottom: 6px;position: relative;}
.oi-myprofile-subtitle .show-pass {top: 0px;}

/*
 * Toggle Switch 
 */
.switch {position: relative;display: inline-block;width: 40px;height: 20px;}
.switch input { opacity: 0;width: 0;height: 0;}
.slider {position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;border: 1px solid #717184;-webkit-transition: .4s;transition: .4s;}
.slider:before {position: absolute;content: "";height: 16px;width: 16px;left: 2px;bottom: 1px;background-color: #717184;-webkit-transition: .4s;transition: .4s;}
.switch input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
.switch input:checked + .slider:before {-webkit-transform: translateX(18px);-ms-transform: translateX(18px);transform: translateX(18px);background: linear-gradient(180deg, #F5E89F 0%, #A98F5A 100%);}
/* Rounded sliders */
.slider.round {border-radius: 30px;}
.slider.round:before {border-radius: 50%;}

.oi-header-navigation-title {text-align: center;font-size: 20px;color: #f7f7f7;margin: 12px 0 0 0;}


path {
    stroke: var(--font-color);
}
.footerLoggedin {
    float: none !important;
    margin: 0 auto;
}
.overflw {overflow: hidden;}
.oi-myprofile-selectbox {border: 1px solid var(--border-color-primary);margin: 12px 0px;padding: 5px;position: relative;}
.oi-myprofile-selectlabel {padding: 6px 0;cursor: pointer;font-size: 14px;color: #f7f7f7;display: block;position: relative;}
.oi-myprofile-selectlabel::after {border: solid #f7f7f7;border-width: 0 1px 1px 0;display: inline-block;padding: 3px;transform: rotate(45deg);-webkit-transform: rotate(45deg);position: absolute;left: 5px !important;right: revert !important;top: 8px;content: '';transition: all 0.8s ease 0s;-moz-transition: all 0.8s ease 0s;-o-transition: all 0.8s ease 0s;}
.oi-myprofile-selectbox.show-dropdown .oi-myprofile-selectlabel::after {transform: rotate(225deg);-webkit-transform: rotate(225deg);top: 12px;}
.oi-myprofile-popup {position: absolute;left: 0;right: 0;top: 38px;background: #0D0C0C;z-index: 1000;border: 1px solid var(--border-color-primary);display: none;}
.oi-myprofile-selectbox.show-dropdown .oi-myprofile-popup {display: block;}
.oi-myprofile-popup ul li {list-style-type: none;padding: 10px;cursor: pointer;font-size: 14px;color: #f7f7f7;}
.oi-prayer-selbox:after{display:none;}
#currency-converter .oi-right-arrow {
    display: none;
}

@media  screen and (min-width: 1137px) and (max-width: 1279px) {
.maxwidth-others {max-width: 1148px;margin: 0 auto;}
.oa-header-logo, .oa-header-logo a {width: 150px;}
.oi-header-search, .oa-header-navwrap ul li.more-links {display: none;}
.oa-header-navwrap ul li a {padding: 10px 5px!important;}
.oi-topblockleft {width: 810px !important;}
.oa-topblock-left {width: 525px !important;}
.oa-topblock-mid, .oa-article-wrapper {width: 250px!important;}
div.oi-articles-wrapper-left {width: 775px !important;padding-right: 30px !important;border-right: 0 none;}
.oa-article-image img {height: 145px;}
.oi-articles-wrapper-left {width: 775px!important;padding-right: 30px!important;}
.oi-articles-wrapper-right {}
.oa-article-list-image {width: 280px;}
.oa-article-list-titlewrap {margin-left: 315px;}
.ipl-widget-container ul li {width: 260px!important;}
.ipl-widget-content {height: 180px;}
.oa-notfound-leftpanel {padding-left: 0px!important;padding-right: 45px!important;}
.oa-notfound-rightpanel {padding-right: 0!important;}
.midborder::before {left: 800px!important;}
.leftpanel {width: 800px!important;}
.oi-article-lt {padding-left: 20!important;padding-right: 50px!important;}
.rightpanel {padding-right: 0!important;}
.oi-latestnews-tabs ul li {margin: 0px 5px 10px 0px!important;}
.oa-other-leftpanel {margin-right: 30px!important;}
.oa-other-midpanel {width: 540px!important;}
.oa-leftpanel {width: 750px!important;padding-right: 35px!important;}
.oi-topblock .oi-topblockleft {width: 770px!important;}
}
.oiInImg {
padding-right: 50px!important;
}


