@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body, html {
    font-family: "Montserrat", sans-serif !important;
}
body{
    background:  #01012D;
    position: relative;
    overflow-x: hidden;
}

body:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 600px;
    height: 900px;
    background: url(../images/body-gradient-lf.png) no-repeat;
    background-size: cover;
}
body:after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 700px;
    height: 620px;
    background: url(../images/body-gradient-rt.png) no-repeat;
    background-size: cover;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}

.mt-10{
    margin-top: 10px;
}

.bottom-35{
    position: relative;
    bottom: 35px;
}

.fl-left{
    float: left;
}

input[type="thidden"] {
	color:#000;
}

.orange-text {
    color: #F68D3D;
}

.red-text {
    color: #ED017F;
}

.green-text {
    color: #31cdb0;
}

.clear-mw-auto { min-width: auto !important }
.clear-mh-auto { min-height: auto !important }

a:hover, a:active  {
text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffbf3d;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {

.slider .item .carousel-caption {    top: 80px; }
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }

  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}



  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
.open-menu .nav-cross span {
    display:none;
}
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 6px;

}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

body::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}
/*Scroll css End here*/

.header {
    padding: 50px 100px;
    position: relative;
}

.header .row {
    display: flex;
    align-items: center;
}

.header .logo {}

.header .logo img {}

.header .header-menu {
    text-align: center;
}

.header .header-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header .header-menu ul li {
    display: inline-block;
    margin: 0 20px;
}

.header .header-menu ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff60;
}

.header .header-contract { margin: 0; padding: 0; text-align: right; }

.header .header-contract span {
    font-size: 14px;
    font-weight: 400;
    color: #ee1774;
    letter-spacing: 1px;
    position: relative;
    top: 1px;
    right: 9px;
}
#cart-count{
display: flex;
justify-content: center;
align-items: center;
}
.header .header-contract span img {
    vertical-align: middle;
}
.header .header-contract span a {
    color: #ee1774;
}

.input-wrapper {
    text-align: center;
}

.contract_change_mdl .input-wrapper label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    padding: 0 30px;
}

.contract_change_mdl .input-wrapper select
{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    position: relative;
    height: auto;
}

.header .set {
    text-align: right;
}

.header .set ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.header .set ul li {
    display: inline-block;
    margin: 0 10px;
}

.header .set ul li a {}


.header .header-menu ul li a.active {
    color: #fff;
    position: relative;
}

.header .header-menu ul li a.active:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 2px;
    width: 30px;
    margin: 0 auto;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}

.header .header-menu ul li:hover ul{
    opacity: 1;
    transition: all ease .5s;
}
.header .header-menu ul.sub-menu {
    padding: 0;
    list-style: none;
    margin: 0;
    opacity: 0;
    position: absolute;
    background: #6a1f30;
    z-index: 999;
    width: 180px;
    border-radius: 3px;
    text-align: left;
    top: 30px;
    transition: all ease .5s;
}



.header li ul.sub-menu li a {color: #fff;font-size: 16px;display: inline-block;}

.header .header-menu li ul.sub-menu li {
    display: block;
    padding: 8px 10px 8px 20px;
    margin: 0;
    border-bottom: 1px solid #ffffff7a;
}
.header .header-menu ul li: hover ul{
    opacity: 1;
    transition: all ease .5s;
}



.header .header-menu li ul.sub-menu li:last-child {
    border-bottom: none;
}
.header .header-menu ul li.has_child {
    position: relative;
    padding-right: 18px;
}
.header .header-menu ul li.has_child:before{
            content: "\f107";
            position: absolute;
            font-family: var(--fa-style-family, "Font Awesome 6 Free");
            font-weight: var(--fa-style, 900);
            color: #fff;
            right: 0;
            top: 3px;
            font-size: 12px;
            transition: all ease .5s;
}
.header .header-menu ul li.has_child:hover:before{
    transform: rotate(180deg);
    transition: all ease .5s;
}

.sec1 {
    padding: 80px 0;
}

.sec1 .pic {}

.sec1 .pic img {
    min-width: 300px;
}

.sec1 .head {
    position: relative;
    margin-left: 50px;
}

.sec1 .head h2 {
    margin: 0 0 20px;
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 49.81%);
}

.sec1 .head h3 {
    margin: 0 0 20px;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.sec1 .head:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -40px;
    background: linear-gradient(180deg, rgba(44, 44, 46, 0) 0%, rgba(84, 84, 88, 0.65) 51.44%, rgba(44, 44, 46, 0) 100%);
    width: 3.44px;
    height: 207px;
    gap: 0px;
    border-radius: 12.38px 0px 0px 0px;
}

.sec1 .row {
    display: flex;
    align-items: center;
    position: relative;
}

.sec1 .row:before {
    content: '';
    position: absolute;
    bottom: -70px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15%, rgba(84, 84, 88, 0.65) 50%, rgba(255, 255, 255, 0) 84.5%);
    width: 100%;
    height: 3px;
    opacity: 60%;
}


.sec2 {
    padding: 80px 100px;
}

.sec2 .media {
    margin-bottom: 10px;
}

.sec2 .media .row {
    display: flex;
    align-items: baseline;
}

.sec2 .media h4 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    display: inline-block;
}

.sec2 .media h4 img {
    margin-left: 5px;
    width: auto;
}

/*.sec2 .media a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: right;
    display: block;
    background: radial-gradient(circle at 100% 100%, #000000 0, #000000 6px, transparent 6px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #000000 0, #000000 6px, transparent 6px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #000000 0, #000000 6px, transparent 6px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #000000 0, #000000 6px, transparent 6px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#000000, #000000) 50% 50%/calc(100% - 4px) calc(100% - 16px) no-repeat,
            linear-gradient(#000000, #000000) 50% 50%/calc(100% - 16px) calc(100% - 4px) no-repeat,
            linear-gradient(90deg, rgba(246,141,61,1) 0%, rgba(237, 1, 127, 1) 100%);
    border-radius: 8px;
    padding: 10px 20px;
    box-sizing: border-box;
    display: inline-block;
    float: right;
}
*/
.sec2 .main {
    padding: 40px 30px 0;
    background: #4343454D;
    border-radius: 10px;
    min-height: 500px;
    border: solid 1px #2c2c2d;
}

.sec2 .main h3 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.sec2 .main .innner_prog {
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 20px;
}
.sec2 .main .innner_prog::-webkit-scrollbar {
    width: 4px;

}

.sec2 .main .innner_prog::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

.sec2 .main .innner_prog::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}

.sec2 .main .row.progress_box {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sec2 .main .icon {}

.sec2 .main .icon img {
    /* border: solid 1px; */
    /* padding: 10px; */
    border-radius: 5px;
}

.sec2 .main .disc {}

.sec2 .main .disc h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4399999976158142px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.sec2 .main .disc h5 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.4399999976158142px;
    color: #fff;
    margin: 0;
    position: relative;
}
.sec2 .main .disc h5 span{
    position: relative;
    display: inline-block;
    width: 80%;
    margin-left: 10px;
}
.sec2 .main .disc h5 span:after {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    bottom: auto;
    top: -5px;
}
.sec2 .main .disc h5 span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 10px;
    background: var(--color);
    animation: progress 1s ease-out forwards;
    bottom: auto;
    top: -5px;
    width: 0%;
}
@keyframes progress {
  to {
    width: var(--width);
  }
}

/*.sec2 .main .row.one .disc h5:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 65px;
    height: 5px;
    width: 65%;
    background: rgba(246, 141, 61, 1);
    border-radius: 10px;
}
*/
/*.sec2 .main .row.one .disc h5:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 65px;
    height: 5px;
    width: 80%;
    border-radius: 10px;
    background: var(--white-10, rgba(255, 255, 255, 0.1));
}*/






.sec2 .main .view {
    text-align: right;
    margin-top: 0px;
}

.sec2 .main .view a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 9px 35px;
    border-radius: 30px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#141415, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease .5s;
}
.sec2 .main .view a:hover{
    background: rgb(246,141,61);
    background: linear-gradient(90deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
    border: none;
    transition: all ease 1s;
}


.sec2 .main .use {}

.sec2 .main h6 {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: -0.03em;
    text-align: left;
    color: #ffffff90;
    margin: 0 0 5px;
}

.sec2 .main .use h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0;
}

.sec2 .main .total {
    position: relative;
}

.sec2 .main .total h6 {
}

.sec2 .main .total h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 700;
    line-height: 36.57px;
    letter-spacing: 0.01em;
    text-align: left;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}

.sec2 .main .total:before {
    content: '';
    position: absolute;
    left: -40px;
    top: 0;
    background: linear-gradient(180deg, rgba(44, 44, 46, 0) 0%, rgba(84, 84, 88, 0.65) 51.44%, rgba(44, 44, 46, 0) 100%);
    width: 2.44px;
    height: 90px;
    gap: 0px;
    border-radius: 12.38px 0px 0px 0px;
}

.sec2 .main .pic {}

.sec2 .main .pic img {
    width: auto;
}

.sec2 .main .budget-disc {}

.sec2 .main .budget-disc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec2 .main .budget-disc ul li {
    margin: 0 0 30px;
    position: relative;
}

.sec2 .main .budget-disc ul li h6 {
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.sec2 .main .budget-disc ul li h6:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -30px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(54, 82, 164, 1);
}

.sec2 .main .budget-disc ul li h6.two {
    position: relative;
}

.sec2 .main .budget-disc ul li h6.two:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -30px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(0, 189, 205, 1);
}
.sec2 .main .budget-disc ul li h6.three:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -30px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(237, 1, 127, 1);

}
.sec2 .main .bar-disc ul li.three:after {
    /* content: "\f00c";
    position: absolute;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 2px;
    left: -32px; */
}
.sec2 .main .budget-disc ul li h6.four:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -30px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(246, 141, 61, 1);
}

.sec2 .main .budget-disc ul li h6.five:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -30px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: #31CDB0;

}
.sec2 .main .bar-disc ul li.five:after {
    content: "\f00c";
    position: absolute;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 2px;
    left: -32px;
}

.sec2 .row.budget-row {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.sec2 .main .date {
    text-align: center;
}

.sec2 .main .date h3 {
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-align: center;
}

.sec2 .main .task-bar {
    padding: 10px;
    border-radius: 50px;
    background: var(--white-10, rgba(255, 255, 255, 0.1));
}

.sec2 .main .task-bar ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center;
}

.sec2 .main .task-bar ul li {
    display: inline-block;
    margin: 0 22px;
}

.sec2 .main .task-bar ul li h6 {
    font-family: Montserrat;
    font-size: 13.32px;
    font-weight: 700;
    line-height: 12.17px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.sec2 .main .task-bar ul li h6.one {
    position: relative;
}

.sec2 .main .task-bar ul li h6.one:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(246, 141, 61, 1);
}

.sec2 .main .task-bar ul li h6.two {
    position: relative;;
}


.sec2 .main .task-bar ul li h6.two:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(67, 67, 69, 1);
}


.sec2 .main .task-bar ul li h6.three {
    position: relative;;
}

.sec2 .main .task-bar ul li h6.three:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(49, 205, 176, 1);
}

.sec2 .main .task-bar ul li h6.four {
    position: relative;;
}

.sec2 .main .task-bar ul li h6.four:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -27px;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    background: rgba(237, 1, 127, 1);
}

.sec2 .main .bar-disc {
    margin-top: 50px;
    position: relative;
    height: 230px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.sec2 .main .bar-disc::-webkit-scrollbar {
    width: 4px;

}

.sec2 .main .bar-disc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px rgb(255 255 255 / 10%);
}

.sec2 .main .bar-disc::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
    background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}

.sec2 .main .bar-disc ul {
    padding: 0;
    list-style: none;
    margin: 0 0 0 40px;
}

.sec2 .main .bar-disc ul li {
    margin-bottom: 25px;
}

.sec2 .main .bar-disc ul li h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: left;
    color: #fff;
    margin: 0;
}

.sec2 .main .bar-disc ul li h6 {
    background: rgb(255 255 255);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 14.63px;
    letter-spacing: -0.03em;
    text-align: left;
    margin: 0;
    margin-top: 7px !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.sec2 .main .bar-disc ul li h6 span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: rgba(246, 141, 61, 1);
    font-weight: 700;
    font-size: 15px;
}

.sec2 .main .bar-disc ul li.one {
    position: relative;
}
.sec2 .main .bar-disc ul li.two {
    position: relative;
}
.sec2 .main .bar-disc ul li.three {
    position: relative;
}
.sec2 .main .bar-disc ul li.four {
    position: relative;
}


.sec2 .main .bar-disc ul li input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    left: -37px;
    top: -4px;
}

.sec2 .main .bar-disc ul li input[type="checkbox"]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: rgba(49, 205, 176, 1);
    visibility: visible;
}
.sec2 .main .bar-disc ul li input:checked:after {
    content: "\f00c";
    position: absolute;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 4px;
    left: 5px;
    visibility: visible;
}

.sec2 .main .bar-disc ul li.one input[type="checkbox"]:before{
    background: rgba(246, 141, 61, 1);
}
.sec2 .main .bar-disc ul li.four input[type="checkbox"]:before {
    background: rgba(237, 1, 127, 1);

}



.sec2 .main .bar-disc ul li.three span {
    background: rgba(49, 205, 176, 1);
}
.sec2 .main .bar-disc ul li.four span {
    background: rgba(237, 1, 127, 1);
}
.sec2 .main .bar-disc ul li.four span {
    background: rgba(237, 1, 127, 1);
}

.sec2 .main .bar-disc ul li.two span {
    background: rgba(67, 67, 69, 1);
}

.sec2 .main .col-sm-1 {
    padding: 0;
}

.sec3 {
       padding: 50px 100px;
    z-index: 999;
    position: relative;
}

.sec3 .row.one {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.sec3 .top {}

.sec3 .top h2 {
    font-family: Montserrat;
    font-size: 50px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: #fff;
}

.sec3 .view {
    text-align: right;
}

.sec3 .view a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 9px 35px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}
.sec3 .view a:hover{
    background: rgb(246,141,61);
    background: linear-gradient(90deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
    border: none;
    transition: all ease 1s;
}

.sec3 .main {
    transition: .5s all ease-in-out;
    position: relative;
}

.sec3 .main .pic {
    position: relative;
    border-radius: 22px;
}

.sec3 .main .pic img {
    width: 100%;
    height: 420px;
    object-fit: fill;
    /* object-fit: cover; */
     object-position: top;
    border-radius: 22px;
}

.sec3 .main .info {
    padding: 40px 20px;
    background-image: url(../images/lm-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 22px;
    border: solid 1px #292929;
    background-color: #000;
}
.sec3 .main .info .tags {
    margin: 10px 0 10px;
}
.sec3 .main .info .tags ul{
    padding: 0;
    margin: 0;
}
.sec3 .main .info .tags ul li{
    display: inline-block;
    border-right: 3px solid #F68D3D;
    padding-right: 6px;
    line-height: 1px;
    margin-right: 6px;
}
.sec3 .main .info .tags ul li:last-child{
    border: none;
    padding-right: 0;
}
.sec3 .main .info .tags ul li .sep{
    color: #F68D3D;
    margin: 0 5px;
}
.sec3 .main .info .tags ul li span{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}
.sec3 .main .info .release-date {}

.sec3 .main .info .release-date h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 0px 0 20px;
}

.sec3 .main .info {position: absolute;top: 0;left: 0;right: 0;margin: 0 auto;height: 420px;width: 100%;transition: .5s all ease-in-out;opacity: 0;}

.sec3 .main .icon-clock {position: relative;left: 10px;}

.sec3 .main .icon-clock img {
}

.sec3 .main .info .col-sm-2 {
    padding: 0 0 0 10px;
}

.sec3 .main .info .time {}

.sec3 .main .info .time h3 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Manrope", sans-serif;
}

.sec3 .main .info .sun {
    display: inline-block;
}

