/*Common Css Varibles*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
body {
  /* overflow-x: hidden !important; */
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a:hover {
  text-decoration: none !important;
}

ul,
li {
  margin: 0 !important;
  padding: 0;
  list-style: none;
}

:root {
  --top-header: #303133;
  --white: #fff;
  --red-color: #d90000;
  --btn-bg: #c7262d;
  --from-span: #c2262d;
  --black-color: #000000;
  --from-h4: #686868;
  --tier-list-h3: #acacac;
  --blog-p: #6b6b6b;
  --page-bg: #151515;
  --font-9: 9px;
  --font-11: 11px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-10: 10px;
  --font-18: 18px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-34: 34px;
  --font-37: 37px;
  --font-48: 48px;
}
.dft-btn {
  background-color: var(--btn-bg);
  border-radius: 25px;
  font-size: var(--btn-bg);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* top-header */
.top-header {
  background-color: var(--top-header);
  height: 50px;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 9999999999999999999;
}
.top-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 40px 0;
}
.top-sidebar .top-header-list {
  justify-content: flex-start;
  padding: 25px;
}
.top-sidebar .logout-btn {
  padding: 12px 5px 12px 16px;
}
.top-sidebar .logout-btn span{
  font-size: var(--font-14);
  margin-right: 10px;
}
.top-sidebar .logout-btn img {
  width: 30px;
}
.top-header button:focus {
  outline: 0;
}
.openbtn , .top-sidebars{
  display: none;
}

.top-sidebar .language-currency ul,
.top-sidebar .language-currency a,
.top-sidebar .language-currency h6 {
  display: inline;
  justify-content: flex-start;
  font-size: var(--font-14);
}
.top-sidebar .language-currency,
.top-sidebar .language-currency li {
  padding: 20px;
}
.top-sidebar .closebtn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.top-sidebar a:hover {
  color: #f1f1f1;
}

.top-sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: var(--btn-bg);
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color: #444;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
}
.language-currency ul,
.language-currency ul h6,
.language-currency ul a {
  font-family: "Roboto", sans-serif;
  display: flex;
  font-size: var(--font-11);
  align-items: center;
  color: var(--white);
  justify-content: space-between;
  margin-bottom: 0 !important;
}
.language-currency span {
  margin-left: 6px;
  color: var(--red-color);
  font-size: var(--font-11);
}
.language-currency img {
  margin-right: 10px;
}
.drowp-down-icon {
  margin-left: 8px;
}
.top-header-list {
  display: flex;
  justify-content: flex-end;
}
.logout-btn {
  height: 27px;
  width: 80px;
  padding: 0 5px;
}
.logout-btn img {
  margin-right: 0;
}
.logout-btn span {
  font-size: var(--font-9);
  color: var(--white);
  line-height: 0;
}
.top-header-list ul li {
  padding: 0 15px;
}
.dft-btn:hover {
  background: var(--red-color);
}
.language-currency ul a:hover {
  color: var(--btn-bg);
}
/* top-header */
/*header*/
.header {
  background-color: var(--black-color);
  height: 92px;
  display: flex;
  position: sticky;
  align-items: center;
  z-index: 99999999999999999999999999999999;
  top: 49px;
}
.brand-logo a {
  font-size: var(--font-37);
  color: var(--white);
  font-weight: 700;
}
.brand-logo span {
  color: var(--btn-bg);
}
.hvr-bounce-to-bottom img {
  margin-left: 17px;
}
.header-button {
  color: var(--white);
}
.header-contnet {
  z-index: 99;
  position: relative;
}

.header-contnet-ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 36px 0 25px;
  position: relative;
}

