/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/

/*=====================================STYLE.CSS DESIGN FIXATION 03.08.2021============================*/
/*font Weight=================*/
.font100 {
    font-weight: 100
}

.font200 {
    font-weight: 200
}

.font300 {
    font-weight: 300
}

.font400 {
    font-weight: 400
}

.font500 {
    font-weight: 500
}

.font600 {
    font-weight: 600
}

.font700 {
    font-weight: 700
}

.font800 {
    font-weight: 800
}

.font900 {
    font-weight: 900
}

.fontItalic {
    font-style: italic;
}

.colorWhite {
    color: #ffffff;
}

.colorBlack {
    color: #282828 !important;
}

.colorGrey {
    color: #585858;
}

.colorPink {
    color: #931f82;
}

.colorPurpl {
    color: #462a74;
}

.colorPinkLight {
    color: #b22485;
}

.colorYllow {
    color: #bea672;
}

.styleDashboard h1, .styleDashboard h2, .styleDashboard h3, .styleDashboard h4, .styleDashboard h5, .styleDashboard h6, body, td, th, * {
    font-family: 'Montserrat', sans-serif;
    overflow-wrap: break-word;
    word-break: break-all;
}

.portlet-title.collapS_kr {
    display: flex;
}

.page-header.navbar {
    height: 72px;
}

.page-header-fixed .page-container {
    margin-top: 72px;
}

.page-header.navbar .page-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.page-header.navbar .page-logo {
    height: auto;
    padding: 0 10px !important
}

.page-header.navbar .page-logo a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: auto;
    max-width: 100%;
    background-color: #ffffff;
    border-radius: 5px !important;
}

.page-header.navbar .page-logo .logo-default {
    max-height: 38px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0px 10px !important;
}

.dashboard_topBoxRow {
    margin: 0 0 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.dashboard_topBox {
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.dashboard_topBox .dashboard-stat {
    margin: 0px;
}

.dashboard_topBox .dashboard-stat .details {
    bottom: 10px;
}

.dashboard_2BoxRow {
    padding: 0 0 0 15px;
    margin-bottom: 15px;
}

.styleDashboard .portlet {
    margin: 0px;
}

.styleDashboard .portlet table.table td, .styleDashboard .portlet table.table th {
    /*text-align: right;*/
}

.styleDashboard .portlet table.table td:nth-child(1), .styleDashboard .portlet table.table th:nth-child(1) {
    text-align: left;
}

.campaign_Listing {
    margin-top: 20px;
}

.campaign_ListingVideo video {
    width: 100%;
    height: auto;
}

.campaign_ListingVideoRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.s_login {
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.login .s_login:before {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    opacity: 1;
    z-index: 2;
    content: "";
    clip-path: polygon(64% 0, 120% 0, 0 120%, 0 64%)
}

.login .s_login:after {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #123073;
    opacity: 0.7;
    z-index: 1;
    content: "";
}

.login .logo {
    margin: 0px;
}

.login .s_login .content {
    width: 450px;
    max-width: 96%;
    padding: 40px;
    border-radius: 7px !important;
    position: relative;
    z-index: 3;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    color: #212121;
}

.login .content p, .login .content label {
    color: #212121;
}

.s_login .logo {
    padding: 0px;
    margin-bottom: 30px;
}

.s_login .logo img {
    width: auto;
    height: auto;
    max-height: 45px;
    max-width: 100%;
}

.loginBg_k {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
    animation: login_bg 100s infinite linear;
    opacity: 0.47;
    -webkit-animation: login_bg 100s infinite linear
}

.login .s_login .content .form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    margin: 0 0 20px 20px
}

.login .s_login .content .form-control {
    height: 54px;
    border: 1px solid #d1d1d1;
    padding-left: 44px;
}

.login .s_login .input-icon > i {
    position: absolute;
    left: 12px;
    width: 20px;
    font-size: 20px;
    margin: 0px;
    top: 19px;
}

@keyframes login_bg {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.8)
    }
}

@-webkit-keyframes login_bg {
    0%, 100% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.8)
    }
}

@media screen and (min-width: 992px) {
    .campDtls_topBoxRow .dashboard_topBox {
        width: 20%;
    }
}

@media screen and (max-width: 1199px) {
    .styleDashboard.page-content-wrapper .page-content {
        padding: 10px !important
    }

    .page-container-bg-solid .page-bar {
        margin: -10px -10px 15px;
    }

    .dashboard_topBoxRow {
        margin: 0 0 0 -5px;
    }

    .dashboard_topBox {
        padding: 0 0 0 5px;
        margin-bottom: 5px
    }

    .dashboard_2BoxRow {
        padding-left: 5px;
        margin-bottom: 10px
    }

    .styleDashboard .portlet {
        margin-top: 15px;
        padding: 10px;
    }

}

@media screen and (max-width: 991px) {
    .page-header.navbar {
        padding: 0 10px;
    }

    .page-header.navbar .menu-toggler {
        background-image: url(../../layout/img/sidebar_toggler_icon_light2.png)
    }

    .sidebar-search-wrapper {
        display: none !important;
    }

}

@media screen and (max-width: 767px) {
    .page-header.navbar .page-logo {
        padding: 0px !important;
    }

    .page-header.navbar .page-logo .logo-default {
        height: 24px;
    }

    .page-header.navbar .page-logo a {
        height: 40px;
    }

    .page-header.navbar {
        height: 54px;
    }

    .kr_menuright {
        display: inline-flex;
        flex-direction: row-reverse;
    }

    .campaign_ListingVideo {
        margin-bottom: 20px;
    }

}

@media screen and (max-width: 479px) {

}
















