@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600");

:root{
    --bs-body-color: #fff;
    --bs-link-color: #fff;
    --bs-link-hover-color: #f9ab00;
    --bs-link-active-color: #f9ab00;
    --bs-breadcrumb-divider-color:#c0c0c0;
    --bs-secondary-color:#c0c0c0;

    --bs-link-color-rgb:255,255,255;
    --bs-body-color-rgb:255,255,255;
    --bs-link-hover-color-rgb:249,171,0;
    --bs-link-active-color-rgb:249,171,0;
    --bs-breadcrumb-divider-color-rgb:192,192,192;
    --bs-secondary-color-rgb:192,192,192;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
html,
body {
    height: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    background-color: #1a191f;
    -webkit-font-smoothing: antialiased;
}
button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.4s;
    cursor: pointer;
    transition-property: color, background-color, border-color, opacity, box-shadow;
}
button:focus {
    outline: none;
}
a {
    text-decoration: none;
    transition: 0.4s;
    transition-property: color, background-color, border-color, opacity, box-shadow;
}
a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}
/*---------------------------------------
---------------Header--------------------
---------------------------------------*/
.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1a191f;
    z-index: 100;
    border-bottom: 1px solid #222028;
}

.main {
    position: relative;
    margin-top: 70px;
    padding: 20px 0 40px;
}
.main__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 6px;
    border-bottom: 1px solid #222028;
    padding-bottom: 20px;
}

.result_box {
    background-color: #222028;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.result_box_title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #1a191f;
}
.result_box_title h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}
.result_box_title h3 i {
    font-size: 24px;
    margin-right: 10px;
    color: #f9ab00;
    line-height: 30px;
}
.result_box_wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.result_box_more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    background-color: #1a191f;
    padding: 0 10px;
    font-size: 14px;
    margin-left: 15px;
    color: #fff;
    border-radius: 8px;
}
.result_box_more:hover {
    color: #f9ab00;
}
.result_box_refresh {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 20px;
}
.result_box_refresh:hover {
    color: #f9ab00;
}
.result_box_table-wrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 0;
}
.result_box_table {
    width: 100%;
    min-width: 375px;
    border-spacing: 0;
}
.result_box_table thead {
    border-bottom: 1px solid #1a191f;
}
.result_box_table thead th {
    font-size: 12px;
    color: #c0c0c0;
    font-weight: 400;
    padding: 0 10px 15px 0;
    line-height: 100%;
    margin-bottom: 0;
    border: none;
}
.result_box_table thead th:first-child {
    padding-left: 20px;
}
.result_box_table tbody tr {
    border-bottom: none;
    background-color: transparent;
}
.result_box_table tbody td {
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
}
.result_box_table tbody td:first-child {
    padding-left: 20px;
}
.result_box_table tbody td:last-child .result_box_table-text {
    padding-right: 0;
}
.result_box_table-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 15px 0 0;
    background-color: transparent;
    white-space: nowrap;
}
.result_box_table-text a {
    color: #fff;
}
.result_box_table-text a:hover {
    color: #f9ab00;
}
.result_box_table-text i {
    font-size: 14px;
    margin-right: 6px;
    color: #ffc312;
    line-height: 24px;
    margin-top: 1px;
}
.result_box_table-text--rate {
    font-weight: 600;
    font-size: 16px;
}
.result_box_table-text--rate i {
    font-weight: normal;
    font-size: 18px;
}
.result_box_table-text--red {
    color: #eb5757;
}
.result_box_table-text--green {
    color: #29b474;
}
.result_box_table-text--grey {
    color: #c0c0c0;
}
@media (min-width: 768px) {
    .result_box {
        margin-top: 24px;
    }
    .result_box_title {
        padding: 20px 30px;
    }
    .result_box_table thead th:first-child {
        padding-left: 30px;
    }
    .result_box_table tbody td:first-child {
        padding-left: 30px;
    }
}


.faq{
    background-color: #222028;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.faq .question{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #1a191f;
    color: #ffffff;
    font-weight: 400;
    /*font-weight: 600;*/
    cursor: pointer;
}
.faq .answer{
    line-height: 30px;
    color: #c0c0c0;
    padding: 15px;
}


