/*=========login-page==========*/

.login-bg {
    background: #e5effe;
    width: 100%;
    height: 100vh;
    position: fixed;
}

.login-bg:before {
    content: "";
    background: #9a506d;
    width: 200px;
    height: 200px;
    position: absolute;
    right: -80px;
    bottom: -52px;
    -webkit-border-top-left-radius: 500px;
    -webkit-border-bottom-left-radius: 500px;
    -moz-border-radius-topleft: 500px;
    -moz-border-radius-bottomleft: 500px;
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
    opacity: 0.5;
    transform: rotate(45deg);
}


.login-bg:after {
    content: "";
    background: #212c3e;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -80px;
    top: -52px;
    -webkit-border-top-right-radius: 500px;
    -webkit-border-bottom-right-radius: 500px;
    -moz-border-radius-topright: 500px;
    -moz-border-radius-bottomright: 500px;
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
    opacity: 0.5;
    transform: rotate(45deg);
}


.custom-lg-auto {
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 750px;
    background: #e5effe;
    box-shadow: 8px 4px 30px 0px #a9a9a9;
    background: rgb(58,120,251);
    background: linear-gradient(to bottom, #1b49b1 0%, #f2f5ff 100%);
}


.login-left-panel {
    background-color: #1966b8;
    height: 400px;
    padding: 20px 20px;
    overflow: hidden;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


.logo {
    width: 85px;
    margin: auto;
    padding-bottom: 15px;
}

.logo img {
    width: 100%;
}

b.internal-h {
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0px 0px 15px;
}

b.internal-h span {
    font-weight: normal;
    margin-left: 3px;
}


.login-right-panel {
    background-color: #fff;
    height: 400px;
    padding: 25px 22px 40px;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.login-right-panel h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    padding: 10px 0px 10px;
    margin-bottom: 45px;
    position: relative;
    border-bottom: 1px solid #ddd;
}


.login-right-panel h2:after {
    content: "";
    height: 2px;
    width: 35px;
    background: #1b49b1;
    position: absolute;
    bottom: -1px;
    left: 0px;
}


.login-right-panel .dynamic-common-form {
    margin-bottom: 30px !important;
}


label.dynamic-label {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    cursor: text;
    color: #6f6d6d;
    font-size: 11px;
    font-weight: 500;
    background: #fff;
    position: absolute;
    padding: 0px 10px;
    top: -8px;
    letter-spacing: 1px;
    left: 20px;
    font-weight: bold;
    z-index: 1;
}


.dynamic-common-form input {
    font-size: 11px;
    outline: none;
    width: 100%;
    border: 1px solid #bdb7b7;
    padding: 10px;
    border-radius: 5px;
    height: 42px;
}

.dynamic-common-form select {
    font-size: 11px;
    outline: none;
    width: 100%;
    border: 1px solid #bdb7b7;
    padding: 10px;
    border-radius: 5px;
    height: 42px;
}
.login-right-panel button {
    background: #1966b8;
    border: none;
    color: #fff;
    width: 100%;
    border: none;
    outline: none;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    transition: 0.5s;
    border-radius: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    outline: none;
}

.login-right-panel button:focus{
    outline: none;
}


.checkbox {
    font-size: 11px;
    margin-top: 0px;
    /* margin-bottom: 6px; */
    padding-top: 7px;
}

.checkbox input {
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.checkbox span {
    position: relative;
    top: 1px;
    padding: 5px 0px;
}

.f-p {
    color: #898888;
    text-align: right;
}

.f-p a {
    color: #204db3;
    font-weight: bold;
    font-size: 10px;
}

.dynamic-common-form textarea {
    width: 100%;
    border: 1px solid #dad4d4;
    padding: 10px;
    outline: none;
    font-size: 12px;
    border-radius: 4px;
}

.col-from {
    /* -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 24.5% !important;
    max-width: 24.5% !important; */
}

.col-from1 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 25% !important;
    flex: 0 0 10% !important;
    max-width: 10% !important;
}

i.fas.fa-bars.d-bar {
    display: block;
}

i.fas.fa-bars.m-bar {
    display: none;
    color: #fff;
}



 #sidebar-wrapper {
    margin-left: -230px;
    left: 0;
    top: -20px;
    width: 230px;
    background: #f7f7f7;
    position: fixed;
    height: 120%;
    overflow-y: auto;
    z-index: 1000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#sidebar-content {
  display: block;
  padding-top: 40px;
  /*max-width: 230px;*/
  margin: 0 auto;
}

.sidebar-nav {
    width: 230px;
    list-style: none;
    margin: 0 auto;
    padding: 26px 0px;
    font-size: 15px;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 10px;
    color: #3d3d3d;

}

.sidebar-nav li a {
     color: #3d3d3d;
     display: block;
     text-decoration: none;
 }

 .side-trending-list {
  margin-left: 30px;
  font-size: 12px;
  line-height: 1;
 }

.sidebar-nav li a:hover {
     color: #fff;
     background: #5CB9CE;
     text-decoration: none;
     width: 200%;
 }

.sidebar-nav li a:active,

.sidebar-nav li a:focus { text-decoration: none }

#menu-toggle {
    z-index: 1;
}

#menu-close {
margin-top: -30px;
margin-right: 10px;
}

#sidebar-wrapper.active {
    left: 230px;
    padding-top: 74px;
    width: 200px;
    border-right: 1px solid #ccc;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-bottom-section {
  padding-top: 5px;
} 

.sub-menu-text {
  font-size: 60%;
  margin-top: 6px;
  line-height: 2px;
  float: left;
  padding: 0 0 0 18px;
  background: transparent !important;
}


.overlay{
    position: fixed;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 10;
}

.overlay.overlay-show {
    display: block;
}


div#sidebar-content {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul li {
    margin: 0px;
    padding: 0px;
}

div#sidebar-content ul li a {
    padding: 12px 14px;
    display: block;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

/*.table-section {
    height: calc(100vh - 275px);
    margin-bottom: 10px;
    overflow: auto;
}*/

.custom-box-inner {
    background: #fff;
    padding: 5px 10px 12px;
    text-align: center;
    border: 1px solid #a8cbea;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 2px 3px 4px -1px #ddd;
    margin-bottom: 10px;
    width: auto;
    border-radius: 10px;
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    min-height: auto !important;
}

.custom-box-inner img {
    width: 42px;
    height: 42px;
    min-height: auto !important;
}

.angular-editor-textarea.disabled {
    background: #f7f7f7 !important;
    border: 1px solid #ececec !important;
}

.custom-box-inner i {
    font-size: 10px !important;
    position: absolute !important;
    bottom: 3px !important;
}