.sec3 .main .info .sun a {font-size: 10px;font-weight: 400;color: #fff;letter-spacing: 1px;padding: 7px 15px;text-align: right;display: inline-block;background: rgba(67, 67, 69, 0.3);border: 0.83px solid rgba(153, 153, 153, 0.6);border-radius: 50px;}
.sec3 .main .info .sun.pg a {
    padding: 7px 5px;
    min-width: 70px;
    text-align: center;
}
.sec3 .main .info p {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    min-height: 130px;
    margin: 0;
}

.sec3 .main .info .view {
    text-align: right;
    margin: 10px 0 20px;
}

.sec3 .main .info .view h3 {
    margin: 0;
    font-family: Montserrat;
    font-size: 32.71px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    display: inline-block;
}

.sec3 .main .info .view h3 span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background: rgba(255, 255, 255, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.sec3 .main .more {
    text-align: center;
    margin-top: 20px;
}

.sec3 .main .more a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
}

.sec3 .disc {
    margin: 20px 0;
}

.sec3 .disc h4 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.sec3 .disc h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    background: rgba(153, 153, 153, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin: 5px 0 0;
}

.sec3 .main .info .time h3:before {
    content: '';
    position: absolute;
    left: -9px;
    top: -8px;
    width: 2px;
    height: 30px;
    border-radius: 12.38px 0px 0px 0px;
    background: linear-gradient(180deg, rgba(44, 44, 46, 0) 0%, rgba(84, 84, 88, 0.65) 51.44%, rgba(44, 44, 46, 0) 100%);
}

.sec3 .main:hover .info {
    transition: .5s all ease-in-out;
    opacity: 1;
    background-image: url(../images/lm-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 22px;
}

.sec3 .main .info .row.mg-btm {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

 .sec3   .col-sm-3 {
        width: 20%;
    }

.sec3 .main .info .row.mg-btm .col-sm-3 {
    padding: 0;
    text-align: right;
}

.sec3.l-p .main .pic img {
    height: 311px;
}

.sec3.l-a .main .pic img {
    height: 311px;
}


.sec3 .slick-arrow {border: 0px;font-size: 0;right: auto;left: -40px;margin-top: 0;position: absolute;top: 40%;z-index: 1;background: url(../images/arrow-left.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.sec3 .slick-arrow:hover {background: url(../images/arrow-hover.png) no-repeat center center;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.sec3 .slick-next.slick-arrow {left: auto;right: -40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.sec3 .slick-next.slick-arrow:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.footer {
    padding: 80px 100px 0px;
    box-shadow: 0px -37px 63.6px 0px rgba(0, 0, 0, 0.4);
    position: relative;
}

.footer .col-sm-3 {
    width: 20%;
}

.footer .head-top {}

.footer .head-top h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 30px;
}

.footer .head-top .menu {}

.footer .head-top .menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .head-top .menu ul li {
    margin: 0 0 15px;
}

.footer .head-top .menu ul li a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    background: rgba(153, 153, 153, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.footer .row.last {
    padding: 20px 0 40px;
    margin: 200px 0 0 300px;
    border-top: 1px solid rgba(38, 38, 38, 1);
    position: relative;
    z-index: 9999;
}

.footer .row.last .copy {}

.footer .row.last .copy p {
    font-size: 16px;
    font-weight: 500;
    background: rgba(153, 153, 153, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.footer .copy-2 {
    text-align: right;
}

.footer .copy-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .copy-2 ul li {
    display: inline-block;
    margin: 0 0px 0 30px;
}

.footer .copy-2 ul li a {
    font-size: 16px;
    font-weight: 500;
    background: rgba(153, 153, 153, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.footer:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 298px;
    width: 442px;
    background-image: url(../images/footer-before.png);
    background-repeat: no-repeat;
}

.footer .head-top .social {}

.footer .head-top .social ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer .head-top .social ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.footer .head-top .social ul li a {}

.footer .head-top .social ul li a img {}


.header:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 366px;
    width: 577px;
    /* background-image: url(../images/header-before.png); */
    /* background-repeat: no-repeat; */
}
.sun.pg {
    position: relative;
    left: 7px;
}

.sec2 .main .disc h4.up-comming-date {
    background: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0.4399999976158142px !important;
    text-align: left;
}

.sec2 .main .disc h5.chrismis {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.4399999976158142px;
    text-align: left;
}

.sec2 .main .disc h5.chrismis:after {
    display: none;
}

.sec2 .main .disc h5.chrismis:before {
    display: none;
}


.sec2 .main .row.five {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}


.sec2 .main .row.six {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.sec2 .main .row.one.last {
    margin-bottom: 20px;
}
.sec2 .main .row.two.last {
    margin-bottom: 20px;
}
.sec2 .main .row.three.last {
    margin-bottom: 20px;
}
.sec2 .main .row.four.last {
    margin-bottom: 20px;
}
.sec2 .main .row.five.last {
    margin-bottom: 20px;
}
.sec2 .main .row.six.last {
    margin-bottom: 20px;
}

.sec2 .main.four {
    position: relative;
}

.sec2 .main.four .up_events-col{
    position: relative;
    height: 380px;
    overflow-y: auto;
    margin-bottom: 20px;
}
.sec2 .main.four .up_events-col::-webkit-scrollbar {
    width: 4px;

}

.sec2 .main.four .up_events-col::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px rgb(255 255 255 / 10%);
}

.sec2 .main.four .up_events-col::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
    background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}

.sec2 .media h4 img {
    display: inline-block;
}

.sec2 .media h4.events {
    margin-top: 15px;
    margin-bottom: 10px;
}


.sec2 .slick-arrow {border: 0px;font-size: 0;right: auto;left: -40px;margin-top: 0;position: absolute;top: 50%;z-index: 1;background: url(../images/arrow-left.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.sec2 .slick-arrow:hover {background: url(../images/arrow-hover.png) no-repeat center center;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.sec2 .slick-next.slick-arrow {left: auto;right: -40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.sec2 .slick-next.slick-arrow:hover {transform: rotate(0deg);-webkit-transform: rotate(0deg);}


.sec2 .task_slider .slick-arrow {border: 0px;font-size: 0;right: auto;left: 20px;margin-top: 0;position: absolute;top: -5px;z-index: 1;background: url(../images/arrow-left-or.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.sec2 .task_slider .slick-arrow:hover {background: url(../images/arrow-left-or.png) no-repeat center center;}
.sec2 .task_slider .slick-next.slick-arrow {left: auto;transform: rotate(180deg);-webkit-transform: rotate(180deg);right: 20px;}

.info_box {
    position: absolute;
    top: 50px;
    left: 24%;
    background: #000;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    width: 340px;
    font-size: 12px;
    color: #E2DFDF;
    line-height: 17px;
    padding: 15px 10px;
    border-radius: 10px;
    z-index: 99;
    opacity:0;
    transition: all ease 1s;
}
.info_box.active {
    opacity:1;
    transition: all ease 1s;
}

.sec_range {
    top: 50px;
    right: 15px;
    background: #000;
    border: 1px solid #292929;
    width: 207px;
    color: #E2DFDF;
    border-radius: 10px;
    z-index: 99999;
    position: absolute;
    display: none;
}
.sec_range.active{
    display: block;
}
.sec_range ul{
    padding: 10px 0;
    margin: 0;
}
.sec_range ul li{
    list-style: none;
    padding: 0 0 10px 10px;
    border-bottom: 1px solid #484848;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-left: 40px;
}
.sec_range ul li:last-child{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0;
}
.sec_range ul li a{
    font-size: 17px;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    display: block;
}
.sec_range ul li a:before{
    content: '';
    position: absolute;
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: -30px;
    top: 8px;
}
.sec_range ul li a.active:before{
    opacity: 1;
}
.sec2 .media a.select-box {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 8px 15px;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(#141415, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease .5s;
    margin-right: 15px;
}

.sec2 .media a.select-box i.fa {
    padding-left: 10px;
}

/*push menu */


.pushmenu_overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(1, 1, 45);
  overflow: hidden;
  transition: 0.5s;
  z-index: 999999;
  background-image: url('../images/header-before.png'), url('../images/body-gradient-lf.png');
  background-repeat: no-repeat, no-repeat;
  /* background-position: top center, top left; */
  /* background-size: contain, auto; */
}
.pushmenu_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 366px;
    width: 577px;
    /* background-image: url(../images/header-before.png);
    background-repeat: no-repeat; */
}

.pushmenu_overlay .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 98vh;
}
.pushmenu_overlay ul li{
    display: block;
    list-style: none;
}
.pushmenu_overlay ul li a {
    padding: 10px 0;
    text-decoration: none;
    font-size: 30px;
    color: #999999;
    display: inline-block;
    transition: 0.3s;
}

.pushmenu_overlay ul li a:hover {
    color: #999999;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    font-weight: 600;
    transition: 0.3s;
}

.pushmenu_overlay .closebtn {
      position: absolute;
    top: 65px;
    right: 120px;
    font-size: 50px;
    color: #fff;
    z-index: 999;
    line-height: 30px;
}
.pushmenu_overlay .social{
    margin: 40px 0;
}
.pushmenu_overlay .social span {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    display: block;
}

.pushmenu_overlay .copy {}

.pushmenu_overlay .copy p {
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    color: #999999;
    display: inline-block;
}

.pushmenu_overlay .copy-2 {
    text-align: right;
}

.pushmenu_overlay .copy-2 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.pushmenu_overlay .copy-2 ul li {
    display: inline-block;
    margin: 0 10px 0 0px;
    list-style: none;
    padding: 0;
    border-right: 1px solid #262626;
    padding: 0 10px 0 0;
}
.pushmenu_overlay .copy-2 ul li:last-child{
    border-right: 0;
}

.pushmenu_overlay .copy-2 ul li a {
   font-size: 12px;
   font-weight: 400;
   margin: 0;
   color: #999999;
   padding: 0;
}
.pushmenu_overlay .row.last {
    margin-top: 45px;
    border-top: 1px solid #262626;
    padding-top: 20px;
}



 /*pie chart*/


  .pie-chart {
     position: relative;
     width: 300px;
     min-height: 300px;
     margin: 0;
     border: 10px solid #292929;
     border-radius: 180px;
}
 figure.pie-chart span.f_cap {
    font-family: Montserrat;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    position: absolute;
}
figure.pie-chart span.f_cap.one {
    top: auto;
    bottom: 140px;
    left: auto;
    right: 30px;
}
figure.pie-chart span.f_cap.two {
    top: auto;
    bottom: 50px;
    left: 60px;
}
figure.pie-chart span.f_cap.three {
    top: auto;
    bottom: 135px;
    left: 30px;
}
figure.pie-chart span.f_cap.four {
    top: 50px;
    left: 60px;
}


/*Login Page Css*/


.login-page {
    text-align: center;
    position: relative;
    height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-page .head {
    width: 500px;
    margin: 0 auto;
    padding: 60px 80px 60px 80px;
    border: 1px solid var(--Gray50, rgba(41, 41, 41, 1));
    border-radius: 28px;
    background: rgba(67, 67, 69, 0.3);
    text-align: left;
}

.login-page .head .logo {
    margin-bottom: 30px;
    text-align: center;
}

.login-page .head h3 {
    margin: 0 0 30px;
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.login-page .head label {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
    display: block;
}

.login-page .head input[type="text"], .login-page .head input[type="password"] {
    width: 100%;
    padding: 10px 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
    margin: 0 0 15px;
}

.login-page .head input[type="text"]::placeholder, .login-page .head input[type="password"]::placeholder {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
}

.login-page .head input[type="submit"] {
    width: 100%;
    border-radius: 50px;
    border: none;
    padding: 10px 20px;
    margin: 20px 0 0;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    color: #fff;
}

body.login_page {}

body.login_page header.header {
    display: none;
}

body.login_page footer.footer {
    display: none;
}

.login-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 366px;
    width: 577px;
    /* background-image: url(../images/header-before.png); */
    background-repeat: no-repeat;
}
.login-page p.agree {
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin: 30px 0 10px;
}

.login-page .head p.agree a {
    text-decoration: underline;
    display: inline-block;
}

.login-page .remeber {}

.login-page .remeber input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.login-page .remeber label {
    display: inline-block;
}

input.is-invalid {
    border-bottom: 2px solid red;
}

.error.invalid-feedback {
    color: #ff0000;
    margin: 0 0 10px;
    display: block;
}


.badge-subtle-success {
    background: #31cdb0 !important;
}

.badge-subtle-warning {
    background: #f68d3d !important;
}

.badge-subtle-danger {
    background: #ED017F !important;
}


/*sec3 hover*/

.sec3 .main .info .row.total-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sec3 .main .info .row.total-row .total {}

.sec3 .main .info .row.total-row .total h5 {
    margin: 0 0 0;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background: rgba(255, 255, 255, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.sec3 .main .info .row.total-row .total h3 {
    margin: 0;
    font-family: Montserrat;
    font-size: 32.71px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    display: inline-block;
}

.sec3 .main .info .row.mg-btm .col-sm-4 {
    padding: 0;
}

.login-page .head a {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 5px;
    display: block;
}

.select-opt-readonly {
    pointer-events: none;
    cursor: not-allowed;
}

/*content page*/

.sec-content{
    position: relative;
    z-index: 99;
}
.sec-content .maintab_anchor{
    text-align: center;
}
.sec-content .maintab_anchor ul.tabs-menu{
    text-align: center;
    padding: 10px 15px;
    margin: 0;
    background: linear-gradient(#141415, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 30px;
    z-index: 9999999;
    position: relative;
}
.sec-content .maintab_anchor ul.tabs-menu li{
    display: inline-block;
    margin: 0 12px;
}
.sec-content .maintab_anchor ul.tabs-menu li a{font-family: Montserrat;font-size: 12px;font-weight: 600;line-height: 13.6px;letter-spacing: 1px;text-align: center;color: #FFFFFF80;text-transform: uppercase;}
.sec-content .maintab_anchor ul.tabs-menu li a img{
        margin-right: 5px;
    filter: brightness(0.5);
    transition: all ease .5s;
}
.sec-content .maintab_anchor ul.tabs-menu li.current a img,.sec-content .maintab_anchor ul.tabs-menu li:hover a img{
    filter: brightness(1);
    transition: all ease .5s;
}
.sec-content .maintab_anchor ul.tabs-menu li.current a, .sec-content .maintab_anchor ul.tabs-menu li:hover a{
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}
/*.sec-content .maintab_content > .tab_content{
    display: none;
}*/
.sec-content .maintab_content .tabs_level_one{

}
.sec-content .maintab_content ul.tabs-menu_inner{padding: 0;margin: 20px 0;}
.sec-content .maintab_content ul.tabs-menu_inner li{display: inline-block;margin-right: 20px;}
.sec-content .maintab_content ul.tabs-menu_inner li a{font-family: Montserrat;font-size: 16px;font-weight: 600;line-height: 16.5px;color: #FFFFFF66;transition: all ease .5s;padding-bottom: 5px;}
.sec-content .maintab_content ul.tabs-menu_inner li.current a,.sec-content .maintab_content ul.tabs-menu_inner li:hover a{
    font-weight: 600;
    transition: all ease .5s;
    color: #fff;
    background: linear-gradient(#141415, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border-bottom: 2px solid transparent;
}
.sec-content .maintab_content .level_one_content{

}
.sec-content .maintab_content .tab_content_levelone{
    display: none;
}
.sec-content .maintab_content .uper_filters{margin-top: 30px;margin-bottom: 10px;}
.sec-content .maintab_content .uper_filters ul{padding: 0;margin: 0;}
.sec-content .maintab_content .uper_filters ul li{display: inline-block;margin-right: 10px;padding-right: 10px; position: relative;}
.sec-content .maintab_content .uper_filters ul li:before{
    content: '';
    background: url(../images/content/border-sm.png);
    width: 3px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
}
.sec-content .maintab_content .uper_filters ul li:last-child:before{
    display: none;
}
.sec-content .maintab_content .uper_filters ul li h4{font-family: Montserrat;font-size: 25px;font-weight: 400;line-height: 16.5px;text-align: left;color: #fff;display: inline-block;}
.sec-content .maintab_content .uper_filters ul li a.select-box_cyle{background: #fff;padding: 10px 20px 10px 20px;border-radius: 30px;background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 19.5px;color: #5D5D5D;min-width: 230px;display: inline-block;margin: 0 15px;}
.sec-content .maintab_content .uper_filters ul li a.select-box_cyle strong{
    font-weight: 600;
    color: #000000;
}
.sec-content .maintab_content .uper_filters ul li a.select-box_cyle i{
    float: right;
    border-left: 1px solid #D9D9D9;
    padding-left: 8px;
    top: 1px;
    position: relative;
}
.sec-content .maintab_content .uper_filters ul li  a.btn-submit{background: rgb(246, 141, 61);background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);padding: 12px 30px 12px 30px;color: #fff;font-family: Montserrat;font-size: 14px;font-weight: 600;line-height: 16.5px;border-radius: 30px;vertical-align: middle;display: inline-block;}
.sec-content .maintab_content .uper_filters ul li a.btn-submit img{
    margin-right: 7px;
    vertical-align: middle;
}
.sec-content .maintab_content .uper_filters ul li a.select-box_filter{background: #fff;padding: 10px 20px 10px 20px;border-radius: 30px;background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 19.5px;color: #5D5D5D;min-width: 180px;display: inline-block;margin: 0 15px 0 0;}
.sec-content .maintab_content .uper_filters ul li a.select-box_filter strong{
    font-weight: 600;
    color: #000000;
}
.sec-content .maintab_content .uper_filters ul li a.select-box_filter i{
    float: right;
    border-left: 1px solid #D9D9D9;
    padding-left: 8px;
    top: 1px;
    position: relative;
}
.sec-content .maintab_content .uper_filters ul li a.exp_btn{font-size: 14px;font-weight: 400;color: #fff;padding: 10px 15px 10px 10px;border-radius: 32px;text-align: right;display: inline-block;background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;transition: all ease 1s;}
.sec-content .maintab_content .uper_filters ul li a.exp_btn img{
    padding-right: 8px;
}
.sec-content .maintab_content .uper_filters ul li a.exp_btn:hover{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    transition: all ease 1s;
}
.sec-content .maintab_content .uper_filters ul li a.exp_btn.active{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    transition: all ease 1s;
}
.sec-content .maintab_content .uper_filters .cost{

}
.sec-content .maintab_content .uper_filters .cost h3{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    line-height: 30.48px;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0;
}
.sec-content .maintab_content .uper_filters .cost h3 span{
    font-size: 30px;
    font-weight: 700;
    padding-left: 10px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}

.sec-content .level_two_content .tab_content_leveltwo{
    display: none;
}
.sec-content  .sec_filter{background: #4343454D;overflow: hidden;padding: 12px 20px;border-radius: 30px;border: solid 1px #4343454D;margin: 20px 0 0px;}
.sec-content  .sec_filter .view_btns_tabs{
    display: inline-block;
}
.sec-content .sec_filter .rec_div {
    display: inline-block;
    margin-left: 30px;
}

.sec-content .sec_filter .rec_div span.rec {
    font-family: Montserrat;
    font-size: 12.79px;
    font-weight: 600;
    text-align: left;
    background: #141415;
    padding: 8px 10px;
    border-radius: 20px;
    color: #FFFFFF99;
    border: solid 1px #4343454D;
    vertical-align: middle;
}
.sec-content  .sec_filter .view_btns_tabs ul{padding: 3px;margin: 0;background: #FFFFFF1A;display: inline-block;border-radius: 30px;}
.sec-content  .sec_filter .view_btns_tabs ul li{display: inline-block;}
.sec-content  .sec_filter .view_btns_tabs ul li  a{font-family: Montserrat;font-size: 15px;font-weight: 400;line-height: 20.72px;letter-spacing: 0.01em;text-align: left;color: #fff;padding: 10px 16px;border-radius: 30px;display: inline-block;}
.sec-content  .sec_filter .view_btns_tabs ul li.current a{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    font-weight: 600;
}
.sec-content  .sec_filter  .expand_btns{text-align: right;}
.sec-content  .sec_filter .expand_btns ul{padding: 0;margin: 0;}
.sec-content  .sec_filter .expand_btns ul li{display: inline-block;margin: 2px 4px 0;}
.sec-content  .sec_filter .expand_btns ul li  a{font-size: 14px;font-weight: 400;color: #fff;padding: 11px 20px;border-radius: 32px;text-align: right;display: inline-block;background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;transition: all ease 1s;}
.sec-content  .sec_filter .expand_btns ul li a:hover{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-color: transparent ;
    transition: all ease 1s;
}
.sec-content  .sec_filter .expand_btns ul li a i{
    margin-right: 5px;
}
.sec-content  .sec_filter .expand_btns ul li a img{
    margin-right: 5px;
}

.sec-content  .sec_filter .expand_btns ul li.date_range_view{

}
.sec-content  .sec_filter .expand_btns ul li.date_range_view input{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 230px;
    display: inline-block;
    width: 230px;
    position: relative;
}
.sec-content  .sec_filter .expand_btns ul li.date_range_view input::placeholder {
  color:#5D5D5D;
}
.sec-content  .sec_filter .expand_btns ul li.date_range_view .cal_icon{
    display: inline-block;
    margin: 0 15px;
}
.sec-content  .sec_filter .expand_btns ul li.date_range_view .cal_icon{
    position: relative;
}
/*.sec-content  .sec_filter .expand_btns ul li.date_range_view .cal_icon:before{
    content: '';
    position: absolute;
    background: url(../images/content/calendar-icon.png) no-repeat;
    width: 13px;
    height: 14px;
    top: 13px;
    right: 20px;
    z-index: 99;
}*/

.sec-content .poster_view{
    margin-top: 40px;
}
.sec-content .exp_maindiv{
    position: relative;
    padding: 30px 0;
}

.sec-content .exp_maindiv:before{
    content:'';
    background: url(../images/content/border-lg.png);
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    width: 1530px;
    height: 3px;
}

.sec-content .exp_maindiv .exp_poster_head {
    display: flex; justify-content: space-between; align-items: center;
}

.sec-content .exp_maindiv .exp_poster_content{
    display: none; margin-top: 30px;
}

.sec-content .exp_maindiv ul{padding: 0;margin: 0px 0;display: inline-block;}
.sec-content .exp_maindiv ul li{display: inline-block;vertical-align: middle;margin-right: 25px;}
.sec-content .exp_maindiv ul li h2{font-family: Montserrat;font-size: 40px;font-weight: 400;margin: 0;color: #fff;}
.sec-content .exp_maindiv ul li span.num{font-family: Montserrat;font-size: 30px;font-weight: 400;text-align: left;color: #ed0e78;}
.sec-content .exp_maindiv ul li span.rec{

}
.sec-content .exp_maindiv ul li span.rec{font-family: Montserrat;font-size: 12.79px;font-weight: 600;text-align: left;background: #141415;padding: 8px 10px;border-radius: 20px;color: #FFFFFF99;border: solid 1px #4343454D;vertical-align: middle;}
.sec-content .exp_maindiv ul li a.btn_in{font-size: 14px;font-weight: 400;color: #fff;padding: 11px 20px;border-radius: 32px;text-align: right;display: inline-block;background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;transition: all ease 1s;}
.sec-content .exp_maindiv ul li a.btn_in:hover{
        background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-color: transparent;
    transition: all ease 1s;
}
.sec-content .exp_maindiv ul li a.btn_in i{padding-right: 8px;}
.sec-content .exp_maindiv .exp_arrows{display: inline-block;float: right;color: #fff;font-size: 24px;position: relative;top: 3px;}
.sec-content .exp_maindiv .table_view_search{display: inline-block;margin-right: 20px;}
.sec-content .exp_maindiv .table_view_search input{background: #fff;border: none;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 19.5px;color: #5D5D5D;padding: 10px 20px 10px 35px;border-radius: 25px;width: auto;}
.sec-content .exp_maindiv .table_view_search input::placeholder {
  color:#5D5D5D
}
.sec-content .exp_maindiv .table_view_search input::-ms-input-placeholder { /* Edge 12 -18 */
  color: #5d5d5d
}
.sec-content .exp_maindiv .table_view_search input[type="submit"]{
    position: absolute;
    font-size: 0;
    background: url(../images/content/search-icon-btn.png);
    background-repeat: no-repeat;
    left: 9px;
    top: 10px;
    padding: 0;
    width: 30px;
}
.sec-content .exp_maindiv .exp_arrows i.fa{color: #fff;font-size: 24px;}

.cs-ch-calc { display: flex; margin-left: auto; margin-right: 1rem; }
.cs-ch-calc h3 { 
    font-size: 13px;
    color: #fff;
    border: 1px solid #ffffff;
    margin: 20px 5px;
    padding: 5px 10px;
    border-radius: 6px;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
}
.cs-ch-calc h3 span { 
    font-weight: 700;
    font-size: 15px; 
    padding-left: 5px;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}

.sec-content .main {
    transition: .5s all ease-in-out;
    position: relative;
    min-height: 540px;
}

.sec-content .main .pic {
    position: relative;
    border-radius: 10px;
}

.sec-content .main .pic img {
    width: 100%;
    height: 360px;
    /*object-fit: cover;*/
    object-fit: fill;
    object-position: top;
    border-radius: 10px;
}

.sec-content .main .info {
    padding: 20px 15px 0;
    background-image: url(../images/lm-before.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    border: solid 1px;
    background-color: #000;
}

.sec-content .main .info .release-date {}

.sec-content .main .info .release-date h3 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: #fff;
    margin: 0px 0 20px;
}

.sec-content .main .info {position: absolute;top: 0;left: 0;margin: 0 auto;height: 360px;width: 100%;transition: .5s all ease-in-out;opacity: 0;}

.sec-content .main .icon-clock {position: relative;left: 0;}

.sec-content .main .icon-clock img {width: 20px;}

.sec-content .main .info .col-sm-2 {
    padding: 0 0 0 10px;
}

.sec-content .main .info .time {}

.sec-content .main .info .time h3 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    position: relative;
    font-family: "Manrope", sans-serif;
}

.sec-content .main .info .sun {
    display: inline-block;
}

.sec-content .main .info .sun a {font-size: 10px;font-weight: 400;color: #fff;letter-spacing: 1px;padding: 5px 10px;text-align: right;display: inline-block;background: rgba(67, 67, 69, 0.3);border: 0.83px solid rgba(153, 153, 153, 0.6);border-radius: 50px;}

.sec-content .main .info p {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}

.sec-content .main .info .view {
    text-align: right;
    margin: 10px 0 20px;
}

.sec-content .main .info .view h3 {
    margin: 0;
    font-family: Montserrat;
    font-size: 32.71px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    display: inline-block;
}

.sec-content .main .info .view h3 span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    background: rgba(255, 255, 255, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.more-info-btn{
    width: 100%;
}

.more-info-btn .select-btn {
    color: #FFFFFF;
    font-size: 10px;
    border: 1px solid #2C8EC4;
    background: #3652A44D;
    padding: 2px 12px;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    float: left;
}

.more-info-btn span {
    color: #FFFFFF;
    font-size: 10px;
    background: #292929;
    padding: 2px 0px;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 600;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
    float: right;
}

.sec-content .main .more {
    text-align: center;
    margin-top: 0px;
}

.sec-content .main .more a {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 7px 18px;
    border-radius: 50px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
}

.sec-content .disc {
    margin: 20px 0;
}

.sec-content .disc h4 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    min-height: 50px;
}

.sec-content .disc h5 {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    background: rgba(153, 153, 153, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    margin: 0;
    min-height: 33px;
}

.sec-content .main .info .time h3:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -8px;
    width: 2px;
    height: 30px;
    border-radius: 12.38px 0px 0px 0px;
    background: linear-gradient(180deg, rgba(44, 44, 46, 0) 0%, rgba(84, 84, 88, 0.65) 51.44%, rgba(44, 44, 46, 0) 100%);
}

.sec-content .main:hover .info {
    transition: .5s all ease-in-out;
    opacity: 1;
    background-image: url(../images/lm-before.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}

.sec-content .main .info .row.mg-btm {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

 .sec-content   .col-sm-3 {
        width: 16.6%;
    }

.sec-content .main .info .row.mg-btm .col-sm-3 {
    padding: 0;
    text-align: right;
    width: auto;
}



.sec-content .main .info .row.total-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sec-content .main .info .row.total-row .total {}

.sec-content .main .info .row.total-row .total h5 {
    margin: 0 0 0;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.sec-content .main .info .row.total-row .total h3 {
    margin: 0;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
    display: inline-block;
}

.sec-content .main .info .row.mg-btm .col-sm-4 {
    padding: 0;
}
.sec-content .main .info .tags {
    margin: 10px 0 10px;
}
.sec-content .main .info .tags ul{
    padding: 0;
    margin: 0;
}
.sec-content .main .info .tags ul li{
    display: inline-block;
    border-right: 3px solid #F68D3D;
    padding-right: 6px;
    line-height: 1px;
    margin-right: 6px;
}
.sec-content .main .info .tags ul li:last-child{
    border: none;
    padding-right: 0;
}
.sec-content .main .info .tags ul li .sep{
    color: #F68D3D;
    margin: 0 5px;
}
.sec-content .main .info .tags ul li span{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
}


.sec-content .main .more_info{display: flex;flex-direction: row;justify-content: space-between;margin: 15px 0 0;}
.sec-content .main .more_info .rating_rec{

}
.sec-content .main .more_info .rec_tags{
}
.sec-content .main .more_info .rec_tags .card_tags{
    color: #FFFFFF;
    font-size: 12px;
    background: #292929;
    padding: 2px 10px;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 600;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    min-width: 100px;
}

.sec-content .disc input.const-is-approved {
position: relative;
    visibility: hidden;
    margin-right: 7px;
    top: 2px;
}

.sec-content .disc input.const-is-approved:before{
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 3px;
    top: -3px;
    visibility: visible;
}

.sec-content .disc input.const-is-approved:checked:after{
    content: '';
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 8px;
    height: 8px;
    left: 5px;
    top: 2px;
    visibility: visible;
    background-size: contain;
}


.sec-content .main .more_info .rec_tags .card_tags.hold{
    border: 2px solid #FFFFFF80;
    background: #ffffff2e;
}
.sec-content .main .more_info .rec_tags .card_tags.deal{
    border: 2px solid #31CDB0;
    background: #31CDB033;
}
.sec-content .main .more_info .rec_tags .card_tags.exp{
    border: 2px solid #ED017F;
    background: #ED017F26;
}
.sec-content .main .more_info .rec_tags .card_tags.demand{
    border: 2px solid #F68D3D;
    background: #F68D3D33;
}
.sec-content .main .more_info .rec_tags .card_tags.select {
    border-color: #2C8EC4;
    background: #3652A44D;
}



.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    float: right;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: none;
    font-size: 16px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover,
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 3;
    color: #fff;
    cursor: pointer;
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-radius: 30px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #fff;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.selection-counter-titles{
    margin: 20px 0;
}

.selection-counter-titles span {
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.selection-counter-titles b {
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
}

.page_offset{
    margin: 20px 0;
}

.page_offset span {
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
}

.page_offset select {
    margin: 0 10px;
    background: #000;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    padding: 3px 8px;
    border-radius: 4px;
}
/*poster add Box*/

.sec-content .add_box{background: #292929;border-radius: 10px;height: 360px;width: 100%;border: solid 1px #4343454D;display: flex;align-items: center;justify-content: center;flex-direction: column;color: #fff;}
.sec-content .add_box i{border-radius: 100px;border: 2px solid #ffffff99;font-size: 30px;padding: 20px;width: 70px;height: 70px;text-align: center;color: #ffffff99;}
.sec-content .add_box h3{color: #fff;font-family: Montserrat;font-size: 21.32px;font-weight: 400;line-height: 16.34px;}


/*table view*/
.table_view{margin-top: 40px;}
.table_view .table{
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 12px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: none;
    color: #fff;
}
.table_view thead{
    background: #fff;
    border-radius: 70px;
}
.table_view thead tr{

}
.table_view thead tr th{
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    letter-spacing: 0.01em;
    color: #000;
}
.table_view .table>tbody>tr:nth-of-type(odd) {
    background-color: #FFFFFF1A;
}

.table_view tbody{

}
.table_view tbody tr{

}
.table_view tbody tr td{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: 0.01em;
}
.table_view tbody tr td .info{
    display: flex;
    align-items: center;
}
.table_view tbody tr td .info img{height: 62px;width: 43px;object-fit: cover;}
.table_view tbody tr td .info h4{
    margin: 0 0 0 15px;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: 0.01em;
    color: #fff;
    border-bottom: 1px solid;
}

.table_view tbody tr td .card_tags{
    color: #FFFFFF;
    font-size: 10px;
    background: #292929;
    padding: 2px 0px;
    border-radius: 20px;
    font-family: Montserrat;
    font-weight: 600;
    border: 2px solid #fff;
    display: inline-block;
    text-align: center;
    min-width: 110px;
}
.table_view tbody tr td .card_tags.hold{
    border: 2px solid #FFFFFF80;
    background: #ffffff52;
}
.table_view tbody tr td .card_tags.deal{
    border: 2px solid #31CDB0;
    background: #31CDB033;
}
.table_view tbody tr td .card_tags.exp{
    border: 2px solid #ED017F;
    background: #ED017F26;
}
.table_view tbody tr td .card_tags.demand{
    border: 2px solid #F68D3D;
    background: #F68D3D33;
}
.table_view thead tr th, .table_view tbody tr td{
    width: 200px;
}
.table_view thead tr th:first-child, .table_view tbody tr td:first-child{
    width: 40px;
    text-align: center;
}
.table_view thead tr th:nth-child(2), .table_view tbody tr td:nth-child(2){
    width: 550px;
}
.table_view thead tr th:nth-child(7), .table_view tbody tr td:nth-child(7){
    width: 270px;
}
.table_view tbody tr td:last-child{
    padding-left: 30px;
}

.props-langs i{
    color: #f57449;
    font-size: 16px;;
    padding: 0px 5px;
}

.props-notes i{
    color: #fff;
    font-size: 16px;;
    padding: 0px 5px;
}

.trash-href i{
    color: #ee1078;
    font-size: 16px;;
}

.trash-href i:hover{
    color: #fff;
}
.table_view tbody tr td:nth-last-child(2){
    text-align:center;
}
.table_view tbody tr td:nth-last-child(2) input[type=checkbox] {
    position: relative;
    visibility: hidden;
}

.table_view tbody tr td:nth-last-child(2) input:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 3px solid #fff;
    border-radius: 5px;
    top: -3px;
    visibility: visible;
}

.table_view tbody tr td:nth-last-child(2) input:checked:after{
    content: '';
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 4px;
    visibility: visible;
}


/*table view*/


.sec-content .exp_maindiv.selection_col {
    position: relative;
    padding: 0 0 30px;
}
.sec-content .selection_btn {
    margin-top: 30px;
    min-height: 45px;
}
.sec-content .selection_btn a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 20px;
    border-radius: 32px;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}
.sec-content .selection_btn a:hover {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    transition: all ease 1s;
}
.sec-content .selection_btn a img{
    padding-right: 10px;
}
.sec-content .exp_maindiv.selection_col:before{
    display: none;
}
.sec-content .selection_filters ul li{
    margin-right: 15px;
    position: relative;
}
.sec-content .selection_filters ul li input.search_title{
    background: #fff;
    padding: 10px 20px 10px 35px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 400px;
    display: inline-block;
    width: 400px;
    position: relative;
}
.sec-content .selection_filters ul li input[type="submit"] {
    position: absolute;
    font-size: 0;
    background: url(../images/content/search-icon-btn.png);
    background-repeat: no-repeat;
    left: 9px;
    top: 10px;
    padding: 0;
    width: 30px;
    height: 25px;
    border: none;
}
.sec-content .sec_filter .selection_filters ul li a.sel_btn {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 230px;
    display: inline-block;
}

.btn-submit{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}

.btn-submit:hover {
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
}

.sec-content .sec_filter .adv_btns a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}
.sec-content .sec_filter .adv_btns a img{
    margin-right: 10px;
}

.sec-content .uper_filters ul li:first-child .sec_range {
    left: 165px;
}
.sec-content .uper_filters ul li:nth-child(2) .sec_range {
    left: 0;
    width: 270px;
}
.sec-content .maintab_content .uper_filters .sec_range  ul li:before{
    display: none;
}
.sec-content .maintab_content .uper_filters .sec_range ul {
    padding: 10px 0;
    margin: 0;
}
.sec-content .maintab_content .uper_filters .sec_range ul li {
    display: block;
    margin: 0 10px 10px 30px;
}

/*
Title Notes
*/
.title-comment-note {}
.title-comment-note strong { font-size: 12px; }
.title-comment-note p { font-size: 12px; }
.title-comment-note .title-comment-note-row {
    border-bottom: 1px solid #b3b3b3; padding: 5px 0;
}
.title-comment-note .note-action { display: flex; }
.title-comment-note .note-action a { padding: 5px; }

.title-comment-note .title-comment-note-row:last-child { border-bottom: none; }

/*Datepicker Css*/
.input-append{
    position: relative;
}
.input-append span.add-on {
    position: absolute;
    right: 21px;
    top: 14px;
    border-left: 1px solid #D9D9D9;
    padding-left: 8px;
    color: #434345;
}
.input-append span.add-on i{
    color: #434345 !important;
}
.advance_search_popup .west-as-box .input-wrapper  span.add-on, #auditorium_lang_modal .west-as-box .input-wrapper  span.add-on{
    top: 37px;
}
.bootstrap-datetimepicker-widget {
    z-index: 99999999999 !important;
    background-color: #000 !important;
    color: #fff !important;
    font-family: "Inter", sans-serif !important;
}
.bootstrap-datetimepicker-widget>ul {
    padding: 0  !important;
}
.bootstrap-datetimepicker-widget td.active:hover, .bootstrap-datetimepicker-widget td.active:hover:hover, .bootstrap-datetimepicker-widget td.active:active, .bootstrap-datetimepicker-widget td.active:hover:active, .bootstrap-datetimepicker-widget td.active.active, .bootstrap-datetimepicker-widget td.active:hover.active, .bootstrap-datetimepicker-widget td.active.disabled, .bootstrap-datetimepicker-widget td.active:hover.disabled, .bootstrap-datetimepicker-widget td.active[disabled], .bootstrap-datetimepicker-widget td.active:hover[disabled] {
    color: #fff;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
    border-radius: 5px !important;
}
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled]{
    color: #fff;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
    border-radius: 5px !important;
}
.bootstrap-datetimepicker-widget td span.active:hover, .bootstrap-datetimepicker-widget td span.active:active, .bootstrap-datetimepicker-widget td span.active.active, .bootstrap-datetimepicker-widget td span.active.disabled, .bootstrap-datetimepicker-widget td span.active[disabled]{
    color: #fff;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
    border-radius: 5px !important;
}
.bootstrap-datetimepicker-widget thead tr:first-child th:hover, .bootstrap-datetimepicker-widget td span:hover, .bootstrap-datetimepicker-widget td span:hover {
    color: #fff;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
}
.bootstrap-datetimepicker-widget td.day:hover, .bootstrap-datetimepicker-widget td.hour:hover, .bootstrap-datetimepicker-widget td.minute:hover, .bootstrap-datetimepicker-widget td.second:hover{
    color: #fff;
     background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
}
.bootstrap-datetimepicker-widget:after {
    border-bottom: 6px solid #000000 !important;
}
div#ui-datepicker-div {
    font-family: "Inter", sans-serif !important;
}
.ui-widget-content {
    border: none !important;
    background: #000000  !important;
    color: #fff  !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    font-weight: normal;
    color: #444444 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight,.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus  {
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
    border-radius: 10px !important;;
    color: #fff !important;
}
.ui-state-hover.ui-datepicker-prev-hover, .ui-state-hover.ui-datepicker-next-hover{
    background: none !important;
    border:none !important;
}
.ui-datepicker td span, .ui-datepicker td a{
    text-align: center !important;
        padding: 7px !important;
        font-size: 14px !important;
        font-family: "Inter", sans-serif !important;
}
.ui-datepicker th {
    color: #737373 !important;
}

.ui-widget-header {
    border: none !important;
    background: #000 !important;
    color: #fff !important;
    font-weight: bold;
}


/*Datepicker Css*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 90px);
    -ms-transform: translate(0, 90px);
    -o-transform: translate(0, 90px);
    transform: translate(0, 90px);
}


@media (min-width: 768px) {
    .modal-dialog {
        width: 1000px;
        margin: 30px auto
    }
}



.modal{
    z-index: 99999999;
}
.modal-header .close span {
    position: relative;
    top: 0;
}
.modal-header {
    padding: 15px;
    border-bottom: none;
    z-index: 99999;
    position: relative;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    position: relative;
}

.modal-body {
    position: relative;
    padding: 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.modal-header .close {
    margin-top: -2px;
    top: -30px;
    font-size: 40px;
    position: relative;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    right: 15px;
    top: 7px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.movie_popup .movie-banner {}

.movie_popup .movie-banner .pic {
    position: relative;
}

.movie_popup .movie-banner .pic iframe {
    width: 100%;
}
.movie_popup .movie-banner .pic-icon {
    position: absolute;
    bottom: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.movie_popup .movie-banner  .pic-icon iframe {
    width: auto;
}

.movie_popup {
}

.movie_popup .main {
    padding: 50px 50px;
    background-color: #dbdbdb;
}

.movie_popup .main .Synopsis-title {}

.movie_popup .main .Synopsis-title h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.movie_popup .main .add-cat {
    text-align: right;
}

.movie_popup .main .add-cat a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px 10px 10px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    transition: all ease 1s;
}

.movie_popup .rev-one p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    border-bottom: solid 1px #00000040;
    padding-bottom: 10px;
}

.movie_popup .main .info {
    margin-top: 30px;
}


.movie_popup .main .info ul li {
    margin-bottom: 20px;
}

.movie_popup .main .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.movie_popup .main h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.movie_popup .main h4 strong {
    margin-right: 20px;
    display: inline-block;
    width: 160px;
}
.movie_popup .main h4 span {
    font-size: 14px;
     width: 40%;
}

.movie_popup {
}

.movie_popup .main {
    padding: 50px 50px;
    background-color: #dbdbdb;
}

.movie_popup .main .Synopsis-title {}

.movie_popup .main .Synopsis-title h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.movie_popup .main .add-cat {
    text-align: right;
    margin-bottom: 20px;
}

.movie_popup .main .add-cat a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    padding: 10px 70px 10px 70px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    transition: all ease 1s;
    background: linear-gradient(#dbdbdb, #dbdbdb) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
}

.movie_popup .report p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 18px;
}

.movie_popup .main .info {
    margin-top: 30px;
}


.movie_popup .main .info ul li {
    margin-bottom: 20px;
}

.movie_popup .main .info ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.movie_popup .main h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    display: flex;
}

.movie_popup .main h4 strong {
    margin-right: 20px;
}

.movie_popup .main h4 a {
    color: #2C8EC4;
}

.movie_popup .rev-title {
    margin-bottom: 30px;
}

.movie_popup .rev-title h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.movie_popup .icon-echo {
    text-align: center;
}

.movie_popup .icon-echo img {
    width: auto;
}

.movie_popup .star-disc {
    margin-bottom: 15px;
}

.movie_popup .star-disc h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.movie_popup .star-disc img {
    margin: 0 0 0;
}

.movie_popup .row.rev-one {
        margin-bottom: 10px;
    padding-bottom: 0px;
}

.movie_popup .airline {}

.movie_popup .airline h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434345;
}

.movie_popup .airline .reviews-box {
    margin: 10px 0;
}

.movie_popup .airline .reviews-box .circle {
    height: 30px;
    width: 30px;
    background-color: #00000030;
    margin: 0 1px;
    display: inline-block;
    border-radius: 50%;
}

.movie_popup .parental {}

.movie_popup .parental h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434345;
}

.movie_popup .parental .parental-box {
    margin: 10px 0 10px;
}

.movie_popup .parental .parental-box .circle {
    height: 30px;
    width: 30px;
    margin: 0 1px;
    display: inline-block;
    border-radius: 50%;
    background: linear-gradient(90deg, #F68D3D -6.01%, #ED017F 99.81%);
}

.movie_popup .report {}

.movie_popup .report h2 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.movie_popup .recommend {padding-top: 100px;position: relative;}

.movie_popup .recommend h2 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.movie_popup .recommend .main {
    padding: 0;
}

.movie_popup .recommend .main .pic {}

.movie_popup .recommend .main .pic img {
    width: 100%;
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
}

.movie_popup .recommend .main .disc {}

.movie_popup .recommend .main .disc h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.movie_popup .recommend .main .disc h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #00000080;
}
.movie_popup .recommend:before {
    content: '';
    background: url(../images/content/border-lg.png);
    position: absolute;
    top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    width: 800px;
    height: 3px;
    margin: 0 auto;
}
.movie_popup .recommend .slick-arrow {border: 0px;font-size: 0;right: auto;left: 92%;margin-top: 0;position: absolute;top: -60px;z-index: 1;background: url(../images/arrow-left.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.movie_popup .recommend .slick-arrow:hover {background: url(../images/arrow-hover.png) no-repeat center center;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.movie_popup .recommend .slick-next.slick-arrow {left: auto;right: 0;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.movie_popup .recommend .slick-next.slick-arrow:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.star-rating {font-family: var(--fa-style-family, "Font Awesome 6 Free");font-weight: var(--fa-style, 900);overflow: hidden;position: relative;width: 180px;height: 19px;font-size: 16px;}
.star-rating:before {
    content: "\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005";
    color: #0000004D;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.star-rating span:before {
    content: "\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005""\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f4684f -6.01%, #ef1f72 49.81%);
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.circle-rating {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    position: relative;
    width: 55px;
    height: 24px;
    font-size: 18px;
}
.circle-rating:before {
    content: "\f111""\f111""\f111";
    color: #0000004D;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
}

.circle-rating span:before {
    content: "\f111""\f111""\f111";
    top: 0;
    position: absolute;
    left: 0;
    color: #fff;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #f4684f -6.01%, #ef1f72 49.81%);
}

.circle-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.tv_popup .movie-banner {}

.tv_popup .movie-banner .pic {
    position: relative;
}

.tv_popup .movie-banner .pic img {
    width: 100%;
}
.tv_popup .movie-banner .pic-icon {
    position: absolute;
    bottom: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.tv_popup  .movie-banner  .pic-icon img {
    width: auto;
}

.tv_popup .main {
    padding: 50px 50px;
    background-color: #dbdbdb;
}

.tv_popup .synopsis-title {}

.tv_popup .synopsis-title h2 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.tv_popup .info {}

.tv_popup .info ul {list-style: none;margin: 0;padding: 0;}

.tv_popup .info ul li {
    margin-bottom: 20px;
}

.tv_popup .info ul li h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: flex;
}

.tv_popup .info ul li h4 strong {
    margin-right: 20px;
    display: inline-block;
    width: 150px;
}

.tv_popup .seasons-title {
    margin-top: 40px;
}

.tv_popup .seasons-title h2 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}


.tv_popup .season-link {
    margin-bottom: 50px;
}

.tv_popup .season-link select#season {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    color: #000;
    padding: 10px 100px 10px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    transition: all ease 1s;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    text-align: left;
}



.tv_popup .mainpanel {
    position: relative;
    padding: 10px 0;
    margin: 10px 0 20px;
}

.tv_popup .mainpanel button.accordion {
    margin: 0 0 5px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    text-align: left;
}
.tv_popup .mainpanel button.accordion i {
    float: right;
}
.tv_popup .mainpanel .panel {
    background: transparent;
    position: relative;
    display: none;
    box-shadow: none;
    border: none;
    margin: 0;
}

.tv_popup .mainpanel .panel p {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    margin-top: 20px;
}

.tv_popup .mainpanel .panel .cat-link {
    text-align: right;
}

.tv_popup .mainpanel .panel .cat-link a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 11px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#dbdbdb, #dbdbdb) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
    width: 195px;
    text-align: center;
}


.tv_popup .recommend{
    position: relative;
}
.tv_popup .recommend .main2 {
    padding: 0;
}

.tv_popup .recommend .main2 .pic {}

.tv_popup .recommend .main2 .pic img {
    width: 100%;
    border-radius: 15px;
}

.tv_popup .recommend .main2 .disc {}

.tv_popup .recommend .main2 .disc h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tv_popup .recommend .main2 .disc h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #00000080;
}
/*.tv_popup .recommend:before {
    content: '';
    background: url(../images/content/border-lg.png);
    position: absolute;
    top: 40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    width: 800px;
    height: 3px;
    margin: 0 auto;
}*/

.tv_popup .mainpanel:before {
    content: '';
    background: url(../images/content/border-lg.png);
    position: absolute;
    bottom: -2px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    width: 910px;
    height: 3px;
    margin: 0 auto;
}


.tv_popup .recommend {padding-top: 100px;position: relative;}

.tv_popup .recommend h2 {
    margin: 0 0 30px;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.tv_popup .recommend .main {
    padding: 0;
}

.tv_popup .recommend .main .pic {}

.tv_popup .recommend .main .pic img {
    width: 100%;
    border-radius: 15px;
    height: 280px;
    object-fit: cover;
}

.tv_popup .recommend .main .disc {}

.tv_popup .recommend .main .disc h3 {
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tv_popup .recommend .main .disc h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    color: #00000080;
}
.tv_popup .recommend:before {
    content: '';
    background: url(../images/content/border-lg.png);
    position: absolute;
    top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    width: 800px;
    height: 3px;
    margin: 0 auto;
}
.tv_popup .recommend .slick-arrow {border: 0px;font-size: 0;right: auto;left: 92%;margin-top: 0;position: absolute;top: -60px;z-index: 1;background: url(../images/arrow-left.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.tv_popup .recommend .slick-arrow:hover {background: url(../images/arrow-hover.png) no-repeat center center;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.tv_popup .recommend .slick-next.slick-arrow {left: auto;right: 0;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.tv_popup .recommend .slick-next.slick-arrow:hover {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}



.advance_search_popup .modal-dialog {
    width: 650px;
}

.advance_search_popup h5.modal-title {
    display: inline-block;
    margin-left: 6px;
}

.advance_search_popup .modal-body {
    background-color: #E4E1E1;
}

.advance_search_popup .west-as-box {
    padding: 30px 20px;
}

.advance_search_popup .west-as-box .as-filter {text-align: end;padding-bottom: 13px;}

.advance_search_popup .west-as-box .as-filter a {
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-radius: 35px;
    padding: 12px 18px;
    display: inline-block;
    color: #fff;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    letter-spacing: -0.01em;
}

.advance_search_popup .west-as-box .as-filter a img {
    margin-left: 10px;
}

.advance_search_popup .west-as-box .input-wrapper, #auditorium_lang_modal .west-as-box .input-wrapper{
    margin-bottom: 24px;
}

.advance_search_popup .west-as-box .input-wrapper label, #auditorium_lang_modal .west-as-box .input-wrapper label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #000;
}

.advance_search_popup .west-as-box .input-wrapper input, .advance_search_popup .west-as-box .input-wrapper select
{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
    height: auto;
}

.advance_select2 {
    background: #fff !important;
    padding: 10px 20px 10px 20px !important;
    border-radius: 30px !important;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box !important;
    border: 1px solid transparent !important;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #5D5D5D !important;
    min-width: 200px !important;
    display: inline-block !important;
    width: 100% !important;
    position: relative !important;
    height: auto !important;
}

.advance_search_popup .west-as-box .input-wrapper input::placeholder, #auditorium_lang_modal .west-as-box .input-wrapper input::placeholder {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
    text-align: left;
    color: #BCBEC0;
}

/*.advance_search_popup .west-as-box .cal_icon:before{
    content: '';
    position: absolute;
    background: url(../images/content/calendar-icon.png) no-repeat;
    width: 13px;
    height: 14px;
    top: 37px;
    right: 30px;
    z-index: 99;
}
*/
.advance_search_popup .west-as-box .input-check--wrapper{
    margin: 8px 0 40px;
}

.advance_search_popup .west-as-box .input-check--wrapper label {
    color: #5D5D5D;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    text-align: left;
}

.advance_search_popup .west-as-box .input-check--wrapper label span {
    padding-left: 15px;
}
.advance_search_popup .west-as-box .input-check--wrapper input {
    position: relative;
    visibility: hidden;
}

.advance_search_popup .west-as-box .input-check--wrapper input:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-radius: 5px;
    top: -3px;
    visibility: visible;
}

.advance_search_popup .west-as-box .input-check--wrapper input:checked:after{
    content: '';
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 4px;
    visibility: visible;
}

.bnt-default-button {
    color: #000;
    text-decoration: none;
    background: linear-gradient(#e4e1e1, #e4e1e1) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    display: inline-block;
    border-radius: 32px;
    border: 1px solid transparent;
    padding: 7px 35.5px;
}

.bnt-default-button:hover{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    color: #fff;
}

.advance_search_popup .west-as-box .input-btn-wrapper input {background: linear-gradient(#e4e1e1, #e4e1e1) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;color: #000;width: 65%;padding: 10px;min-width: unset;}
.advance_search_popup .west-as-box .input-btn-wrapper input:hover{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    color: #fff;
}
.advance_search_popup .west-as-box .submit {
    text-align: end;
}

.advance_search_popup .sec_range {
    width: 525px;
}
.advance_search_popup .sec_range ul li{
    width: 38%;
    float: left;
}
.advance_search_popup .sec_range ul li a{
    font-size: 12px;
}
.advance_search_popup .sec_range ul li:nth-child(11){
    border-bottom: none;
}


.attach-popup .modal-dialog {
    width: 647px;
}

.attach-popup .modal-header .close {
    margin-top: 0;
    top: 0px;
}

.attach-popup h5.modal-title {
    display: inline-block;
    margin-left: 6px;
}



.attach-popup .modal-body {
    background-color: #E4E1E1;
}

.attach-popup .west-as-box {
    padding: 30px 40px;
}

.attach-popup .west-as-box form .input-wrapper input {
    width: 100%;
    text-align: center;
    visibility: hidden;
    position:relative;
    padding: 17px 0;
}

.attach-popup .west-as-box form .input-wrapper input:before{
    content: "Browse File";
    position: absolute;
    visibility: visible;
    cursor: pointer;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    width: 64%;
    height: 37px;
    border-radius: 20px;
    padding: 8px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.attach-popup .west-as-box form .input-wrapper {
    padding: 20px 0;
    border-radius: 10px;
    background: linear-gradient(#bdbdbd, #bdbdbd) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 2px dashed transparent;
}

.attach-popup .west-as-box form .input-wrapper div.file-drag {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: center;
    padding-top: 22px;
    color: #000;
}

.attach-popup .west-as-box form .input-wrapper div.file-drag span {
    display: block;
    font-weight: 600;
    font-size: 20px;
}

.attach-popup .west-as-box form .input-btn-wrapper {
    margin-top: 50px;
}

.attach-popup .west-as-box form .input-btn-wrapper input {
    color: #000;
    text-decoration: none;
    background: linear-gradient(#e4e1e1, #e4e1e1) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    display: inline-block;
    border-radius: 32px;
    border: 1px solid transparent;
    padding: 7px 35.5px;
}

.attach-popup .west-as-box form ul.uploaded-files {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.attach-popup .west-as-box form ul.uploaded-files li {
    padding: 7px 0;
    border-bottom: 1px solid #000;
}

.attach-popup .west-as-box form ul.uploaded-files li p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: 0.01em;
    color: #000;
    padding-left: 18px;
    width: 80%;
    display: inline-block;
}

.attach-popup .west-as-box form ul.uploaded-files li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: 0.01em;
    color: #ED017F;
}

.attach-popup .west-as-box form ul.uploaded-files li p img {
    filter: brightness(0);
    margin-right: 20px;
}


/* Email Popup */

.email_popup .modal-dialog {
    width: 647px;
}

.email_popup .modal-header .close {
    margin-top: 0;
    top: 0px;
}

.email_popup h5.modal-title {
    display: inline-block;
    margin-left: 6px;
}

.email_popup .modal-body {
    background-color: #E4E1E1;
}

.email_popup .west-as-box {
    padding: 30px 20px;
}

.email_popup .west-as-box .input-wrapper{
    margin-bottom: 24px;
}

.email_popup .west-as-box .input-wrapper h6.to-title {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.5px;
    text-align: left;
    margin: 0 0 5px;
    color: #000;
}

.email_popup .west-as-box .input-wrapper label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #000;
}

.email_popup .west-as-box .input-wrapper input{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.email_popup .west-as-box .input-wrapper textarea{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 197px;
    resize: none;
}

.email_popup .west-as-box .input-wrapper input::placeholder {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
    text-align: left;
    color: #BCBEC0;
}

.email_popup .west-as-box .input-btn-wrapper input {background: linear-gradient(#F68D3D, #ED017F) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;    color: #fff;
    width: auto;
    padding: 10px;
    min-width: unset;
    font-weight: 600;
    padding: 8px 16px 8px 51px;}

.email_popup .west-as-box .input-btn-wrapper{
    position: relative;
    display: inline-block;
    margin-bottom: 0;
}

.email_popup .west-as-box .input-btn-wrapper:before{
    content: '';
    position: absolute;
    background: url(../images/send-icon-fly.png);
        width: 26px;
    height: 27px;
    top: 5px;
    z-index: 1;
    background-repeat: no-repeat;
    left: 15px;
}


/* Add Task Popup */

.add_task_popup .modal-dialog {
    width: 647px;
}

.add_task_popup .modal-header .close {
    margin-top: 0;
    top: 0px;
}

.add_task_popup h5.modal-title {
    display: inline-block;
    margin-left: 6px;
}



.add_task_popup .modal-body {
    background-color: #E4E1E1;
}

.add_task_popup .west-as-box {
    padding: 30px 20px;
}

.add_task_popup .west-as-box .input-wrapper{
    margin-bottom: 24px;
}

.add_task_popup .west-as-box .input-wrapper label {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    text-align: left;
    color: #000;
}

.add_task_popup .west-as-box .input-wrapper input{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.add_task_popup .west-as-box .input-wrapper select{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
}

.add_task_popup .west-as-box .input-wrapper textarea{
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 20px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 200px;
    display: inline-block;
    width: 100%;
    position: relative;
    height: 92px;
    resize: none;
}

.add_task_popup .west-as-box .input-wrapper input::placeholder {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
    text-align: left;
    color: #BCBEC0;
}

.add_task_popup .west-as-box .cal_icon:before{
    content: '';
    position: absolute;
    background: url(../images/content/calendar-icon.png) no-repeat;
    width: 13px;
    height: 14px;
    top: 37px;
    right: 30px;
    z-index: 99;
}

.add_task_popup .west-as-box .input-check--wrapper{
    margin: 8px 0 40px;
}

.add_task_popup .west-as-box .input-check--wrapper label {
    color: #5D5D5D;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    text-align: left;
    margin: 0 0 0 15px;
}

.add_task_popup .west-as-box .input-check--wrapper input {
    position: relative;
    visibility: hidden;
    margin-right: 20px;
}

.add_task_popup .west-as-box .input-check--wrapper input:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #000;
    border-radius: 5px;
    top: -3px;
    visibility: visible;
}

.add_task_popup .west-as-box .input-check--wrapper input:checked:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/sec-check.png) no-repeat;
    top: 4px;
    visibility: visible;
    left: 7px;
}

.add_task_popup .west-as-box .quantity-wrapper label {
    display: block;
}

.add_task_popup .west-as-box .quantity-wrapper input {
    width: 86%;
}

.add_task_popup .west-as-box .quantity-wrapper button.west-btn {
    border: 2px solid #434345;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
}

.add_task_popup .west-as-box .quantity-wrapper button.west-btn-add{
    margin-right: 8px;
    margin-left: 11px;
}

.add_task_popup .west-as-box .input-btn-wrapper input {background: linear-gradient(#e4e1e1, #e4e1e1) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;color: #000;width: 65%;padding: 10px;min-width: unset;}

.add_task_popup .west-as-box .submit {
    text-align: end;
}


.sec-content .exp_maindiv.selection_col .sec_filter {
    overflow: visible;
}

.sec-content .exp_maindiv .sec_range ul{
    padding: 10px 0;
}


.sec-content .tv_card.main .info .row.mg-btm .col-sm-3 {
    padding: 0;
}

.sec-content .main .sel_episode{
    margin: 18px 0 25px;
}
.sec-content .main .sel_episode h4{
   font-family: Montserrat;
   font-size: 18px;
   font-weight: 600;
   color: #FFFFFF;
   margin: 0 0 15px;
}
.sec-content .main .sel_episode .input-check--wrapper {
    margin-bottom: 7px;
}
.sec-content .main .sel_episode .input-check--wrapper label {
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    letter-spacing: -0.01em;
    text-align: left;
    display: flex;
}
.sec-content .main .sel_episode .input-check--wrapper label span.br-bg {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    padding: 0;
    top: 4px;
    position: relative;
}
.sec-content .main .sel_episode .input-check--wrapper label span.br-bg:before {
    content: "\f00c";
    position: absolute;
    color: #f58341;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 1px;
    left: 4px;
    font-size: 10px;
}
.sec-content .main .sel_episode .input-check--wrapper label span.name {
    padding-left: 20px;
    font-size: 11px;
    width: 190px;
    padding-top: 5px;
}
.sec-content .main .sel_episode .input-check--wrapper input {
    position: relative;
    visibility: hidden;
}

.sec-content .main .sel_episode .input-check--wrapper input:before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #fff;
    border-radius: 5px;
    top: -3px;
    visibility: visible;
}

.sec-content .main .sel_episode .input-check--wrapper input:checked:after{
    content: '';
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 7px;
    top: 4px;
    visibility: visible;
}


.page-status {padding: 80px 0;}

.page-status ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.page-status ul li {
    display: inline-block;
    margin-right: 30px;
    padding-right: 30px;
    position: relative;
}

.page-status ul a.select-box_cyle {
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: #5D5D5D;
    min-width: 230px;
    display: inline-block;
    margin: 0 15px;
}

.page-status ul a.select-box_cyle strong {}

.page-status ul a.select-box_cyle i {}

.page-status ul li h4 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 400;
    line-height: 16.5px;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.page-status ul li a.btn-submit {
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    padding: 12px 30px 12px 30px;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    line-height: 16.5px;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
}

.page-status ul li a.btn-submit img {
    margin-right: 7px;
    vertical-align: middle;
}



/*calendar page*/


.sec-calendar  .main_cal{
    position: relative;
    background: #4343454D;
    padding: 40px 20px 20px;
    border-radius: 6px;
}
.sec-calendar  .cal_btns {
    position: absolute;
    top: 42px;
    left: 20px;
}
.sec-calendar  .cal_btns ul{padding: 3px;margin: 0;background: #FFFFFF1A;display: inline-block;border-radius: 30px;}
.sec-calendar  .cal_btns ul li{display: inline-block;}
.sec-calendar  .cal_btns ul li  a{font-family: Montserrat;font-size: 15px;font-weight: 400;line-height: 20.72px;letter-spacing: 0.01em;text-align: left;color: #fff;padding: 10px 16px;border-radius: 30px;display: inline-block;}
.sec-calendar  .cal_btns ul li.current a{
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    font-weight: 600;
}

.sec-calendar  .cal_btns a.add_task_btn {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 30px 10px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
    margin-left: 30px;
}
.sec-calendar  .cal_btns a.add_task_btn:hover {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    transition: all ease 1s;
}
.sec-calendar  .cal_btns a.add_task_btn img {
    padding-right: 8px;
}
.sec-calendar .cal_div {

}

.sec-calendar .cal_div .fc .fc-daygrid-day-frame {
    height: 200px;
}
.sec-calendar table{
    border:none !important;
    border-collapse: collapse;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.sec-calendar .fc-theme-standard td, .sec-calendar .fc-theme-standard th {
    border: none;
}
.sec-calendar th.fc-col-header-cell a {
    padding: 10px !important;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

.sec-calendar .cal_div .fc .fc-daygrid-day-frame {
    height: 150px;
    background: #FFFFFF1A;
    padding: 5px;
}
.sec-calendar .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: row;
}
.sec-calendar .cal_div .fc-daygrid-day-frame .fc-daygrid-day-top a{
    color: #FFFFFF;
    font-weight: 600;
    font-family: Montserrat;
    font-size: 25px;
}
.sec-calendar .cal_div .fc-day-other .fc-daygrid-day-frame {
    background: #00000099;
}
.sec-calendar .cal_div .fc-day-other .fc-daygrid-day-frame .fc-daygrid-day-top a{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 400;
    color: #FFFFFF66;
}


.sec-calendar .cal_div  .fc-h-event {
    background-color: transparent;
    border: none;
    display: block;
}
.sec-calendar .cal_div  .fc-event-title, .sec-calendar .cal_div .fc-daygrid-event-harness {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF
}
.sec-calendar .cal_div .fc-daygrid-event-harness  .fc-event-time {
    display: none;
}
.sec-calendar .cal_div .fc-daygrid-event-harness .fc-daygrid-event-dot {
    border-width: 9px;
    border-radius: 2px;
}
.sec-calendar .cal_div .fc-event-title{
    padding-left: 5px;
}
.sec-calendar .cal_div button.fc-button {
    display: inline-block !important;
    background: transparent !important;
    border-color: #F68D3D !important;
    border-radius: 30px !important;
    color: #F68D3D !important;
    padding: 4px !important;
    border-width: 2px !important;
    line-height: initial !important;
}
.sec-calendar .cal_div .fc-toolbar-title{
    display: inline-block;
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin: 0 40px;
    min-width: 300px;
    text-align: center;
}
.sec-calendar .cal_div .fc-toolbar-chunk div {
    display: flex;
    align-items: center;
}
.sec-calendar .fc-button-group {
    padding: 3px;
    margin: 0;
    background: #FFFFFF1A;
    display: inline-block;
    border-radius: 30px;
}
.sec-calendar .fc-button-group button.fc-button {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
    text-align: left;
    color: #FFF !important;
    padding: 10px 16px !important;
    border-radius: 30px !important;
    display: inline-block !important;
    border: none;
    text-transform: capitalize;
}
.sec-calendar .fc-button-group button.fc-button.fc-button-active{
    background: rgb(246, 141, 61) !important;
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important;
    font-weight: 600;
}
.sec-calendar .fc .fc-toolbar {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    gap: 100px;
}

.sec-calendar th.fc-col-header-cell {
    background: #fff;
    border-right: 5px solid #000;
}
.sec-calendar th.fc-col-header-cell:last-child{
    border: none;
}
.sec-calendar a.fc-more-link {
    color: #fff;
}
.sec-calendar .fc-theme-standard .fc-popover {
    background: #000;
    border: none;
    color: #fff;
}
.sec-calendar .fc-theme-standard tbody tr {
    border-bottom: 7px solid #000;
}

.sec-calendar .fc-theme-standard tbody tr td {
    border-right: 5px solid #000;
}
.sec-calendar .fc-theme-standard tbody tr td:last-child{
    border: none;
}

.sec-calendar .fc-theme-standard thead {
    border-bottom: 7px solid #000;
}

.sec-calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 30px;
}
/*Calendar list */
.sec-calendar #list_view .fc .fc-toolbar .fc-toolbar-chunk:last-child{
    display: none;
}
.sec-calendar #list_view table {
    color: #fff;
}
.sec-calendar #list_view .fc-theme-standard .fc-list {
    border: none;
    margin-top: 10px;
}
.sec-calendar #list_view  .fc .fc-list-event:hover td {
    background: none;
}
.sec-calendar #list_view  .fc-list-day-cushion.fc-cell-shaded a {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
}
.sec-calendar #list_view  .fc-theme-standard tbody tr {
    border-bottom: 7px solid #000;
    background: #FFFFFF1A;
}
.sec-calendar #list_view .fc-theme-standard tbody tr td {
    padding: 12px;
}

.sec-calendar #list_view .fc-list-day-cushion.fc-cell-shaded {
    padding: 10px;
}
.sec-calendar .fc .fc-list-empty {
    font-size: 16px;
    color: #fff;
}
.sec-calendar td.fc-list-event-time {
    display:none;
  }
.sec-calendar .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:first-child {
    display: none;
}
.sec-calendar .cal_div   .fc-daygrid-day-events {
    height: 90px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px;
}

.sec-calendar .cal_div .fc-daygrid-day-events::-webkit-scrollbar {
    width: 3px;

}

.sec-calendar .cal_div .fc-daygrid-day-events::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

.sec-calendar .cal_div .fc-daygrid-day-events::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
    background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}


#add_task_popup .input-append span.add-on {
    top: 37px;
}
.page-status .sec_range ul li:last-child{
    padding-bottom: 10px;
}
.page-status ul li .sec_range {
    right: 25%;
}
.page-status ul a.select-box_cyle i {
    float: right;
    border-left: 1px solid #D9D9D9;
    padding-left: 8px;
    top: 1px;
    position: relative;
}

.page-status .filters > li{
    display: inline-block;
}
.page-status .filters > li:before {
    content: '';
    background: url(../images/content/border-sm.png);
    width: 3px;
    height: 37px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9999;
    background-size: contain;
    background-repeat: no-repeat;
}
.page-status .filters > li:last-child:before{
    display: none;
}
.page-status .sec_range ul li {
    display: block;
    margin-right: 10px;
}
.page-status .sec_range ul {
    padding: 10px 0;
    margin: 0;
}

.page-status .filters > li a.email_btn {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px 10px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}
.page-status .filters > li a.email_btn img {
    padding-right: 8px;
}
.page-status .filters > li a.email_btn:hover {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border: none;
    transition: all ease 1s;
}


.page-status .main {
    background: #4343454D;
    border: 1px solid #4343454D;
    padding: 30px;
    border-radius: 10px;
    min-height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 50px;
}
.page-status .main .title-purchase{

}
.page-status .main .title-purchase h3{
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}
.page-status .main .title-purchase img{
    margin-right: 20px;
}

.page-status .main .title-percent{

}
.page-status .main .title-percent h3{font-size: 18px;color: #fff;margin: 0;font-weight: 400;}
.page-status .main .title-percent strong{color: #fff;font-size: 45px;font-weight: 700;padding-right: 10px;}

.page-status .main .title-percent h3 span {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
}
.page-status .main .title-percent h3 span:before {
    content: '';
    position: absolute;
    left: 0;
    height: 11px;
    border-radius: 10px;
    background: var(--color);
    animation: progress 1s ease-out forwards;
    bottom: auto;
    top: -5px;
    width: 0%;
}
.page-status .main .title-percent h3 span:after {
    content: '';
    position: absolute;
    left: 0;
    height: 11px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    bottom: auto;
    top: -5px;
}

.sec_status2{
    position: relative;
    z-index: 9999;
}
.sec_status2 .main_div{
    background: #4343454D;
    border: 1px solid #292929;
    padding: 25px;
    border-radius: 10px;
}
.sec_status2 ul.status_btn{
    padding: 3px;
    margin: 0;
    background: #FFFFFF1A;
    display: inline-block;
    border-radius: 30px;
    z-index: 99999;
    position: relative;
}
.sec_status2 ul.status_btn li{
    display: inline-block;
}
.sec_status2 ul.status_btn li a{
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 20.72px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #fff;
    padding: 10px 16px;
    border-radius: 30px;
    display: inline-block;
    min-width: 170px;
}
.sec_status2 ul.status_btn li.current a {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    font-weight: 600;
}
.sec_status2 ul.status_rt_btns{
    padding: 0;
    margin: 0 0 20px;
    text-align: right;
}
.sec_status2 .status_rt_btns > li{
    display: inline-block;
    position: relative;
    margin-left: 20px;
}
.sec_status2 .status_rt_btns li input{
        background: #fff;
        border: none;
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 400;
        line-height: 19.5px;
        color: #5D5D5D;
        padding: 10px 50px 10px 20px;
        border-radius: 25px;
        width: auto;
        text-align: left;
}

/**DEV CSS*/
.rm-cursor { cursor: inherit !important;}
.tbl-center-cols { text-align: center; }
.tbl-budget {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-full { width: 100% !important; }
.w-30 { width: 30px !important; }
.mw-180{ min-width: 180px !important; }
.w-40 { width: 40px !important; }
.w-80 { width: 80px !important; }
.w-60 { width: 60px !important; }
.w-100 { width: 100px !important; }
.w-120 { width: 120px !important; }
.w-150 { width: 150px !important;; }
.w-180 { width: 180px !important; }
.w-200 { width: 200px !important; }
.w-220 { width: 220px !important; }
.w-250 { width: 250px !important; }
.w-300 { width: 300px !important; }
.w-350 { width: 350px !important; }

.select2-search__field { min-width: 270px !important;}
.select2-selection--multiple { border: none !important; background: none !important;}
.select2-selection__choice { background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%) !important; border: 1px solid transparent; color: #fff !important;} 

.strikethrough {
    text-decoration: line-through;
}

/* End DEV */
.sec_status2 .status_rt_btns li input[type="submit"], .sec_status2 .status_rt_btns li input[type="button"]{
    position: absolute;
    font-size: 0;
    background: url(../images/content/search-icon-btn.png) #F68D3D;
    background-repeat: no-repeat;
    background-position: center center;
    right: 0px;
    top: 0px;
    padding: 0;
    width: 47px;
    height: 40px;
    border-radius: 25px;
}
.sec_status2 .status_rt_btns li a.select-box_filter{
    background: #fff;
    padding: 10px 20px 10px 12px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.5px;
    color: #5D5D5D;
    min-width: 170px;
    display: inline-block;
    text-align: center;
}
.sec_status2 .status_rt_btns li a.select-box_filter strong{
    font-weight: 600;
    color: #000000;
}
.sec_status2 .status_rt_btns li a.select-box_filter i{
    float: right;
    top: 2px;
    position: relative;
}
.sec_status2 .status_content{/* margin-top: 20px; */}
.sec_status2 .status_content .status_tabcontent{
    display: none;
    margin-top: -45px;
}
.sec_status2  .sec_range{
    text-align: left;
}
.sec_status2 .status_content table{
    border: none !important;
    border-collapse: collapse;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0;
}
.sec_status2 .status_content table thead{

}
.sec_status2 .status_content table thead tr{
    background: #fff;
    border-bottom: 6px solid #141415;
}
.sec_status2 .status_content table thead tr th{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.sec_status2 .status_content table tbody{

}
.sec_status2 .status_content table tbody tr{
    background: #FFFFFF1A;
    border-bottom: 6px solid #141415;
}
.sec_status2 .status_content table tbody tr td{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: var(--color);
}
.sec_status2 .status_content table tbody tr td:last-child{
    font-weight:600;
}

section.financial-sec .head h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}
.financial-sec ul.uper_filters {
    text-align: right;
    padding: 0;
    margin: 20px 0px 0 0;
    position: relative;
}
.financial-sec .sec_range {
    top: 50px;
    right: 3%;
    text-align: left;
    width: 460px;
}
.financial-sec ul.uper_filters li{
    list-style: none;
}

.financial-sec ul.uper_filters li h4{font-family: Montserrat;font-size: 25px;font-weight: 400;line-height: 16.5px;text-align: left;color: #fff;display: inline-block;}
.financial-sec ul.uper_filters li a.select-box_cyle{text-align: left; background: #fff;padding: 10px 20px 10px 20px;border-radius: 30px;background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;border: 1px solid transparent;font-family: Montserrat;font-size: 16px;font-weight: 400;line-height: 19.5px;color: #5D5D5D;min-width: 230px;display: inline-block;margin: 0 15px;}
.financial-sec ul.uper_filters li a.select-box_cyle strong{
    font-weight: 600;
    color: #000000;
}
.financial-sec ul.uper_filters li a.select-box_cyle i{
    float: right;
    border-left: 1px solid #D9D9D9;
    padding-left: 8px;
    top: 1px;
    position: relative;
}
.financial-sec ul.uper_filters li  a.btn-submit{background: rgb(246, 141, 61);background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);padding: 12px 30px 12px 30px;color: #fff;font-family: Montserrat;font-size: 14px;font-weight: 600;line-height: 16.5px;border-radius: 30px;vertical-align: middle;display: inline-block;}
.financial-sec ul.uper_filters li a.btn-submit img{
    margin-right: 7px;
    vertical-align: middle;
}

section.financial-sec table.parent-table,
section.financial-sec table.parent-table-two{
    padding: 17px 26px;
}
section.financial-sec .table_head {
    background-color: #4343454D;
    padding: 30px 25px;
}

section.financial-sec table.parent-table thead tr th {
    color: #000;
    padding: 13px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 17.07px;
}

section.financial-sec table.parent-table > thead > tr > th:first-child{
    width: 190px;
}

section.financial-sec table.parent-table thead tr th:nth-child(odd){
    background-color: #bbb8ba
}

 section.financial-sec table.parent-table thead tr th:nth-child(even){
    background-color: #d0d0d0
}

section.financial-sec table.parent-table thead tr th:first-child{
    border-radius: 10px 0px 0 0;
}

section.financial-sec table.parent-table thead tr th:last-child{
    border-radius: 0px 10px 0 0;
}

section.financial-sec table.parent-table thead th{
    width: 160px;
    padding-left: 10px !important;
}

section.financial-sec table.parent-table tbody td p {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

section.financial-sec table.parent-table tbody tr {
    border-bottom: 1px solid #fff;
    height: 44px;
}

section.financial-sec table.parent-table tbody tr:last-child{
    border-bottom: 0;
}

section.financial-sec table.parent-table tbody td {
    padding: 0 0 0 10px;
}

section.financial-sec table.parent-table tbody td p.orange-amnt {
    color: #F68D3D;
    text-align: center;
    font-weight: 600;
}

section.financial-sec table.parent-table tbody td p.seagreen-amnt {
    color: #31CDB0;
    text-align: center;
    font-weight: 600;
}

section.financial-sec table.parent-table tbody td:first-child {
    padding-top: 10px;
    vertical-align: middle;
}

section.financial-sec table.parent-table > tbody > tr:nth-child(odd) {
    background-color: #ffffff10;
}

section.financial-sec table.parent-table > tbody > tr:nth-child(even){
    background-color: #00000040;
}
section.financial-sec .row.financial_two {
    margin-top: 30px;
}
section.financial-sec .row.financial_two ul.uper_filters {
    margin: 30px 0 0 0;
}
/* section.financial-sec .head-2{
    margin-top: 54px;
} */
section.financial-sec .head-2 h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 40px;
}

.storage-table-tracker th.style1-th, .storage-table-tracker th.style3-th {
    background-color: #bbb8ba !important; text-align: center !important;
}

.storage-table-tracker th.style2-th {
    background-color: #d0d0d0 !important; text-align: center !important;
}

.storage-table-tracker .style-header1 th:nth-child(odd) {
    background: #ffffff10 !important; color: #fff !important;
}

.storage-table-tracker .style-header1 th:nth-child(even) {
    background: #00000040 !important; color: #fff !important;
}

section.financial-sec table.parent-table-two {
    padding: 30px 25px;
}

section.financial-sec table.parent-table-two th {
    border-radius: 0 !important;
    background-color: #fff !important;
    color: #000;
    width: 250px !important;
    text-align: end;
    padding-right: 10px;
    font-size: 16px;
    font-weight: 600;
}

section.financial-sec table.parent-table-two th:first-child{
    text-align: start;
    padding-left: 10px;
    width: 420px !important;
}


section.financial-sec table.parent-table-two tbody tr{
    border-bottom: 7px solid #141415;
}

section.financial-sec table.parent-table-two tbody tr.finance-grand-total {
    border-top: 1px solid #fff;
    background-color: #141415 !important;
}
section.financial-sec table.parent-table-two tbody tr:nth-last-child(2) {
    border-bottom: none;
}

section.financial-sec table.parent-table-two tbody tr:nth-child(odd) {
    background-color: #0c0c0d;
}

section.financial-sec table.parent-table-two tbody tr:nth-child(even) {
    background-color: #2b2b2c;
}

section.financial-sec table.parent-table-two tbody tr td {
    padding: 2px 10px;
    text-align: end;
}

section.financial-sec table.parent-table-two tbody tr td:first-child {
    text-align: start;
}

section.financial-sec table.parent-table-two tbody tr.finance-grand-total td, section.financial-sec table.parent-table-two tbody tr.finance-ytd-grand-total td {
    padding: 10px;
}

section.financial-sec table.parent-table-two tbody tr td:first-child p{
    font-weight: 400 !IMPORTANT;
}

section.financial-sec table.parent-table-two tbody tr.finance-grand-total td p  {
    color: #F68D3D;
    font-size: 16px;
    font-weight: 600;
}

section.financial-sec table.parent-table-two tbody tr.finance-ytd-grand-total td p  {
    font-size: 16px;
    font-weight: 600;
}

section.financial-sec table.parent-table-two tbody tr td p{
    margin-bottom: 0;
    font-size: 16px;
}

section.financial-sec table.parent-table-two tbody tr td span.seagreen-amnt {
    color: #31cdb0;
        font-size: 14px;
}

section.financial-sec table.parent-table-two tbody tr td span.pink-amnt {
    color: #ed017f;
        font-size: 14px;
}
section.financial-sec table tbody tr td .red{
    color: #ED017F;
}


.sec-analytic {
    padding: 60px 0;
    z-index: 9999;
    position: relative;
}

.sec-analytic .logo-col {
    margin-bottom: 60px;
}
.sec-analytic .main-bg {
    background: #4343454D;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.sec-analytic .main-bg h2.title {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 12px;
}


.sec-analytic iframe {
    width: 100%;
    overflow: hidden;
    border: none;
    height: 560px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.sec-analytic iframe body {
    overflow: hidden;
}
.sec-analytic iframe img{
    width: 100%;
}

.sec-analytic a.full-screen{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 40px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#141415, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}

.sec-analytic a.full-screen:hover {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    transition: all ease 1s;
}



section.attachement-sec .head h1 {
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    color: #fff;
    margin: 0;
}

section.attachement-sec .attach-btn a {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(#000000, #000000) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    display: inline-block;
    border-radius: 32px;
    border: 1px solid transparent;
    padding: 7px 35.5px;
}

section.attachement-sec .attach-btn a img {
    margin-right: 6px;
}

section.attachement-sec table {
    background-color: #4343454D;
}
section.attachement-sec table td{
    color: #fff;
    width: 330px;
}

section.attachement-sec table thead,section.attachement-sec table tbody {
    display: block;
}

section.attachement-sec table tbody tr {
    border-bottom: 1px solid #fff;
    padding: 5px 18px;
    display: block;
}

section.attachement-sec table {padding: 20px 26px;display: block;min-height: 533px;border-radius: 10px;margin-top: 40px;}

section.attachement-sec table thead {
    border-radius: 10px 10px 0 0;
    padding: 12px 10px;
    background: linear-gradient(#332B30, #2B2B2C), linear-gradient(to right, #ffffff, #000000);
}

section.attachement-sec table thead th {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: #fff;
    width: 350px;
    border: none;
}

section.attachement-sec table tbody tr td img {
    margin-right: 28.5px;
}

section.attachement-sec table tbody tr td a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    letter-spacing: normal;
}

.attach-popup input.file_name {
    background: transparent;
    border: 1px solid #c7b4b4;
    margin: 30px 0 0;
    color: #000;
}
section.attachement-sec table td:last-child,section.attachement-sec table th:last-child {
    text-align: right;
}
section.attachement-sec table tbody tr td:last-child img {
    margin: 0;
}
section.attachement-sec table thead th:nth-child(2), section.attachement-sec table tbody td:nth-child(2) {
    width: 1000px;
}
section.attachement-sec table thead th, section.attachement-sec table tbody td {
    width: 220px;
}
.attachement-sec th.date, .attachement-sec td.date {
    text-align: right;
}
section.attachement-sec table th.action, section.attachement-sec table th.icon, section.attachement-sec table td.action, section.attachement-sec table td.icon {
    width: 100px;
}
.attach-popup .form-control.is-invalid {
    border-color: red;
}
.form-control.is-invalid {
    border-color: red;
}
small.invalid-feedback {
    color: red;
}


/* content selection fixes  */

.sec-content .selection_col .selection_filters ul li a.sel_btn {
    font-size: 12px;
}
.sec-content .selection_col .selection_filters input {
    width: 230px !important;
    min-width: 230px !important;
    font-size: 12px !important;
}


.sec-content .selection_col .selection_filters a.btn-submit {
    background: rgb(246, 141, 61);
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    padding: 12px 20px;
    color: #fff;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 600;
    line-height: 16.5px;
    border-radius: 30px;
    vertical-align: middle;
    display: inline-block;
}
.sec-content .selection_col .selection_filters ul li {
    margin-right: 5px;
}

.sec-content .selection_col .selection_filters .sec_range ul li {
    display: block !important;
}
.sec-content .selection_col .selection_filters .sec_range ul {
    padding: 10px 0;
    overflow-x: auto;
    min-height: 90px;
    max-height: 340px;
    display: block ;
}

.sec-content .selection_col .selection_filters .sec_range ul::-webkit-scrollbar {
    width: 6px;

}

.sec-content .selection_col .selection_filters .sec_range ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

.sec-content .selection_col .selection_filters .sec_range ul::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}


.sec-content .selection_col .selection_filters .sec_range ul li a {
    font-size: 14px;
}

.advance_search_popup .input-wrapper.form-group span.select2-selection.select2-selection--multiple {
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    padding: 5px 8px;
    min-height: 42px !important;
}
.advance_search_popup .input-wrapper.form-group input.select2-search__field {
    /* padding: 0;
    border: none !important;
    background: none !important;
    padding-left: 10px; */
    display: none !important;
}
.advance_search_popup .input-wrapper.form-group li.select2-selection__choice {
    background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
    border-radius: 35px !important;
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
}

.advance_search_popup .input-wrapper.form-group .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.advance_search_popup .west-as-box .input-wrapper {
    margin-bottom: 22px;
    min-height: 68px;
}
.sec-content .selection_col .selc_radio div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    justify-content: center;
  }

  .sec-content .selection_col .selc_radio input[type="checkbox"] {
    clip: rect(0 0 0 0);
    clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .sec-content .selection_col .main .more_info .rec_tags .card_tags{
    cursor:pointer;
  }
  .sec-content .selection_col .selc_radio input[type="checkbox"]:checked + span.deal {
    border: 2px solid #31CDB0;

    background: #31CDB0;
  }
  .sec-content .selection_col .selc_radio input[type="checkbox"]:checked + span.demand {
    border: 2px solid #F68D3D;
    background: #F68D3D;
  }

  .sec-content .selection_col .selc_radio input[type="checkbox"]:checked + span.hold {
    border: 2px solid #FFFFFF80;
    background: #FFFFFF80;
  }

    .sec-content .selection_col .selc_radio input[type="checkbox"]:checked + span.exp {
        border: 2px solid #ED017F;
        background: #ED017F;
    }

    .sec-calendar .cal_div  .task-checkbox .fc-event-title:before {
        content: "\f00c";
        position: absolute;
        color: #000;
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900);
        top: 2px;
        left: 7px;
    }
    /*.sec-calendar .cal_div  .task-checkbox .fc-event-title {*/
    /*    text-decoration-line: line-through;*/
    /*}*/

    .sec-calendar .all_task_css{
        margin-top:70px;
    }

    .sec-calendar .all_task_css thead{
        background: #fff;

    }
    .sec-calendar .all_task_css thead th{
        font-size: 16px;
        color: #000000;
        font-weight: 600;
    }
    .sec-calendar .all_task_css tbody tr {
        border-bottom: 7px solid #000;
        background: #FFFFFF1A;
    }
    .sec-calendar .all_task_css thead tr {
        border-bottom: 7px solid #000;
    }
    .sec-calendar .all_task_css tbody tr td {
        padding: 12px;
        position: relative;
    }
    .sec-calendar  nav {
        overflow: hidden;
    }
    section.sec-calendar {
        position: relative;
        z-index: 9999;
    }

    .sec-calendar .all_task_css tbody tr td:last-child {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        background: var(--color);
        padding-left: 50px;
    }
    .sec-calendar .all_task_css tbody tr td input[type="checkbox"] {
    position: absolute;
    visibility: hidden;
    left: 20px;
    top: 10px;
}

.sec-calendar .all_task_css tbody tr td input[type="checkbox"]:before {
    border: 2px solid #fff;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: transparent;
    visibility: visible;
}
.sec-calendar .all_task_css tbody tr td input:checked:after {
    content: "\f00c";
    position: absolute;
    color: #fff;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 4px;
    left: 4px;
    visibility: visible;
    font-size: 10px;
}


    .custom-toast {
        display: flex;
        align-items: center;
      }

      .custom-toast img {
        background-size: 50px 50px;
        height: 50px;
        width: 50px;
      }

      .custom-toast p {
        font-size: 14px;
        padding: 10px;
      }

      /* ---- end demo code ---- */

      #toasts {
        min-height: 0;
        position: fixed;
        right: 20px;
        bottom: 20px;
        width: 400px;
        z-index: 9999;
      }

      #toasts .toast {
        background: #d6d8d9;
        border-radius: 3px;
        box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
        color: #fff;
        cursor: default;
        margin-bottom: 20px;
        opacity: 0;
        position: relative;
        padding: 10px 30px 5px 10px;
        transform: translateY(15%);
        transition: opacity .5s ease-in-out, transform .5s ease-in-out;
        width: 100%;
        will-change: opacity, transform;
        z-index: 1100;
        background: rgb(246, 141, 61);
        background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
        font-family: Montserrat;
      }

      #toasts .toast.success {
        background: #26d68a;
      }

      #toasts .toast.warning {
        background: #ffa533;
      }

      #toasts .toast.info {
        background: #2cbcff;
      }

      #toasts .toast.error {
        background: #f44336;
      }

      #toasts .toast.show {
        opacity: 1;
        transform: translateY(0);
        transition: opacity .5s ease-in-out, transform .5s ease-in-out;
      }

      #toasts .toast.hide {
        height: 0;
        margin: 0;
        opacity: 0;
        overflow: hidden;
        padding: 0 30px;
        transition: all .5s ease-in-out;
      }

      #toasts .toast .close {
        cursor: pointer;
        font-size: 24px;
        height: 16px;
        margin-top: -10px;
        position: absolute;
        right: 7px;
        top: 17px;
        width: 16px;
        opacity: 1;
        color: #fff;
        text-shadow: none;
      }

      .cms_popup  .modal-header {
        background: #292929;
        text-align: center;
        padding: 45px 0;
    }

    .cms_popup .modal-body {}
    .cms_popup .modal-body h3{
        font-size: 24px;
        color: #fff;
        margin: 0 0 15px;
        font-weight: 400;
        font-family: Montserrat;
    }
    .cms_popup .modal-body p{
        color: #FFFFFF;
        font-size: 13px;
        line-height: 16px;
        font-weight: 400;
        font-family: Montserrat;
        height: 480px;
        overflow-x: auto;
        padding-right: 35px;
    }
    .cms_popup .modal-body p::-webkit-scrollbar {
        width: 3px;

    }

    .cms_popup .modal-body p::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 30px #0000002b;
    }

    .cms_popup .modal-body p::-webkit-scrollbar-thumb {
      background: rgb(246,141,61);
      border-radius: 10px;
    background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
    }

    .cms_popup .modal-content {
        padding: 0 60px;
        background-color: #292929;
    }

    .cms_popup .modal-header img {
        width: 260px;
    }

    .cms_popup .modal-footer {
        border: none;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 30px;
    }
    .cms_popup .modal-footer button.close_cms {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        padding: 11px 110px;
        border-radius: 32px;
        display: inline-block;
        border: 1px solid transparent;
        transition: all ease 1s;
        background: rgb(246, 141, 61);
        background: linear-gradient(90deg, rgba(246, 141, 61, 1) 0%, rgba(237, 1, 127, 1) 100%);
        border: none;
        transition: all ease 1s;
    }





    .sec-content .main .sel_episode {
        height: 150px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .sec-content .main .sel_episode::-webkit-scrollbar {
        width: 3px;

    }

    .sec-content .main .sel_episode::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 30px #000;
    }

    .sec-content .main .sel_episode::-webkit-scrollbar-thumb {
      background: rgb(246,141,61);
      border-radius: 10px;
        background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
    }

    .sec-content .main .info p {
        min-height: 125px;
    }
    .highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 320px;
    margin: 0;
    height: 310px;
    position: relative;
    top: -30px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.highcharts-description {
    margin: 0.3rem 10px;
}



/* loader css */
body.enable_loader {
    overflow: hidden !important;
}

.loader_bg {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000b5;
    z-index: 999;
    position: fixed;
}
.loader {
    border: 10px solid #f68d3d;
    border-radius: 50%;
    border-top: 10px solid #72bfde;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }

  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .modal-open .modal::-webkit-scrollbar {
    width: 6px;

}

.modal-open .modal::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

.modal-open .modal::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}


.rec_popup_slider .slick-track {
    margin: 0;
}
.sec3 .slick-track{
    margin: 0;
}

.sec3.l-p .main .info {
    height: 311px;
    padding: 10px;
}
.sec3.l-p .main .info p {
    font-size: 13px;
    line-height: 22px;
    min-height: 40px;
}

.sec3.l-a .main .info {
    height: 311px;
    padding: 10px;
}
.sec3.l-a .main .info p {
    font-size: 13px;
    line-height: 22px;
    min-height: 40px;
}
.sec-content .maintab_content .uper_filters .col-sm-3 {
    width: 25%;
}
.table_view tbody tr td .card_tags {
    margin: 0 0 5px;
}
.sec-content .main .sel_episode .input-check--wrapper.uncheck label span.br-bg:before {
    display: none;
}
.tv_popup .info ul li h4 span {
    font-size: 14px;
     width: 40%;
}
.tv_popup .info ul li h4 span {
    font-size: 14px;
    /* width: 40%; */
}


.tv_popup .star-disc h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.tv_popup .rev-title h3 {
    margin: 0;
    font-size: 25px;
    font-weight: 600;
    color: #000;
}

.tv_popup .rev-title {
    margin-bottom: 30px;
}
.tv_popup .rev-one p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 18px;
    border-bottom: solid 1px #00000040;
    padding-bottom: 10px;
}
.tv_popup .row.rev-one {
    margin-bottom: 10px;
    padding-bottom: 0px;
}
.tv_popup .star-disc {
    margin-bottom: 15px;
}
.tv_popup  .parental h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434345;
}
.tv_popup .airline h5 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #434345;
}

.sec-calendar .cal_div .fc-event-title {
    text-wrap: balance;
}

.sec-calendar .cal_div .fc-daygrid-dot-event {
    align-items: flex-start;
}
.sec-content .main.tv_card .sel_episode {
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
}
.sec-content .selection_col .selection_filters ul li .input-wrapper input {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 180px !important;
    display: inline-block;
    width: 180px !important;
    position: relative;
}
.sec-content .selection_col .selection_filters ul li .input-append span.add-on {
    top: 12px;
}

.exp_poster_head_selection{
    position: relative;
}
.sec-content .exp_poster_head_selection ul {
    padding: 0;
    margin: 0px 0;
    display: inline-block;
}
.sec-content .exp_poster_head_selection ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}
.sec-content .exp_poster_head_selection ul li h2 {
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.sec-content .exp_maindiv.selection_col .sec_filter .selection_filters ul li a.sel_btn {
    min-width: 180px;
}
.sec-content .exp_maindiv.selection_col .col-sm-3.const-content-box {
    min-height: 560px;
}
.sec-content .exp_maindiv.selection_col .category-fixed-footer {
    position: fixed;
    bottom: 20px;
    left: 90px;
}
.sec-content .exp_maindiv.selection_col .category-fixed-footer .btn-submit {
    padding: 11px 60px;
}
.sec-content .main.album-box .pic img {
    height: 300px;
}
.sec-content .main.album-box .info {
    height: 300px;
    background-size: auto;
}
.sec-content .add_box.album-box {
    height: 300px;
}
.sec-content .main.album-box .info p {
    min-height: 75px;
}



/*advanced search 25-10-24*/

.sec-content .maintab_content .tab_content_levelone .selection_filters ul {
    padding: 0;
    margin: 0px 0;
    display: inline-block;
}
.sec-content .maintab_content .tab_content_levelone .selection_filters ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
        text-align: left;
}
.sec-content .maintab_content .tab_content_levelone .selection_filters ul li input.search_title {
    background: #fff;
    padding: 10px 20px 10px 35px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 180px;
    display: inline-block;
    width: 180px;
    position: relative;
}
.sec-content .maintab_content .tab_content_levelone .selection_filters ul li a.sel_btn {
    min-width: 180px;
}
.sec-content .maintab_content .tab_content_levelone .selection_filters input {
    width: 180px !important;
    min-width: 180px !important;
    font-size: 12px !important;
}
.sec-content .maintab_content .tab_content_levelone  .selection_filters ul li a.sel_btn {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 180px;
    display: inline-block;
}
.sec-content .maintab_content .tab_content_levelone  .selection_filters ul li .cal_icon{
    display: inline-block
}
.sec-content .maintab_content .tab_content_levelone  .selection_filters ul li .cal_icon input {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #5D5D5D;
    min-width: 180px !important;
    display: inline-block;
    width: 180px !important;
    position: relative;
}
.sec-content .maintab_content .tab_content_levelone  .selection_filters .adv_btns a {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 11px 20px;
    border-radius: 32px;
    text-align: right;
    display: inline-block;
    background: linear-gradient(#000000, #141415) padding-box, linear-gradient(to right, #F68D3D, #ED017F) border-box;
    border: 1px solid transparent;
    transition: all ease 1s;
}
.sec-content .maintab_content .tab_content_levelone  .selection_filters {
    text-align: right;
}

.sec-content .maintab_content .tab_content_levelone  ul.dropdown-single-selection {
    padding: 10px 0;
    overflow-x: auto;
    min-height: 90px;
    max-height: 340px;
        display: block;
}
.sec-content .maintab_content .tab_content_levelone  ul.dropdown-single-selection::-webkit-scrollbar {
    width: 6px;

}

.sec-content .maintab_content .tab_content_levelone  ul.dropdown-single-selection::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #000;
}

.sec-content .maintab_content .tab_content_levelone  ul.dropdown-single-selection::-webkit-scrollbar-thumb {
  background: rgb(246,141,61);
  border-radius: 10px;
background: linear-gradient(180deg, rgba(246,141,61,1) 0%, rgba(237,1,127,1) 100%);
}

.sec-content .maintab_content .tab_content_levelone ul.dropdown-single-selection li a {
    font-size: 14px;
}

.sec-content .maintab_content .tab_content_levelone ul.dropdown-single-selection li {
    display: block;
}

.sec-content div#all_content .col-sm-12.sec_filter {
    overflow: visible;
}
.info_box{
    display:none;
}
.sec-content .selection_col .selection_filters ul li a.btn-submit, .sec-content .maintab_content .tab_content_levelone .selection_filters ul li a.btn-submit{
    padding: 9px 20px;
}

.sec-content .selection_col .selection_filters ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}
.sec-content .exp_maindiv.selection_col .sec_filter .selection_filters ul li a.sel_btn {
    min-width: 130px;
}
.sec-content .selection_col .adv_btns a {
    margin-top: 5px;
}
.sec-content .selection_col .selection_filters ul li .input-wrapper input {
    min-width: 150px !important;
    width: 150px !important;
}
.sec-content .sec_filter .rec_div span.rec i {
    color: #f24a5d;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}
.sec-content .main .info .ep-poster a {
    padding: 0 5px;
    vertical-align: middle;
}


.sec-content  .series-deals .card_tags.hold{
    border: 2px solid #FFFFFF80;
    background: #ffffff2e;
}
.sec-content  .series-deals .card_tags.deal{
    border: 2px solid #31CDB0;
    background: #31CDB033;
}
.sec-content  .series-deals .card_tags.exp{
    border: 2px solid #ED017F;
    background: #ED017F26;
}
.sec-content  .series-deals .card_tags.demand{
    border: 2px solid #F68D3D;
    background: #F68D3D33;
}
.sec-content  .series-deals .card_tags.select {
    border-color: #2C8EC4;
    background: #3652A44D;
}


.sec-calendar input.custom-checkbox:before {
    border: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: rgb(237, 1, 127);
    visibility: visible;
}

.sec-calendar input.custom-wc-checkbox:before {
    border: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #fff !important;
    visibility: visible;
}

.sec-calendar input.custom-wlab-checkbox:before {
    border: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #FF9800 !important;
    visibility: visible;
}

.sec-calendar input.custom-checkbox {
    visibility: hidden;
    top: -1px;
    position: relative;
}
.sec-calendar input.custom-checkbox:checked:before{
    background: rgb(49, 205, 176)
}
.sec-calendar input.custom-checkbox:checked:after {
    content: "\f00c";
    position: absolute;
    color: #000;
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    top: 3px;
    left: 4px;
    visibility: visible;
    font-size: 12px;
}
.sec-calendar .custom-event span{
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    padding-left: 8px;
}

.sec_range ul li a:before{
    content: '';
    position: absolute;
    background: url(../images/sec-check.png) no-repeat;
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 0;
    left: -30px;
    top: 8px;
}

.custom-event span {
    white-space: normal !important;
}
/* ========================================
   MY PICKS CART STYLING
   ======================================== */

/* Header Right Section */
.header-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1px;
}

/* Cart Icon in Header */
.header-cart {
    position: relative;
}

.cart-icon {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.cart-icon:hover {
    color: #F68D3D;
    text-decoration: none;
    background: rgba(246, 141, 61, 0.2);
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -9px;
    background: #ED017F;
    color: white;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 11px;
    font-weight: bold;
 
    min-width: 18px;
    border: 2px solid #01012D;
}
#cart-count {
    display: flex !important; 
}

/* My Picks Modal */
#myPicksModal .modal-dialog {
    max-width: 1400px;
    width: 98%;
    margin: 20px auto;
    position: relative;
    z-index: 1050;
}

#myPicksModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
}

.my-picks-modal {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    height: 80vh;
    max-height: 800px;
    min-height: 600px;
    position: relative;
    z-index: 1051;
    display: flex;
    flex-direction: column;
}

.my-picks-header {
    background: linear-gradient(90deg, #ED017F 0%, #F68D3D 100%);
    border: none;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.my-picks-header .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
    color: white;
    opacity: 1;
}

.header-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-left i {
    font-size: 24px;
    color: white;
}

.modal-title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.close {
    color: white;
    font-size: 28px;
    opacity: 1;
    text-shadow: none;
}

.close:hover {
    color: white;
    opacity: 0.8;
}

/* Modal Body */
.my-picks-body {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
    padding: 0;
    color: white;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Cart Tabs */
.cart-tabs {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 30px;
}

.tab-btn {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
}

.tab-btn:hover {
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn.active {
    color: white;
    border-bottom-color: #F68D3D;
    background: rgba(255, 255, 255, 0.1);
}

.tab-btn i {
    font-size: 16px;
}

/* Cart Items Container */
.cart-items-container {
    padding: 30px;
    flex: 1;
    overflow-y: auto;
    max-height: calc(80vh - 200px);
}

.cart-table-wrapper {
    overflow-x: auto;
}

.cart-items-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border-radius: 0;
    overflow: visible;
    table-layout: fixed;
}
.cart-items-table th{
width: 100% !important;
}

/* Column width management */
/* .cart-items-table th:nth-child(1),
.cart-items-table td:nth-child(1) {
    width: 15%; 
}

.cart-items-table th:nth-child(2),
.cart-items-table td:nth-child(2) {
    width: 25%; 
}

.cart-items-table th:nth-child(3),
.cart-items-table td:nth-child(3) {
    width: 20%; 
}

.cart-items-table th:nth-child(4),
.cart-items-table td:nth-child(4) {
    width: 15%; 
}

.cart-items-table th:nth-child(5),
.cart-items-table td:nth-child(5) {
    width: 15%; 
}

.cart-items-table th:nth-child(6),
.cart-items-table td:nth-child(6) {
    width: 10%; 
} */

.cart-items-table thead {
    background: transparent;
}

.cart-items-table th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cart-items-table td {
    padding: 20px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle;
    background: transparent;
}

.cart-items-table tbody tr {
    background: transparent;
    transition: all 0.3s ease;
}

.cart-items-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

.cart-items-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

/* Cart Item Styles */
.cart-item-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cart-item-poster {
    width: 60px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.cart-item-name {
    font-weight: 600;
    color: white;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}

.cart-item-category,
.cart-item-distributor {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 200px;
    line-height: 1.3;
}

/* Term Badges */
.term-badge {
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    border: 2px solid;
    min-width: 60px;
    text-align: center;
}

.term-badge.holdover {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border-color: rgba(255, 255, 255, 0.4);
}

.term-badge.deal {
    background: rgba(49, 205, 176, 0.2);
    color: #31CDB0;
    border-color: #31CDB0;
}

.term-badge.demand {
    background: rgba(246, 141, 61, 0.2);
    color: #F68D3D;
    border-color: #F68D3D;
}

.term-badge.demand-pink {
    background: rgba(237, 1, 127, 0.2);
    color: #ED017F;
    border-color: #ED017F;
}

.term-badge.expiring {
    background: rgba(237, 1, 127, 0.2);
    color: #ED017F;
    border-color: #ED017F;
}

/* Budget */
.cart-item-budget {
    color: white;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* Remove Button */
.remove-btn {
    background: none;
    border: none;
    color: #ED017F;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.remove-btn:hover {
    background: rgba(237, 1, 127, 0.15);
    color: #ff1a8c;
    transform: scale(1.1);
}

/* Cart Term Badge Colors - Transparent background like unselected buttons */
.term-badge.deal {
    background: #20c99733 !important;
    color: #20c997 !important;
    border: 2px solid #20c997 !important;
}

.term-badge.demand {
    background: #F68D3D33 !important;
    color: #F68D3D !important;
    border: 2px solid #F68D3D !important;
}

.term-badge.exp {
    background: #ED017F33 !important;
    color: #ED017F !important;
    border: 2px solid #ED017F !important;
}

.term-badge.hold {
    background: #6c757d33 !important;
    color: #6c757d !important;
    border: 2px solid #6c757d !important;
}

.term-badge.expiring {
    background: #dc354533 !important;
    color: #dc3545 !important;
    border: 2px solid #dc3545 !important;
}

/* Empty Cart State */
.empty-cart {
    text-align: center;
    padding: 60px 20px;
    color: rgba(255, 255, 255, 0.6) !important;
    display: none; /* Hidden by default, shown via JavaScript when needed */
}

.empty-cart i {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3) !important;
    margin-bottom: 20px;
}

.empty-cart p {
    font-size: 18px;
    margin: 0 0 10px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: rgba(255, 255, 255, 0.6) !important;
}

.empty-cart small {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Cart Summary */
.cart-summary {
    background: rgba(255, 255, 255, 0.08);
    padding: 30px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.total-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.total-label {
    font-size: 20px;
    font-weight: 700;
    color: white;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.total-amount {
    font-size: 28px;
    font-weight: 800;
    color: #F68D3D;
    font-family: 'Montserrat', sans-serif;
    text-shadow: 0 2px 4px rgba(246, 141, 61, 0.3);
}

.cart-actions {
    display: flex;
    gap: 15px;
}

.btn-clear {
    background: #ED017F;
    border: 2px solid #ED017F;
    color: white !important;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-clear:hover {
    background: #ED017F;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(237, 1, 127, 0.3);
}

.btn-checkout {
    background: linear-gradient(90deg, #F68D3D 0%, #ED017F 100%);
    border: none;
    color: white !important;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.btn-checkout:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(246, 141, 61, 0.3);
    color: white !important;
}

.btn-checkout:disabled {
    background: linear-gradient(90deg, #F68D3D 0%, #ED017F 100%);
    color: white !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.btn-checkout:disabled:hover {
    transform: none;
    box-shadow: none;
    color: white !important;
}

/* Thank You Modal */
.thank-you-modal {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: none;
    border-radius: 15px;
    color: white;
}

/* Thank You Modal Dialog - Center and Size */
#thankYouModal .modal-dialog {
    max-width: 500px;
    width: 90%;
    margin: 50px auto;
    position: relative;
    z-index: 1050;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 100px);
}

#thankYouModal .modal-content {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: none;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
}

#thankYouModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
}

.thank-you-icon {
    font-size: 64px;
    color: #31CDB0;
    margin-bottom: 20px;
    display: block;
}

.thank-you-modal h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
}

.thank-you-modal p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.thank-you-modal .btn-primary {
    background: linear-gradient(90deg, #F68D3D 0%, #ED017F 100%);
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
}

.thank-you-modal .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(246, 141, 61, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
    #myPicksModal .modal-dialog {
        max-width: 95%;
        width: 95%;
    }
}

@media (max-width: 768px) {
    #myPicksModal .modal-dialog {
        max-width: 95%;
        width: 95%;
        margin: 10px auto;
    }
    
    .my-picks-modal {
        height: 90vh;
        max-height: 90vh;
    }
    
    .my-picks-header {
        padding: 15px 20px;
    }
    
    .modal-title {
        font-size: 20px;
    }
    
    .cart-tabs {
        padding: 0 20px;
        flex-wrap: wrap;
    }
    
    .tab-btn {
        padding: 12px 15px;
        font-size: 12px;
    }
    
    .cart-items-container {
        padding: 20px;
        max-height: calc(90vh - 200px);
    }
    
    .cart-summary {
        padding: 20px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .cart-actions {
        width: 100%;
        justify-content: center;
    }
    
    .cart-item-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .cart-item-poster {
        width: 40px;
        height: 56px;
    }
}

/* Cart Category Color Fix */
.cart-items-table td:first-child {
    color: #fff !important;
    font-weight: 600;
}

/* Deal Status Button Colors */
.term-badge.deal {
    background: transparent;
    color: #4CAF50;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #4CAF50;
    box-shadow: none;
}

.term-badge.on-demand {
    background: transparent;
    color: #FF9800;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #FF9800;
    box-shadow: none;
}

.term-badge.on-demand-orange {
    background: transparent;
    color: #FF9800;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #FF9800;
    box-shadow: none;
}

.term-badge.on-demand-pink {
    background: transparent;
    color: #ED017F;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 2px solid #ED017F;
    box-shadow: none;
}

/* Title History Modal Styles */
#titleHistoryModal .modal-dialog {
    max-width: 1400px;
    width: 98%;
    margin: 20px auto;
    position: relative;
    z-index: 1050;
}

#titleHistoryModal .modal-backdrop {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1040;
}

.title-history-modal {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.8);
    height: 80vh;
    max-height: 800px;
    min-height: 600px;
    position: relative;
    z-index: 1051;
    display: flex;
    flex-direction: column;
}

.title-history-header {
    background: linear-gradient(90deg, #ED017F 0%, #F68D3D 100%);
    border: none;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.title-history-header .close {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    font-size: 28px;
    color: white;
    opacity: 1;
}

.title-history-body {
    background: linear-gradient(135deg, #0f0f23 0%, #1a1a2e 100%);
    padding: 20px 30px;
    color: white;
    flex: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

/* Search Section */
.search-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.search-input-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.search-input-group label {
    color: white;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.search-input-group input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    flex: 1;
    max-width: 300px;
}

.search-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-search {
    background: #F68D3D;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.per-page-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

.per-page-group label {
    color: white;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.per-page-group select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: white;
    border-radius: 5px;
    padding: 8px 12px;
    min-width: 80px;
}

/* Title History Table */
.title-history-container {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.title-history-table-wrapper {
    flex: 1;
    overflow: auto;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.title-history-table {
    width: 100%;
    border-collapse: collapse;
    background: rgba(255, 255, 255, 0.02);
}

.title-history-table thead {
    background: rgba(255, 255, 255, 0.1);
    position: sticky;
    top: 0;
    z-index: 10;
}

.title-history-table th {
    color: white;
    font-weight: 600;
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 12px;
    white-space: nowrap;
    min-width: 80px;
}

.title-history-table td {
    color: rgba(255, 255, 255, 0.9);
    padding: 10px 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 11px;
    vertical-align: top;
}

.title-history-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.05);
}

/* Empty State */
.empty-title-history {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.empty-title-history i {
    font-size: 48px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.3);
}

.empty-title-history p {
    font-size: 18px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.empty-title-history small {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* Pagination */
.title-history-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pagination-info {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

.pagination-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-pagination {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 16px;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.3s ease;
}

.btn-pagination:hover:not(:disabled) {
    background: #F68D3D;
    border-color: #F68D3D;
    color: white;
}

.btn-pagination:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#page-numbers {
    display: flex;
    gap: 5px;
}

.page-number {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 35px;
    text-align: center;
}

.page-number:hover {
    background: #F68D3D;
    border-color: #F68D3D;
}

.page-number.active {
    background: #ED017F;
    border-color: #ED017F;
}

/* Responsive Design */
@media (max-width: 768px) {
    .search-section {
        flex-direction: column;
        gap: 15px;
        align-items: stretch;
    }
    
    .search-input-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-input-group input {
        max-width: none;
    }
    
    .title-history-pagination {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .title-history-table {
        font-size: 10px;
    }
    
    .title-history-table th,
    .title-history-table td {
        padding: 6px 4px;
    }
}