.guess_box{
    background-color: #222028;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.guess_box_title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #1a191f;
    color: #ffffff;
    font-weight: 400;
    /*font-weight: 600;*/
    cursor: pointer;
}
.guess_box_content{
    line-height: 30px;
    color: #c0c0c0;
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.guess_box_avatar{
    width: 100%;
    text-align: center;
}
.guess_box_avatar img{
    min-width: 100px;
    max-width: 50%;
    border-radius: 50%;
}
.guess_box_nickname{
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guess_box_content-right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.guess_box_issue span{
    padding-left: 10px;
    color: #eb5757;
}
.guess_box_issue em{
    color: #29b474;
    float: right;
    font-style: normal;
}
.guess_box_result dt{
    color: #ffffff;
}
.guess_box_footer{
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.guess_box_footer .guess_box_footer_view{

}
.main_result_box{
    background-color: #222028;
    padding: 30px;
}
.main_result_title{
    color: #ffffff;
    line-height: 30px;
    display: flex;
    font-size: 24px;
}
.main_result_content{
    color: #d8d8d8;
}
.main_result_content_prize{
    font-size: 18px;
    line-height: 45px;
}
.main_result_content_prize em{
    color: #eb5757;
    font-style: normal;
}
.main_result_content_prize span{
    float: right;
    color: #29b474;
}
.main_result_content_data{
    padding: 15px 0;
}
.main_result_content_data .prize-name{
    line-height: 36px;
    font-size: 16px;
    color: #29b474;
    border-bottom: 1px solid #1a191f;
}
.main_result_content_data .prize-name span{
    float: right;
    color: #eb5757;
}
.main_result_content_data .prize-list{
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}
.main_result_content_data .prize-list span{

}
.min-result-box{
    min-height: 340px;
}

.red{
    color: #eb5757 !important;
}
.green{
    color: #29b474 !important;
}
.yellow{
    color: #f9ab00 !important;
}
.chart_title_list{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.chart_title_params{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.chart_title{

}
.chart_title a{
    color: #ffffff;
    line-height: 45px;
    font-size: 16px;
    font-weight: 600;
}
.chart_title a.selected{
    color: #29b474;
}
.chart_table{
    background: #222028;
    color: #ffffff;
    --bs-table-color: #fff;
    --bs-table-bg: #222028;
    --bs-table-border-color: #1a191f;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}
.chart_table tbody tr td{
    white-space:nowrap;
    overflow:hidden;
    word-break:keep-all;
}
.chart_table tbody tr td.selected{
    color: #eb5757 !important;
    background: #1a0000 !important;
}
.chart_table tbody tr th.result_2,
.chart_table tbody tr td.result_2{
    background: #1a191f;
    text-align: center;
}
.chart_table tbody tr th.result_3,
.chart_table tbody tr td.result_3{
    background: #333333;
    text-align: center;
}
.chart_table tbody tr th.result_4,
.chart_table tbody tr td.result_4{
    background: #1a191f;
    text-align: center;
}
.chart_table tbody tr th.result_5,
.chart_table tbody tr td.result_5{
    background: #333333;
    text-align: center;
}
.chart_table tbody tr th.result_6,
.chart_table tbody tr td.result_6{
    background: #1a191f;
    text-align: center;
}
.chart_table tbody tr th.result_7,
.chart_table tbody tr td.result_7{
    background: #333333;
    text-align: center;
}
.chart_table tbody tr th.result_8,
.chart_table tbody tr td.result_8{
    background: #1a191f;
    text-align: center;
}
.chart_table .sticky-col {
    position: sticky;
    left: 0;
    z-index: 2;
}

.page{padding:10px 0; text-align:center;}
.page .pager li{border-radius:3px; border:1px solid #222028;display:inline-block;margin:0 2px; background: #222028}
.page .pager li .active{background:#09F; color:#FFF; border-color:#09F; margin:0 2px;}
.page .pager li.disabled{color:#aaa;}
.page .pager li a{ border-radius:3px;display:inline-block; padding:5px 12px; color: #f9ab00}
.page .pager li span{border-radius:3px;display:inline-block;padding:5px 12px;}


.expert_box{text-align: center; color: #ffffff}
.expert_box .expert_box_avatar{ }
.expert_box .expert_box_avatar img{width: 100%;}
.expert_box .expert_box_nickname{overflow: hidden}
.expert_box .expert_box_nickname p{overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.guess-info-box,.guess-odds-box{
    background-color: #222028;
    margin-top: 20px;
    border-radius: 8px;
    padding: 0 20px;
    line-height: 45px;
}
.guess-info-box span{
    color: #c0c0c0;
}
.guess-detail,.guess-expert{
    border-top: 1px solid #1a191f;
}
.guess-detail span,.guess-odds-box span{
    padding: 0 5px;
}
.breadcrumb{
    color: #c0c0c0;
}
.my-guess{}
.my-guess em{
    font-weight: 600;
    color: #29b474;
    font-style: normal;
    padding-right: 10px;
}
.my-guess i{
    color: #c0c0c0;
    font-style: normal;
    padding-right: 5px;
}

.comments__autor {
    display: block;
    position: relative;
    padding-left: 75px;
    margin-bottom: 15px;
}
.comments__avatar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px;
    border-radius: 8px;
}
.comments__name {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.comments__time {
    display: block;
    font-size: 12px;
    color: #c0c0c0;
    line-height: 20px;
    font-weight: 400;
}
.comments__text {
    display: block;
    margin: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background-color: #1a191f;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #222028;
    border-bottom: 1px solid #222028;
}
.comments__text span {
    display: block;
    background-color: #222028;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    min-height: 80px;
    border-radius: 8px;
    color: #fff;
}
.comments__text span:before {
    content: '\efbe';
    position: absolute;
    display: block;
    font-family: "bootstrap-icons";
    color: rgba(249,171,0,0.15);
    font-size: 60px;
    top: 10px;
    left: 15px;
    line-height: 100%;
    z-index: 1;
    pointer-events: none;
}
.comments__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #1a191f;
    padding: 15px 20px;
    position: relative;
}
.comments__actions span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    color: #c0c0c0;
    margin-right: 20px;
    height: 22px;
    text-transform: uppercase;
}
.comments__actions span i {
    margin-right: 5px;
}
.comments__actions span:last-child {
    margin-right: 0;
}
.comments__rate {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.comments__rate span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #c0c0c0;
    font-size: 14px;
    margin-right: 25px;
    position: relative;
    height: 30px;
}
.comments__rate span i {
    font-size: 18px;
    opacity: 0.6;
    transition: 0.4s ease;
}
.comments__rate span:last-child {
    margin-right: 0;
}
.comments__rate span:last-child i {
    margin-left: 6px;
    color: #eb5757;
}
.comments__rate span:first-child i {
    margin-right: 6px;
    color: #29b474;
}
.comments__rate span:first-child:before {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    margin-left: 12px;
    width: 1px;
    height: 15px;
    background-color: #222028;
    top: 50%;
    transform: translateY(-50%);
}
.reviews__autor {
    display: block;
    position: relative;
    padding-left: 75px;
    margin-bottom: 15px;
    padding-right: 60px;
}
.reviews__avatar {
    position: absolute;
    top: 0;
    left: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #222028;
}
.reviews__name {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: 400;
}
.reviews__time {
    display: block;
    font-size: 12px;
    color: #c0c0c0;
    font-weight: 400;
    line-height: 20px;
}
.reviews__text {
    display: block;
    margin: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    background-color: #1a191f;
    padding: 20px 0;
    position: relative;
    border-top: 1px solid #222028;
}
.reviews__rating {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 20px;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(26,25,31,0.5);
    border: 2px solid transparent;
    border-radius: 50%;
    margin-top: 2px;
}
.reviews__rating--green {
    border-color: #29b474;
}
.reviews__rating--red {
    border-color: #eb5757;
}
.reviews__rating--yellow {
    border-color: #ffc312;
}

.expert_info{
    padding: 15px 20px;
    background-color: #222028;
    text-align: center;
    border-radius: 5px;
}

.expert_info .avatar{
    width: 100%;
}
.expert_info .avatar img{
    width: 50%;
    margin: 5px auto;
    border-radius: 50%;
}
.expert_info .nickname{
    color: #ffffff;
    font-size: 18px;
    height: 45px;
}
.expert_info .numbers{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #c0c0c0;
    font-size: 14px;
    margin-top: 15px;
}

.expert_info .numbers .item .number{
    font-weight: 600;
    font-size: 18px;
    color: #29b474;
}

.hit-status{
    position: absolute;
    right: 20px;
    top: 0;
}
.hit-status i{
    font-size: 24px;
}

.guess-like{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.guess-like-btn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.guess-like-btn .like{
    padding: 0 20px;
    cursor: pointer;
}

.article-list{}
.article-list .article-item{
    background-color: #222028;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.article-box{
    background-color: #222028;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 15px 20px;
}
.article-description{
    margin: 20px 0 20px 0;
    background-color: #1a191f;
    padding: 15px 20px;
    color: #c0c0c0;
}
.article-content{

}
.article-content a{
    color: #ffc312;
}
.article-time{

}
.article-tags{
    margin: 15px 0 15px 0;
}
.section-title{
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    margin: 15px 0;
    padding-left: 5px;
}

.section-title .section-shape {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    border-radius: 1px;
    background-color: #ffc312;
    margin: 5px 5px 5px 0;
    position: relative
}

.section-title .section-shape:after,
.section-title .section-shape:before {
    width: 4px;
    height: 4px;
    display: block;
    content: "";
    position: absolute;
    left: 0
}

.section-title .section-shape:after {
    background-color: #29b474;
    bottom: -5px
}
/*ffc312; */
.section-title .section-shape:before {
    top: -5px;
    background-color: #eb5757
}

.green-btn{
    padding: 5px 10px;
    background-color: rgba(41,180,116,0.1);
    color: rgba(41,180,116);
    border-radius: 5px;
    margin:0 10px 10px 0;
}

.article-tags span{
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(41,180,116,0.1);
    border-radius: 5px;
    margin:0 10px 10px 0;
}
.article-tags span a{
    color: #29b474;
}
.user-btn-group{}
.user-follow-btn{
font-style: normal;
}
.image-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 15px;
}
.preview-image {
    max-width: 200px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.profile-avatar{
    width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
    margin-top: 24px;
}
.profile-avatar img{
    width: 80%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}
.kerala-result-list {
     max-height: 200px;
     overflow: hidden;
     transition: all 0.3s ease-in-out;
 }

.kerala-result-list.expanded {
    max-height: none;
}


.kerala-result-list:not(.expanded) {
    mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}
.toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #3b82f6;
    cursor: pointer;
    justify-content: center;
}

.expert-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}
.expert-item{
    display: inline-block;
}

.tag-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    text-align: center;
}
.tag-item{
    display: inline-block;
    padding: 15px;
    width: 15%;
    background-color: #222028;
}
.tag-name{
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
}
.tag-count{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.tag-count span,.tag-count i{
    display: block;
}
.tag-count i{
    color: #f9ab00;
}
.article-tag-span{
    display: inline-block;
    padding: 5px 10px;
    background-color: rgba(235,87,87,0.1);
}
.article-tag-span a{
    color: rgba(235,87,87);
}
@media(min-width: 1200px) {
    .tag-item{
        width: 19%;
    }
}
@media(min-width: 768px) {
    .tag-item{
        width: 30%;
    }
}

.article-relation{

}
.article-relation-list{

}
.article-relation-item{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: flex-start;
    background-color: #1a191f;
    vertical-align: top;
    padding: 15px 20px;
    position: relative;
    border-top: 1px solid #222028;
    gap: 10px;
}
.article-relation-img img{
    max-width: 50px;
}
.article-tag-list span{
    margin: 0 10px 10px 0;
}
.article-relation-title{
    overflow: hidden;
    height: 20px;
}
.article-relation-time{
    color: #c0c0c0;
}
.kerala-scrollbar-nav{
    overflow-x: auto;
    white-space: nowrap;
    min-width: 990px;
}
.kerala-scrollbar-nav .nav-link {
    padding: 0.5rem 1rem;
    display: inline-block;
}
.hit-status{
    background: url("../images/hit_status.svg") no-repeat;
}
.hit-status.hit{
    color: #29b474;
}
.hit-status.loss{
    color: #eb5757;
}
.page-list{
    font-size: 18px;
    font-weight: 600;
}
.page-list li{
    line-height: 45px;
}

.modal .modal-content {
    margin: 0 auto;
    max-width: 440px;
    background-color: transparent;
    border: none;
    border-radius: 8px;
}
.modal__content {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 440px;
    padding: 30px 20px;
    border-radius: 8px;
    background: #1a191f;
    overflow: hidden;
    border: 1px solid #222028;
}
.modal__content--view {
    padding: 20px 0 0;
}
.modal__form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.modal__title {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 100%;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.modal__text {
    font-size: 16px;
    line-height: 26px;
    color: #c0c0c0;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}
.modal__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}
.modal__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: calc(50% - 15px);
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid transparent;
}
.modal__btn--apply {
    border-color: #f9ab00;
}
.modal__btn--apply:hover {
    color: #fff;
    background-color: rgba(249,171,0,0.05);
}
.modal__btn--dismiss {
    background-color: #222028;
    color: #fff;
}
.modal__btn--dismiss:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.05);
}
@media (min-width: 768px) {
    .modal__content {
        padding: 40px 60px;
    }
    .modal__content--view {
        padding: 20px 0 0;
    }
}
.modal-backdrop {
    background: rgba(34,32,40,0.9);
}

.modal-content-v2{
    background-color: #1a191f !important;
}
.modal-content-v2 .modal-header{
    border-bottom: 1px solid #222028;
}
.modal-form{
    min-width: 360px;
}