.header-contnet-ul h3 {
  color: #e5e7eb;
  font-size: var(--font-size-16);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header-contnet-ul span {
  color: #9baac6;
  font-size: var(--font-size-16);
}

.header .col-md-10 {
  position: static;
}
.dropdown-menu::before {
  content: "";
  position: absolute;
  background-color: rgb(0 23 63 / 80%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.nav-link {
  color: var(--white);
  font-size: var(--font-13);
}

.navbar-expand-lg .navbar-nav .menu-img img:hover {
  filter: brightness(0) saturate(100%) invert(37%) sepia(47%) saturate(2647%)
    hue-rotate(331deg) brightness(73%) contrast(119%);
}
.navbar-expand-lg .navbar-nav .nav-link {
  transition: 0.5s;
  border-top: 4px solid var(--black-color);
  height: 92px;
  width: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: var(--btn-bg);
  color: var(--white);
  transition: 0.5s;
  border-top: 4px solid var(--white);
}
.menu-img sup {
  top: -12px;
  font-size: var(--font-10);
  position: relative;
  color: var(--white) !important;
  z-index: 1;
}
.menu-img-affter {
  z-index: 1;
  position: relative;
}
.menu-img sup::before {
  background-color: var(--btn-bg);
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -7px;
  right: 0;
  top: -3px;
  bottom: 0;
  border-radius: 20px;
  z-index: -1;
}

.navbar-nav {
  align-items: center;
}

.navbar {
  padding: 0;
}
.menu-img a {
  margin: 0 15px 0 5px;
}
.dropdown-menu {
  position: relative;
  background: transparent;
  top: 136%;
  padding: 0;
  margin: 0;
  min-width: 100%;
  border: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: 100%;
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}
.header-contnet-ul li {
  padding: 0 75px;
  position: relative;
}
.header-contnet-ul::after {
  content: "";
  border-right: 1px solid rgb(255 255 255 / 40%);
  position: absolute;
  bottom: 0;
  top: 0;
  height: auto;
}
/*end header*/

/* main-banner */
.main-banner {
  background-image: url(../img/banner-img.png);
  width: 100%;
  height: 73vh;
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
.baner-hdg {
  font-size: 120px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  word-spacing: -8px;
  font-style: italic;
}
.baner-hdgh5 {
  font-size: 37px;
  font-weight: 400;
  color: var(--white);
  background-color: var(--btn-bg);
  display: inline-block;
  padding: 0 22px;
  margin-left: 6px;
}
.baner-hdg span {
  font-style: normal;
}

/* end-main-banner */
/* guide-sec */
.guide-sec {
  padding: 95px 0;
  background-color: var(--black-color);
}
.guide-tab-pane .active {
  color: var(--white);
}
.guide-h1 {
  color: var(--white);
  font-size: var(--font-48);
  font-weight: 700;
  margin: 0;
}
.guide-sec-wrp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.guide-sec-wrp .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link {
  border: 0;
  color: var(--white);
  font-size: var(--font-18) !important;
  font-weight: 500;
  padding: 0 25px 6px;
}
.guide-sec-wrp .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.guide-sec-wrp .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  border: 0;
  background: transparent;
  color: var(--btn-bg);
  font-style: italic;
  position: relative;
}
.guide-sec-wrp .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after,
.guide-sec-wrp .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover::after {
  content: "";
  position: absolute;
  background-color: var(--btn-bg);
  height: 2px;
  width: 40px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}

.guide-sec-wrp .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.guide-sec-wrp .nav-tabs {
  border: 0;
}
.guide-tab-pane .tab-pane {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 55px 80px !important;
  margin: 20px 0;
  background-image: url(../img/tab-bg.jpg);
}

/* .guide-tab-pane .tab-pane:nth-of-type(1) {

} */
.guide-tab-ul li a {
  display: table;
  align-items: center;
  margin-bottom: 20px;
}
.guide-tab-ul li:last-child a {
  margin-bottom: 0;
}
.guide-tab-ul li span {
  color: var(--white);
  margin-left: 20px;
  margin-bottom: 0;
  font-size: var(--font-24);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.guide-h4 {
  color: var(--from-h4);
  font-size: var(--font-18);
  font-family: "Roboto", sans-serif;
  margin-bottom: 0;
  margin-top: 19px;
}
.guide-h4 span {
  color: var(--from-span);
}
.guide-h4 img {
  margin-left: 10px;
  margin-top: -8px;
}
.juli-img-wraper{ cursor: pointer; }
.juli-img-wraper:hover .juli-img-box,
.juli-img-wraper:hover .blogimgbx{ position: relative; }
.juli-img-wraper:hover .juli-img-box:before,
.juli-img-wraper:hover .blogimgbx:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(200,40,47,1) 99%, rgba(199,38,45,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(200,40,47,1) 99%,rgba(199,38,45,1) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(200,40,47,1) 99%,rgba(199,38,45,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#c7262d',GradientType=0 );
    }
.juli-img-box {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url(../img/julio-bg.png);
  padding: 20px;
  height: 193px;
  display: flex;
  align-items: flex-end;
}

.julio-sec .row {
  margin-top: 30px;
}
.juli-img-player {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 10px;
}
.juli-img-player img {
  width: 32px;
}
.juli-img-wraper h1 {
  font-size: var(--font-26);
  margin-top: 20px;
}
.juli-img-wraper h4 {
  font-size: 16px;
  margin-top: 10px;
}
/* guide-sec */

/* tier-list */
.tier-list-sec {
  background-image: url(../img/tier-list-bj.png);
  width: 100%;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tier-list-tabs {
  margin: 20px 0;
}
.tier-list-wpraper {
  margin-top: 50px;
}

.tier-list-ul {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 35px;
}
.tier-list-h2 {
  color: var(--white);
  font-size: var(--font-22);
  margin-top: 12px;
  margin-bottom: 5px;
  font-weight: 600;
}
.tier-list-h3 {
  color: var(--tier-list-h3);
  font-family: "Roboto", sans-serif;
  font-size: var(--font-12);
  font-weight: 400;
  line-height: 20px;
}
.tier-list-h3 span {
  color: var(--from-span);
}
.tier-list-h3 strong {
  font-weight: 400;
  color: var(--white);
}
.tier-list-ul2 {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 33px !important;
}
.tier-list-ul2 li {
  margin: 0 30px !important;
}
.blog-wraper .row {
  margin-top: 35px;
}
/* tier-list */

/* blog-sec */
.blog-h1 {
  color: var(--white);
  font-size: var(--font-24);
  margin-top: 20px;
  font-weight: 800;
}
.blog-p {
  color: var(--blog-p);
  line-height: 32px;
}
.read-more-btn {
  font-weight: 600;
  color: var(--from-span);
}
.read-more-btn:hover {
  color: var(--white);
}
/* blog-sec */

/* footer */
.footer-sec {
  background-color: #303133;
  padding: 80px 0;
}
.footer-wraper {
  text-align: center;
}
.footer-quick-ul,
.footer-support-ul,
.social-icon-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px !important;
}
.footer-quick-ul a,
.footer-support-ul a {
  padding: 0 33px;
}
.footer-quick-ul a:hover,
.footer-support-ul a:hover {
  color: var(--btn-bg);
}
.social-icon-ul a {
  margin: 20px 4px 0 !important;
  background-color: #454648;
  width: 30px;
  height: 30px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-icon-ul i {
  color: #aaaaaa;
  font-size: var(--font-13);
}
.social-icon-ul a:hover {
  background-color: var(--btn-bg);
}
.social-icon-ul li:hover i {
  color: var(--white);
}
/* footer */

/* after-login */
.login-area {
  background-color: var(--page-bg);
  padding: 40px 0;
}

.serach-area button,
.serach-area input {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 14px;
  line-height: 0;
}
.serach-area input::placeholder {
  color: #303133;
}
.serach-area {
  background-color: #fff;
  width: 92.3%;
  padding: 10.5px 30px;
  margin-left: auto;
}
.serach-area img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(10%) saturate(270%)
    hue-rotate(182deg) brightness(96%) contrast(90%);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.login-tabs-sec {
  justify-content: center;
  border-bottom: 1px solid rgb(79, 79, 79);
  padding: 55px 0 40px;
}
.memmber-data {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.name-date {
  margin-left: 22px;
}
.login-h1 {
  font-size: var(--font-26);
  color: var(--white);
  font-weight: 700;
  margin-bottom: 10px;
}
.login-h1 span {
  color: var(--btn-bg);
}
.name-date span {
  color: var(--white);
  font-size: var(--font-14);
  font-style: italic;
}
.login-player-area {
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  background-image: url(../img/login-player-bg-.png);
  padding: 25px;
  margin-top: 28px;
  display: flex;
  height: 319px;
  align-items: flex-end;
}
.login-player-area2 {
  background-image: url(../img/login-player-bg2-.png);
}
.login-player-area img {
  width: 57px;
}
.comment-area-wraper {
  margin-top: 28px;
  padding-bottom: 50px;
  border-bottom: 1px solid #4f4f4f;
}
.comment-area img {
  width: 71px;
  margin-right: 20px;
}
.comment-area h3 ::before {
  width: 1px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  bottom: 0;
  height: 75px;
  background-color: #4f4f4f;
}
.comment-area {
  display: flex;
  align-items: center;
  margin-top: 26px;
}
.comment-area h3 {
  line-height: 23px;
  color: var(--white);
  padding-left: 20px;
  font-size: var(--16);
  margin-bottom: 0;
  position: relative;
}
.comment-area span {
  font-style: italic;
}
.comment-ul {
  display: inline-grid;
  grid-template-columns: auto auto auto auto auto auto auto;
  margin-top: 30px !important;
  color: var(--white);
}
.comment-ul a {
  color: #b3b3b3;
}

.comment-ul span {
  color: var(--white);
}
.comment-ul li {
  padding: 0 10px;
}
.last-border {
  border: 0;
}
.profile-sec {
  margin-top: 40px;
  border: 1px solid #4f4f4f;
  background-color: #000;
}
.profile-sec-h2 {
  background-color: var(--btn-bg);
  text-align: center;
  padding: 13.8px 0;
  font-size: var(--font-18);
  font-weight: 700;
  margin-bottom: 0;
  color: var(--white);
}
.profile-sec h1 {
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding: 30px 0 22px;
}
.profile-sec-wrpr {
  text-align: center;
  padding: 20px 25px;
}
.profile-edit li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #666666;
  padding: 15px 0;
}
.profile-edit a {
  color: #bfbfbf;
  font-size: var(--font-18);
}
.profile-edit a:hover {
  color: var(--btn-bg);
}
.profile-edit a img:hover {
  filter: brightness(0) saturate(100%) invert(17%) sepia(80%) saturate(3032%)
    hue-rotate(344deg) brightness(98%) contrast(91%);
}
.blog-sec-h2 {
  margin: 60px 0 40px;
}
.side-blogs .blog-sec h1 {
  font-size: 20px;
}
.blog-sec p {
  font-size: var(--font-13);
  line-height: 25px;
  margin-bottom: 5px;
}
.blog-sec .read-more-btn {
  font-size: var(--font-13);
}
.blog-sec {
  margin-bottom: 30px;
}
/* after-login */
/* create-list  page*/
.builds-area {
  width: 100%;
  text-align: left !important;
}
.builds-area-wraper {
  margin: auto;
  text-align: center;
}
.serach-area {
  margin-bottom: 50px;
}
.create-list {
  padding: 60px 0 80px;
}
.create-list-h2 {
  background-color: #cc1439;
  display: inline-block;
  padding: 15px 34.6px;
  font-size: var(--font-24);
  font-weight: 700;
  color: var(--white);
}
.create-list .guide-tab-pane {
  text-align: center;
}
.create-list .guide-tab-pane .tab-pane {
  margin-top: 42px;
}
.create-list .julio-sec {
  margin-top: 30px;
}
.create-list .row {
  margin-top: 50px;
}
/* create-list page */
/* builds-with-login */
.icon-name {
  text-align: center;
  margin-bottom: 10px;
  height: 50px;
}
.builds-with-login-tabs a {
  padding: 26px 20px;
  margin: 0 25px;
  font-size: var(--font-14);
}
.builds-with-login-tabs a.active,
.builds-with-login-tabs a:hover {
  background-color: #cc1439;
  color: var(--white);
}
.builds-with-login-tabs a.active img,
.builds-with-login-tabs a:hover img {
  filter: brightness(0) invert(1);
}
.builds-with-login-ul {
  text-align: center;
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  margin-bottom: 45px !important;
}
.builds-with-login-wrpr {
  margin-top: 65px;
}
.builds-with-login-ul h2 {
  font-size: var(--font-11);
  background-color: var(--white);
  color: var(--page-bg);
  padding: 5px 13px;
  margin: -5px 0;
  font-weight: 800;
  z-index: 2;
  position: relative;
}
.builds-with-login-ul a {
  display: inline-block;
}
.builds-with-login-ul img {
  width: 94px;
}
/* builds-with-login */
/* roster-page */
.roster-page-ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 42px 65px;
}
.roster-page-ul li {
  position: relative;
  margin-left: 14px !important;
}
.roster-page-ul li::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  background-image: url(../img/right-arrow.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 4px;
  height: 9px;
  margin: auto;
}
.roster-page-ul a {
  color: var(--white);
  font-size: var(--font-14);
  padding: 8px 12px;
  margin-left: 8px;
}
.roster-page {
  padding: 65px 0;
}
.roster-page-ul a:hover {
  background-color: var(--btn-bg);
}
.roster-page-ul a:hover .roster-page-ul li::before {
  background-image: url(../img/right-arrow.png);
}
/* roster-page */
/* tierlist-without-login */
.tierlist-heading h1 {
  color: var(--white);
  font-size: var(--font-24);
  font-weight: 500;
  margin-bottom: 0;
}
.tierlist-header {
  height: 93px;
  background-color: #000;
  border: 1px solid #cc1439;
  margin-top: 50px !important;
  padding: 32px 50px 32px 50px;
}
.tierlist-details-ul li {
  display: flex;
  align-items: center;
}
.player-name a {
  display: inline-flex;
  align-items: center;
}

.player-name h2 {
  font-size: var(--font-26);
  color: var(--white);
  font-weight: 600;
  margin-left: 40px;
  display: inline;
  margin-bottom: 0;
}

.player-name span {
  font-size: var(--font-18);
  color: #8a8a8a;
  font-weight: 500;
}
.player-name h5 {
  color: #ffff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}
.player-name img {
  width: 100px;
}
.brdr-btm {
  padding: 15px 50px 6px 0;
  border-bottom: 1px solid #fff;
}
.flex-23 {
  flex: 0 0 23%;
}
.tierlist-header .tierlist-heading:nth-child(1) {
  flex: 0 0 41%;
}
.tierlist-header .tierlist-heading:nth-child(2) {
  flex: 0 0 26%;
}
.tierlist-header .tierlist-heading:nth-child(3) {
  flex: 0 0 23%;
}

.brdr-btm .player-name:nth-child(1) {
  flex: 0 0 44.6%;
}
.brdr-btm .player-name:nth-child(2) {
  flex: 0 0 25%;
}
.brdr-btm .player-name:nth-child(3) {
  flex: 0 0 23%;
}

/* tierlist-without-login */

/* Builds-with-login-create-account */
.create-acount-popup .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
}
.create-acount-popup .modalWindow {
  display: none;
  /* position: absolute; */
  /* top: 5%; */
  /* bottom: 5%; */
  right: 0;
  margin: auto;
  left: 0;
  z-index: 99999999999 !important;
  width: 35%;
  height: auto;
}
.create-acount-popup .modal.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 997;
  pointer-events: none;
}
.create-acount-popup .modalWindow .modalWrapper {
  padding: 35px 55px;
  height: -15%;
}
.create-acount-popup .closeBtn {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}
.create-acount-popup .edit {
  top: 5%;
  right: 20%;
}
.edit-delete-button {
  text-align: end;
  margin-top: 20px;
}

.edit-delete-button a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.modalButton {
  padding: 10px 17px;
  width: 100px;
}
.modalButton:hover {
  color: var(--white) !important;
}
.user-imge {
  text-align: center;
  position: relative;
}
.user-imge h1 {
  margin-top: 20px;
  color: #d0d0d0;
  font-size: 30px;
  font-weight: 700;
}
.mm-field {
  width: 100%;
  margin-bottom: 10px;
  background-color: #fafafa;
  /* height: 110px; */
  height: 50px;
  border: 1px solid #e4e4e4;
}
.mm-field input,
.mm-field textarea {
  width: 100%;
  background-color: #fafafa;
  border: 0;
  padding: 25px;
  height: -webkit-fill-available;
}
.mm-field input::placeholder,
.mm-field textarea::placeholder {
  color: #a7a7a7;
}
.mm-field input:focus {
  outline: 0;
}
.fixedform-1 {
  margin-top: 65px;
}
.input-btn button {
  background-color: var(--btn-bg);
  width: 150px;
  height: 50px;
  border: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  outline: 0;
  line-height: 0;
}
.checkbox-round {
  width: 11px;
  height: 11px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #111111;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-left: 20px;
}

.checkbox-round:checked {
  background-color: var(--btn-bg);
  border: 1px solid var(--tier-list-h3);
}
.input-btn label {
  color: #000;
  font-weight: 600;
}
/* Builds-with-login-create-account */
/* Builds-with-create-account */
.atr-ctr-act {
  color: var(--black-color) !important;
}
.atr-ctr-dtls h4 {
  color: #cc1438;
  font-size: 16px;
  font-weight: 600;
}
.atr-ctr-dtls P {
  color: #9f9f9f;
  line-height: 25px;
  font-size: var(--font-14);
  margin-bottom: 0;
}
.atr-ctr-dtls {
  border-bottom: 1px solid #e5e5e5;
  padding: 18px 0 10px;
}
.atr-ctr-dtls-ul span {
  color: #cd153b;
  font-weight: 600;
}
.atr-ctr-dtls-ul {
  color: #979797;
}
.atr-ctr-dtls-ul a {
  color: var(--black-color);
}
.mm-field textarea.form-control {
  height: 105px;
}
.mm-field textarea.form-control:focus {
  box-shadow: none;
}
.atr-ctr-form {
  margin-top: 30px !important;
}
.atr-ctr-textarea textarea {
  padding: 15px !important;
  font-weight: 300;
}
.atr-ctr-textarea textarea::placeholder {
  color: #a7a7a7;
}
/* Builds-with-create-account */

/* tierlist-with-login-select-fighter */
.created-list-aftr {
  text-align: center;
  padding: 80px 65px !important;
}
.created-list-aftr h2 {
  font-size: 20px;
  padding: 15px 22px;
}
.created-list-btn button {
  font-size: 16px;
}

.created-list-btn-option .classic {
  /* styling */
  background-color: #fbfbfb;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  font-size: 17px;
  padding: 30px;
  /* reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  color: #a5a5a5;
  height: 100%;
}
.created-list-btn-option::after {
  content: "";
  position: absolute;
  background-image: url(../img/right-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  top: -13px;
  width: 20px;
  bottom: 0;
  right: 33px;
  height: 20px;
  margin: auto;
  transform: rotate(90deg);
}
/* arrows */

.created-list-btn-option .classic:focus {
  outline: 0;
  box-shadow: none;
}
.created-list-btn-option .classic option {
  border: 0;
}
.created-list-btn-option {
  margin: 30px 0 32px;
  position: relative;
}

/* tierlist-with-login-select-fighter */
.create-listdlt-wraper {
  text-align: left;
  margin-top: 30px;
}
.created-list-details {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.created-list-details h3 {
  font-size: var(--font-22);
  font-weight: 700;
}
.created-list-details p {
  color: #8f8f8f;
  word-spacing: 3px;
}
.edit-delete-dtls a {
  color: #595959;
  font-weight: 500;
  font-size: 14px;
}
.edit-delete-button p {
  font-size: 12px;
  margin-bottom: 0;
  color: #adadad;
}
.tierlist-user-imge {
  display: flex;
  align-items: center;
}
.tierlist-user-dtl {
  margin-left: 15px;
}
.tierlist-user-dtl h1 {
  font-size: var(--font-34);
  font-weight: 700;
}

.tierlist-user-dtl span {
  font-size: var(--font-22);
  color: #797979;
}
.tierlist-login-sec .modalWindow {
  width: 55%;
}
.tier-one-list {
  background-color: #f2f2f2;
  padding: 40px 30px;
  margin-top: 30px;
}
.tier-one-list h2 {
  font-weight: 800;
  font-size: var(--font-37);
  margin-bottom: 40px;
}
.tier-one-listul {
  display: flex;
  align-items: center;
}
.tier-one-listul li {
  margin-right: 35px !important;
}
.tier-one-list-details {
  margin-top: 40px;
}
.tier-one-list-details h4 {
  font-size: var(--font-26);
  font-weight: 700;
}
.tier-one-list-details p {
  line-height: 30px;
  color: #747474;
}
.tier-two-list {
  margin-top: 70px;
}
.tier-one-textarea {
  height: 150px;
  margin-top: 60px;
}
.tier-one-textarea textarea.form-control {
  height: 150px;
}
.tierlist-login-create-sec .modalWrapper {
  padding: 65px 30px 0px !important;
  display: flex;
  justify-content: space-between;
}
.tierlist-login-create-sec .modalWindow {
  width: 57%;
}
.tierlist-login-create-sec .tier-one-list {
  padding: 30px 30px 30px 20px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
}
.tierlist-login-create-sec .tier-one-list h2 {
  margin-bottom: 5px;
  font-size: var(--font-26);
}
.tier-one-list a {
  color: #7b7b7b;
  font-style: italic;
  border: 2px dotted #7b7b7b;
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
}

.player-imglist img {
  margin-right: 15px;
}
.player-imglist {
  text-align: right;
  margin-top: -7%;
}
.tier-one-ctreatelist-details h4 {
  font-size: var(--font-24);
  color: #646464;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.tier-one-ctreatelist-details p {
  background-color: #fff;
  height: 160px;
  padding: 20px;
  font-size: var(--font-14);
  color: #acacac;
}
.tier-one-ctreatelist-details span {
  width: 15px;
  height: 15px;
  background-color: #646464;
  display: block;
  border-radius: 50%;
  margin-right: 12px;
}
.tier-two-point span {
  width: 8px;
  height: 8px;
  outline: 1px solid #646464;
  outline-offset: 5px;
}
.drag-publishbtn button {
  width: 277px;
  height: 75px;
  font-size: var(--font-24);
}
.drag-publishbtn {
  text-align: center;
  margin-bottom: 65px;
}
.player-selection .tier-one-listul {
  display: grid;
  grid-template-columns: auto auto;
  gap: 50px 40px;
  /* margin-top: 29% !important; */
}
.player-selection .tier-one-listul img {
  width: 120px;
}
.player-selection .tier-one-listul li {
  margin-right: 0 !important;
}
.player-imglist img:last-child {
  margin-right: 0;
}
.tierlist-login-create-dtls {
  width: 69%;
}
.tierlist-login-create-sec .modalWindow {
  /* width: 57.6%; */
}
/* NEW CSS */
.modal-dialog {
 max-width: none;
}

/* .droptarget {
  float: left;
  width: 100px;
  height: 35px;
  margin: 15px;
  padding: 10px;
  border: 1px solid #aaaaaa;
} */

#divOne {
  /* display: grid;
  grid-auto-flow: column; */
}
/* My Profile CSS */
.page {
  box-sizing: border-box;
  margin: 25px auto 0 auto;
  /* position: relative; */
  border-left:solid 1px #dfdfdf;
  border-right:solid 1px #dfdfdf;
}
.profile-top.legendary .avatar {
  width: 150px;
  height: 150px;
  border: solid 5px #FFFFFF;
  top: 0px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 auto;
}
.profile-bottom.legendary {
  overflow: hidden;
  position: relative;
  margin-left: 0;
}
/* */
.ease {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}
.tabs {
	background: #fff;
	position: relative;
	margin-bottom: 50px;
  margin-top: 18px;
}

.tabs > input,
.tabs > span {
	width: 20%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.tabs > span {
	background: #f0f0f0;
	text-align: center;
	overflow: hidden;
}

.tabs > span i,
.tabs > span {
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.tabs > input:checked + span {
	background: #fff;
}

.tabs > input:checked + span,
.tabs > input:hover + span {
	color: red;
}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 20%;
}
.tab-content {
	padding: 80px 20px 20px;
	width: 100%;
	min-height: 340px;
}

.tab-content section {
	width: 100%;
	display: none;
}

.tab-content section h1 {
	margin-top: 15px;
	font-size: 100px;
	font-weight: 100;
	text-align: center;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}
/* effect-1 */

.effect-1 > input:checked + span {
	background: #fff;
}
.content-box {
  background-color: #fafafb;
  box-shadow: 1px 4px 8px rgb(0 0 0 / 15%);
  transition: all .3s ease-in-out;
  margin-bottom: 20px;
  height: 100%;
}
.content-box .finbyz-icon {
  max-width: 100%;
}
p.content-box-sub {
  font-size: 13px;
  font-weight: 300;
}
h4.content-box-title {
  font-size: 15px;
}
.component-container {
  margin-bottom: 1em;
}
.component-container .component {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 10px 0;
}
.tier-info {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.tier-list {
  padding: 20px;
  border-bottom: 0;
  background-image:url(../img/tier-list-bj.png);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.component-container .component:hover {
  color: red;
}
/* guide CSS */
.userguide-section {
  background-color: #fff;
  margin-top: 30px;
  height: 600px;
}
.sidebar {
  width: 300px;
  float: right;
  position: relative;
  min-height: 300px;
}
.mainbar {
  width: 730px;
  float: left;
}
.build-container {
  padding: 20px;
  padding-top: 15px;
  background-color: #FFFFFF;
  font-family: 'Overpass', sans-serif;
  position: relative;
}
.build-container .date {
  float: right;
  font-style: italic;
  font-size: 13px;
  font-family: 'Overpass', sans-serif;
  text-align: right;
}
.build-container h1 {
  margin: 0;
  margin-bottom: 12px;
  color: red;
  line-height: 1.2;
}
.build-container .tier-container {
  margin-bottom: 20px;
  white-space: nowrap;
}
.build-container .tier-container .tier-number {
  color: #ababab;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  font-size: 20px;
  width: 28px;
}
.build-container .tier-container .talent-image {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.build-container .tier-container .talent-info {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 14px;
  width: 540px;
}

.build-container .tier-container .talent-info .talent-title {
  font-weight: bold;
  font-size: 120%;
}
.build-container .talent-description {
  font-family: 'Overpass', sans-serif;
  font-size: 16px;
}
/* sidebar */
.widget {
  margin-bottom: 20px;
  background-color: #FFFFFF;
  font-family: 'Overpass', sans-serif;
  position: relative;
  border: solid 1px #dfdfdf;
}
.widget .padding {
  padding: 20px;
}
.widget.user-avatar .avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
  display: block;
  position: relative;
}
.widget.user-avatar .name {
  display: block;
  color: red;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1;
}

.widget.user-avatar .follow-button-container {
  float: right;
}
.widget-follow-button:hover, .widget-unfollow-buttonhover {
  text-decoration: none !important;
  color: #FFFFFF;
}
.widget-follow-button {
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: red;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;

}
.widget-unfollow-button {
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: red;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
.widget .following-container .followers .number {
  font-weight: bold;
}
ul.builds-with-login-ul li {
  padding: 15px;
}
/* LOGIN */
.main {
  background-color: #FFFFFF;
  width: 400px;
  height: 500px;
  margin: 5em auto;
  border-radius: 1.5em;
  box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
}
.sign {
  padding-top: 40px;
  color: red;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
}
.un, .email {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
}

form.form1 {
  padding-top: 40px;
}

.pass {
  width: 76%;
  color: rgb(38, 50, 56);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  background: rgba(136, 126, 126, 0.04);
  padding: 10px 20px;
  border: none;
  outline: none;
  box-sizing: border-box;
  border: 2px solid rgba(0, 0, 0, 0.02);
  margin-bottom: 50px;
  margin-left: 46px;
  text-align: center;
  margin-bottom: 27px;
}
.un:focus, .pass:focus {
  border: 2px solid rgba(0, 0, 0, 0.18) !important;
}
.submit {
  cursor: pointer;
  color: #fff !important;
  background-color:red;
  border: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-left: 35%;
  font-size: 13px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

.forgot {
  text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
  color: red;
  padding-top: 15px;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.forgot:hover {
  color: red;
}

.forgot a {
  text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
  color: red;
  text-decoration: none;
  text-align: center;
}
.form-check {
  text-align: center;
}

.viewBuildModal .modalWindow {
  position: fixed;
  top: 10px;
  height: unset;
  overflow: auto;
  padding: 0px !important;
}
.viewBuildModal .modalWrapper {
  padding: 30px 40px;
  overflow-y: scroll;
  height: 90vh !important;
}
ul.comment-ul.atr-ctr-dtls-ul {
  font-size: 14px;
}
.content-box p {
  font-size: 13px;
  font-weight: 300;
}
.content-info h4 {
  font-size: 20px;
}
.content-info {
  padding: 20px;
}

section.login-area.roster-page .table {
  color: #ffff;
}
.roster-page .table td, .table th {
    padding: 15px 0px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 13px;
}

.settings-menu-dropdown {
  position: relative;
}

.settings-menu-dropdown .dropdown-menu {
  width: max-content !important;
  white-space: nowrap;
  background-color: #000;
  top: 92px;
}

.settings-menu-dropdown .dropdown-menu::before {
  display: none;
}

.settings-menu-dropdown .dropdown-menu a.nav-link {
  height: unset;
  width: 100%;
  padding: 10px 20px;
  justify-content: flex-start;
}
button.btn.btn-success.rooster-btn {
  margin-bottom: 8px;
  float: right;
}

.user-imge label i {
  position: absolute;
  top: 86px;
  color: #fff;
  right: 120px;
  width: 30px;
  height: 30px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.user-imge label #myfile {
  display: none;
}
.rooster.container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

div#contactform.fixedform-1 {
  padding: 55px 0px;
  margin-top: 0px;
}
div#contactform.blog-create {
  padding: 150px 0px;
  margin-top: 0px;
}
.comment-box {
  padding: 12px 10px;
  border: 1px solid #e5e5e5;
  margin-top: 18px;
  height: 105px;
  overflow-y: scroll;
}
span.user-span {
  font-size: var(--font-14);
  color: #000;
  margin-left: 11px;
}
span.comment-span {
    font-size: var(--font-14);
    color: #9f9f9f;
}
.comment-box li {
  line-height: 21px;
}
div#contactform.home-comment {
    padding: 0 !important;
}
/* for inner scroll */
/* .player-selection {
  overflow-y: scroll;
  height: 1619px;
} */
/* for outerscroll */
/* .modalWrapper.tier-wrapper {
  height: 743px !important;
  overflow-y: scroll;
} */
div#contactform.fighterForm {
    padding: 10px 0 !important;
}
div#contactform.fighter_detail {
    padding: 10px 0 !important;
}

/* blog detail*/

.cs-blog {
    margin-bottom: 30px;
}
.cs-blog h2 {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 29px;
    margin: 0 0 11px;
    position: relative;
    text-transform: uppercase;
}
.cs-blog::after {
    clear: both;
    content: "";
    display: block;
}
ul.blog-list {
    list-style: outside none none;
    margin: -30px 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.blog-list.blog-slide {
    margin: 0;
}
.blog-list.blog-slider {
    margin: 0;
}
.cs-blog-detail .cs-text .post-option span a {
    color: #777;
}
.cs-auther-name a {
    color: #999;
}
.blog-list .slick-arrow {
    background-color: #f9f9f9;
    float: left;
    height: 29px;
    margin: 5px 0 0 5px;
    text-align: center;
    width: 29px;
}
.cs-blog .cs-media figure {
    position: relative;
}
.cs-blog .cs-media figure figcaption {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.cs-blog .cs-media:hover figure figcaption {
    opacity: 1;
    visibility: visible;
}
.cs-blog.blog-medium .post-title h3 {
    margin-bottom: 0;
}
.cs-blog .post-title {
    margin-bottom: 10px;
}
.cs-blog.blog-medium .cs-media figure figcaption .cs-readmore a {
    color: #fff;
    font-size: 24px;
    left: 50%;
    margin: -10px 0 0 -65px;
    position: absolute;
    top: 50%;
    transform: scale(0.7);
}
.cs-blog.blog-medium .cs-media:hover figure figcaption .cs-readmore a {
    transform: scale(1);
}
.cs-blog.blog-medium:last-child {
    border-bottom: medium none;
    padding-bottom: 40px;
}
.blog-medium .cs-media {
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
    width: 37%;
}
.blog-modern .cs-media {
    display: inline-block;
    margin-right: -4px;
    vertical-align: middle;
    width: 48.6%;
}
.blog-medium .cs-media figure img, .blog-modern .cs-media img {
    width: 100%;
}
.blog-medium .cs-media ~ .blog-text {
    display: inline-block;
    float: none;
    margin-right: 0;
    vertical-align: middle;
    width: 58%;
}
.blog-modern .blog-text {
    display: inline-block;
    margin-right: -4px;
    padding-left: 30px;
    vertical-align: middle;
    width: 51.4%;
}
.blog-modern .blog-text .cs-post-title {
    margin-bottom: 5px;
    padding-bottom: 1px;
    position: relative;
}
.blog-modern .blog-text .cs-post-title::after {
    bottom: 1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 27px;
}

.blog-medium .blog-text {
    width: 99.1%;
}
.blog-medium .blog-text p {
    display: inline;
    margin: 0 0 15px;
}
.blog-medium .blog-separator {
    margin: 0 0 10px;
}
.cs-blog .cs-categories, .cs-blog-detail .cs-categories {
    display: block;
    margin: 0 0 12px;
}
.cs-blog .cs-categories a, .cs-blog-detail .cs-categories a {
    border-bottom: 2px solid #ededed;
    color: #55a747;
    display: inline-block;
    font-size: 10px;
    margin-right: 5px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.cs-blog-detail .post-option {
    float: right;
}
.cs-blog .post-option span a, .cs-blog-detail .post-option span a {
    color: #999 !important;
    display: inline-block;
    font-size: 12px;
    margin-right: 18px;
    vertical-align: middle;
}
.cs-blog .post-option span i, .cs-blog-detail .post-option span i {
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: middle;
}
.cs-blog-detail .post-option span.post-category i {
    margin: 0;
}
.cs-blog-detail .post-option .post-category a {
    margin-left: 10px;
    margin-right: 0;
}
.cs-blog-detail .post-option .post-date {
    margin-left: 18px;
}
.cs-blog-detail .cs-text .post-option span i {
    float: left;
    margin: 3px 8px 0 0;
}
.cs-blog.blog-grid figure img {
    width: 100%;
}
.cs-blog.blog-grid .cs-media ~ .blog-text {
    margin: -30px 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}
.cs-blog.blog-grid .cs-inner-bolg {
    background-color: #fff;
    display: inline-block;
    padding: 20px 25px;
    width: 100%;
}
.cs-blog.blog-grid .blog-text p {
    margin: 0 0 5px;
}
.cs-blog.blog-grid .post-option {
    line-height: normal;
    margin: 0 0 10px;
}
.cs-blog.blog-grid .post-option span {
    color: #8b919e;
    font-size: 10px;
    margin: 0 15px 0 0;
    position: relative;
    text-transform: uppercase;
}
.cs-blog.blog-grid .post-option span::before {
    background-color: #8b919e;
    border-radius: 100%;
    content: "";
    height: 3px;
    left: -10px;
    position: absolute;
    top: 5px;
    width: 3px;
}
.cs-blog.blog-grid .post-option span:last-child {
    margin: 0;
}
.cs-blog.blog-grid .post-option span:first-child::before {
    display: none;
}
.cs-blog.blog-grid .read-more {
    display: inline-block;
    font-size: 12px;
    position: relative;
}
.cs-blog.blog-grid .read-more::before {
    content: "";
    font-family: "icomoon";
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 0;
}
.blog-large .cs-media img {
    width: 100%;
}
.blog-large .cs-text {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.blog-large .cs-media ~ .cs-text {
    background-color: #fff;
    margin: 0 auto;
    padding: 30px 0 0;
    width: 100%;
}
.cs-blog .cs-author, .cs-blog-detail .cs-author {
    float: left;
    margin: 0 0 10px;
}
.cs-blog .cs-author figure, .cs-blog-detail .cs-author figure {
    display: inline-block;
    height: 32px;
    margin: 0 10px 0 0;
    vertical-align: middle;
    width: 32px;
}
.cs-blog .cs-author figure img, .cs-blog-detail .cs-author figure img {
    border-radius: 100%;
}
.cs-blog .cs-author .cs-text, .cs-blog-detail .cs-author .cs-text {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
.cs-blog .cs-author .cs-text a, .cs-blog-detail .cs-author .cs-text a {
    color: #555;
    font-size: 13px;
}
.blog-large .post-option, .cs-blog.blog-medium .post-option {
    float: right;
}
.cs-blog.blog-large .post-option span i, .cs-blog.blog-medium .post-option span i {
    color: #cfcfcf;
}
.post-option span i {
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.blog-separator {
    border-bottom: 1px solid #f1f1f1;
    display: inline-block;
    margin: 20px 0 25px;
    position: relative;
    width: 100%;
}
.blog-large .cs-text p {
    margin: 0 0 25px;
}
.blog-large .read-more {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    font-size: 12px;
    padding: 4px 20px;
    text-transform: uppercase;
}
.blog-large .cs-post-title {
    margin: 0 0 15px;
}
.blog-large .cs-post-title h3 {
    margin: 0;
}

.cs-blog-detail .cs-post-title h1 {
    margin: 0 0 10px;
}
.cs-blog-detail .cs-post-title::after {
    clear: both;
    content: "";
    display: block;
}
.cs-blog-detail .cs-main-post img {
    width: 100%;
    height: 485px;
}
.cs-blog-detail .cs-main-post {
    margin-bottom: 25px;
}
.cs-blog-detail .cs-admin-post .cs-media figure, .cs-blog-detail .cs-admin-post .cs-media figure img {
    border-radius: 100%;
}
.cs-blog-detail .cs-admin-post .cs-text {
    overflow: hidden;
}
.cs-blog-detail .cs-admin-post {
    float: left;
    width: 40%;
}
.cs-blog-detail .cs-admin-post .cs-media {
    float: left;
    height: 46px;
    margin-right: 14px;
    width: 46px;
}
.cs-blog-detail .cs-author-name {
    color: #ccc;
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
    padding-top: 6px;
    vertical-align: middle;
}
.cs-blog-detail .cs-author-name strong {
    color: #55a747;
    display: block;
    line-height: 26px;
}
.cs-blog-detail .rich-editor-text p {
    margin-bottom: 30px;
}
.cs-blog-detail .tags {
    display: inline-block;
    margin: 0 -4px 0 0;
    vertical-align: middle;
    width: 50%;
}
.cs-blog-detail .cs-tags {
    display: block;
    margin: 0 0 40px;
}
.cs-blog-detail .cs-tags .tags span {
    color: #333;
    display: inline-block;
    font-size: 18px;
    margin: 0 10px 5px 0;
}
.cs-blog-detail .cs-tags .tags ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}
.cs-tags ul li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 0 6px;
}
.cs-tags ul li a {
    display: block;
    font-size: 12px;
    margin: 0 8px 0 0;
}
.cs-tags .tags ul li a {
    background-color: #f5f5f5;
    border-radius: 20px;
    color: #777;
    padding: 2px 18px 3px;
}

/*  */

.btn_wrap  i {
    opacity: 0;
    font-size: 28px;
    color: #1F1E1E;
    will-change: transform;
    -webkit-transform: scale(.1);
            transform: scale(.1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.btn_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    width: 123px;
    height: 47px;
    background-color: #EEEEED;
    border-radius: 80px;
    /* padding: 0 18px; */
    will-change: transform;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn_wrap:hover {
    /* transition-delay: .4s; */
    -webkit-transform: scale(1.1);
            transform: scale(1.1)
}

.btn_wrap span {
    position: absolute;
    z-index: 99;
    width: 123px;
    height: 75px;
    border-radius: 80px;
    font-size: 15px;
    text-align: center;
    line-height: 70px;
    letter-spacing: 2px;
    color: #EEEEED;
    background-color: #1F1E1E;
    padding: 0 18px;
    -webkit-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.btn_wrap  .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 240px;
    height: 64px;
    border-radius: 80px;
}

.btn_wrap .container i:nth-of-type(1) {
            -webkit-transition-delay: 1.1s;
                    transition-delay: 1.1s;
}

.btn_wrap .container i:nth-of-type(2) {
            -webkit-transition-delay: .9s;
                    transition-delay: .9s;
}
.btn_wrap:hover span {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
    -webkit-transform: translateX(-280px);
            transform: translateX(-280px)
}

.btn_wrap:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
}
section.create-acount-popup.tierlist-login-create-sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.player-selection {
    height: 500px;
    overflow-y: scroll;
}
.tier-forms {
    width: 50%;
}
div#contactform.build-guide {
    padding: 0 !important;
}

.mm-field.mins {
    padding: 30px;
    height: 92px;
}
.mm-field.roster {
    padding: 30px;
    height: 93px;
    color: #9f9f9f;
}
label.roster-label {
    color: #c7262d;
}
h2.create-list-h2.aos-init.aos-animate a {
    color: #fff;
}
a.create-list-h2.aos-init.aos-animate:hover {
    color: #fff;
}
.modalWrapper.tier-model {
  height: 662px;
  overflow-y: scroll;
}
.dtls-one {
  width: unset !important;
}
.profile-tier .modal-content.tier-content {
    height: 835px;
    overflow-y: scroll;
}
/* div#viewuserteir.profile-tier .modal-dialog {
    margin: 0 !important;
} */
.modal-dialog {
    margin: 0 !important;
}
/* div#divOne img {
    height: 88px;
    width: auto;
} */
.profile-tier .tierlist-login-create-dtls {
    width: unset;
}

.comments-modal {
    margin: 0 18px;
}
.comment-box.tier {
    height: 320px;
}
/*  */
.build-header {
    margin-bottom: 20px;
}
select#inlineFormCustomSelectPref {
    width: 285px;
}
.custom-control {
    padding-left:0rem;
}
button.btn.btn-primary.my-1 {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
}
.btn-filter {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: #fff;
}
.btn-filter:hover {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: #fff;
}
.btn-filter:focus {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: #fff;
}
.btn-filter:active {
    background-color: var(--btn-bg);
    border-color: var(--btn-bg);
    color: #fff;
}
.filter-view {
    font-size: 13px;
}


.dragFighter{
  height: 120px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
