.row-margin {
    margin: 0;
}

.radioContainer{
    display:inline-block;
    position:relative;

    cursor:pointer;
    font-size:22px;
    font-family:arial sans-serif;
    user-select:none;

    padding-left:30px
}

.radioContainer input{
    display:none;
}

.radioContainer .radioCircle{
    display:inline-block;
    width:18px;
    height:18px;
    background-color: #eee;
    position:absolute;
    vertical-align: center;
    left:80px;
    top:0;
    border-radius:50%;
    margin-top: 5px;
    margin-left: 30px;
}

.img-style-theme{
    display:inline-block;
    width:110px;
    height:24px;
    position:relative;
    left:150px;
    margin-top:10px;
    border: 1px solid #000000;
    border-radius:10px;
    background-color:#000000;

}









::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-style: italic;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-style: italic;
}





/*Timeline wrapper*/
.timeline-wrapper{
    display: grid;
    grid-template-rows: repeat(auto, 1fr);
    grid-gap: 10px;
    overflow: auto;
    background: white;
    height: 54vh;
    width: 90vw;
    margin: auto;
    padding:15px;
}
.log-wrapper{
    display: grid;
    grid-template-columns: .1fr .9fr;
    height: 75px;
    padding: 10px;
}
.log-content{
    display: grid;
}


.admin-button{
    color:white;
    padding:4px 9px;
    background:#51C3C2;
    border:1px solid #ffffff;
    border-radius:10px;
    position:relative;
    top:15px;
    display:inline-block;
}
.admin-button:hover{
    color:#51C3C2;
    border:1px solid #51C3C2;
    background:#ffffff;

}

/*support button */


#help-icon{
    z-index: 1;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 48px;
    width: 48px;
    background: rgb(239,239,239);
    border: solid 1px rgb(51,51,51);
    border-radius: 50%;
    margin-left:50px;
}

#help-icon:hover{
    cursor: pointer;
}

#help-icn-img{
    margin-top: 4px;
    margin-left: 3px;
    max-width: 40px;
    max-height: 40px;
    padding: 4px;
    vertical-align: center;
}

#support-container{
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 80px;
    right: 20px;
    border: none;
    border-radius:3px;
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
}
#support-elements{
    height: auto;
    width: auto;
    background: #fff;
    border-radius:3px;
}
#support-textarea{
    display:block;
    resize: none;
    border-radius:3px;
    border: 1px solid #CECECE;
    width: 82%;
    margin: 20px auto 0 auto;
    height: 135px !important;
    font-size: 14px;
    padding: 10px;
}
#support-button{
    width: 82%;
    border-radius: 50px !important;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 12px #00000029;
    margin: 0 auto 10px auto;
    position: relative;
    color: #fff;
}
#support-error{
    display:inline-block;
    color:red;
    width: 100%;
    margin: 10px auto 5px auto;
    text-align: center;
}
#support-form #support-close {
    position: absolute;
    right: 10px;
    top: 0;
    color: #707070;
    font-size: 17px;
    cursor: pointer;
}
#support-form #support-close:hover {
    color: #000;
}

/*#help-icon:hover + #support-container{*/
/*    display:block;*/

/*}*/
/*#support-container:hover{*/
/*        display:block;*/

/*}*/
/*#support-textarea:hover + #support-container{*/
/*    display:block;*/
/*}*/

/*#help-icon::before,*/
/*#help-icon::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*top: 0;*/
/*  bottom: 0;*/
/*  right:0;*/
/*  width: 70px;*/
/*  height:100px;*/
/*}*/

/*#help-icon::before {*/
/*  right: 100%;*/
/*}*/

/*#help-icon::after {*/
/*  left: 100%;*/
/*}*/


/*-----------------graphs split screen----------------------*/

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

/* Control the left side */
.left {
    left: 0;

}

/* Control the right side */
.right {
    right: 0;
}
.centered {
    position:absolute;
    height:100%;
    width:100%;
    top:100px;
    left:100px;


}


#btn-split{
    position:absolute;
    color:#fff;
    right:0px;
    top:100px;
    height:100px;
    width:50px;
    background:#000000;
    z-index:999;
    opacity:0.5;
    border-radius:10px 0 0 10px;

}
#btn-split:hover{
    opacity:0.6;
}
#btn-split p{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
}


.n-n{
    background: #166968!important;
}

.n-n:hover{
    color:#fff;
}

/* .n-n:hover{
    background-color: #166968!important;
    -webkit-transition: background 500ms ease-in;
    -moz-transition: background 500ms ease-in;
    -ms-transition: background 500ms ease-in;
    -o-transition: background 500ms ease-in;
    transition: background 500ms ease-in;
} */

.g-g {
    background: #166968!important;
    width: 130px;
    height: 45px;
    border-radius: 50px !important;
    font-size: 14px;
    padding: 0 16px !important;
    margin-bottom: 18px !important;
}

.g-g:hover{
    color:#fff;
}


.t-t {
    background: transparent !important;
    width: 130px;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align:middle !important;
    border: 1px solid black;
    padding: 8px 16px !important;
}

.t-t:hover{
    color:black;
    border-color: black;
}

.s-s {
    background: #1a7775!important;
    width: 130px;
    border-radius: 50px !important;
    font-size: 14px;
    color:white;
    text-align: center !important;
    vertical-align:middle !important;
    padding: 8px 16px !important;
    word-break: break-word;
    white-space: inherit;
    height: auto;

}

.s-s:hover,
.s-s:active,
.s-s:focus {
    color: #fff;
}

/* .s-s:hover{
    color: #fff;
    background-color: #166968!important;
    -webkit-transition: background 500ms ease-in;
    -moz-transition: background 500ms ease-in;
    -ms-transition: background 500ms ease-in;
    -o-transition: background 500ms ease-in;
    transition: background 500ms ease-in;
} */


/************   settings switch checkbox style   ****************/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.sldr {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.sldr:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .sldr {
    background-color: #349b98;
}

input:focus + .sldr {
    box-shadow: 0 0 1px #349b98;
}

input:checked + .sldr:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.sldr.round {
    border-radius: 34px;
}

.sldr.round:before {
    border-radius: 50%;
}
/********    end switch style      ***************/


/************** custom tooltip      *****************/

/* Tooltip container */
.tooltipb {
    position: relative;
    display: inline-block;
}

.tooltipb .tooltiptextb {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;

    /* ani */
    opacity: 0;
    transition: opacity 1s;
}

.tooltipb .tooltiptextb::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltipb:hover .tooltiptextb {
    visibility: visible;
    /* for ani */
    opacity: 1;
}


/* RESOURCES Work */

.nav-tabs > li > a {
    border-radius: 0px;
    color: grey !important;
    border:none !important;
    font-size: 24px !important;
    margin: 0 !important;
}
.nav-tabs > li.active > a {
    color:black !important;
    font-weight: bold;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.inst-res-r1 .stud-res-navbar {
    width: 100%;
    box-shadow: none;
}
.inst-res-r1 .stud-res-navbar > .nav-tabs {
    padding-left: 13px;
}
.inst-res-r1 .stud-res-navbar > .nav-tabs > li > a {
    color: #999 !important;
    font-size: 16px !important;
}
.inst-res-r1 .stud-res-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: black !important;
}
.inst-res-r1 .stud-res-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.inst-res-r1 .stud-res-navbar > .nav-tabs > li.active > a {
    color: black !important;
    font-size: 18px !important;
    padding-right: 0 !important;
    border-bottom: 4px solid #f1f1f1 !important;
    border-bottom-width: 7px !important;
    padding-left: 0 !important;
}
.inst-res-up-btn {
    height: 42px;
}
.table-borderless th {
    border: 0 !important;
    margin:none !important;
    background-color: #fff !important;
    font-size: 20px;
}
.table-borderless td {
    border: 0 !important;
    color: grey;
}
.table-borderless td h3 {
    font-size: 15px !important;
}
#audio_div {
    padding: 20px;
    background-color: #fff;
}
#audio_div button {
    border: 0 !important;
    text-decoration: none !important;
    margin-bottom: 10px;
}
#audio_div .player{
    background-color: transparent!important;
}
#audio_div ul {
    padding: 20px 0 !important;
}
#audio_div div p {
    font-style: italic;
}

::-webkit-scrollbar-track {
    background:  #f1f1f1 !important;
}

::-webkit-scrollbar-thumb {
    background: #888 !important;
}
#audio_div {
    border: rgb(216, 216, 216) !important;
    border-radius: 5px !important;
}
#audio_div ul, #audio_div p {
    color:grey;
}
#audio_div .btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#audio_div ul li button{
    white-space: normal;
    text-align: left;
}
.nav-tabs {
    border-bottom: 0 !important;
}
.wd-40 {
    width:40%;
    padding: 5px 15px !important;
}
.wd-30 {
    width:30%;
    padding: 5px 15px !important;
}
.table>tbody>tr>td>div>a{
    margin-left: 10px;
}
.table>tbody>tr>td>div {
    border: 0 !important;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 12px !important;
}
.jarviswidget > div {
    border: rgb(216, 216, 216) !important;
}
.tab-t {
    border-radius: 5px !important;
    position:absolute;
}
#wid-id-3 .widget-body {
    padding: 30px 25px;
}
.btnz {
    display:inline;
}
.btnz div .s-s {
    padding: 8px 16px !important;
}
.tab-p .jarviswidget,
.tab-p2 #audio_div {
    box-shadow: 0px 0px 14px #0000001F;
}
.res-flex-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: none !important;
}
.res-sim-name {
    position: absolute;
    top: 107px;
}
.res-block-table {
    display: block;
}
.res-block-table thead,
.res-block-table tbody {
    width: 100%;
    display: block;
}
.res-block-table tbody tr {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.table-course .res-block-c1 {
    padding: 0px 15px !important;
}
.table-borderless .res-block-c1 h3 {
    margin: 0 !important;
    font-size: 14px !important;
    color: #999;
}
.res-block-c2,
.res-block-c3 {
    order: -1;
    flex: 0 0 50%;
}
.table>tbody>tr>.res-block-c2 div,
.table>tbody>tr>.res-block-c3 div {
    margin-bottom: 0 !important;
}
.table>tbody>tr>.res-block-c3 div {
    display: flex;
    justify-content: flex-end;
}
.res-block-c2 div div {
    color: #4C4C4C;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .btnz div .s-s {
        word-break: break-word;
        height: auto;
    }
}

@media (max-width: 990px) {
    .inst-res-r1 .stud-res-navbar {
        padding-left: 0;
        display: flex !important;
        justify-content: center;
    }
}

.btnz div .t-t {
    padding: 7px 16px !important;
    height: 34px !important;
}
#iFrame0 {
    border-radius: 5px;
}
.tab-p {
    margin-bottom: 80px !important;
    padding-left: 0;
}
.tab-p p {
    text-align: center;
}


.guides-jarvis {
    width: 100%;
    border: none;
}
.guides-jarvis .guides-jcontent {
    background: #1B1E24 !important;
}
.inst-guides-btn1 {
    background: #1a7775!important;
    width: auto;
    word-break: normal;
    margin-left: 10px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 9px 16px !important;
    border: none;
    float: right;
}
.inst-guides-btn1 a {
    color: #fff;
}
.inst-guides-src {
    text-align: center;
}
.inst-guides-btn2,
.inst-guides-btn3,
.inst-guides-btn4 {
    background: #fff !important;
    width: 100px;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 7px 16px !important;
}
.inst-guides-btn2:hover,
.inst-guides-btn2:focus,
.inst-guides-btn3:hover,
.inst-guides-btn3:focus,
.inst-guides-btn4:hover,
.inst-guides-btn4:focus {
    color: #666;
    border: 1px solid #999;
}
.inst-guides-container {
    width: 100%;
    float: left;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 0 20px 30px 20px;
    display: flex;
}
.inst-guides-container .inst-guides-r1 {
    width: 100%;
}
.inst-guides-container .guides-jarvis {
    width: 20%;
    padding-left: 20px;
    word-break: break-word;
}
.inst-guides-sc1 {
    border-right: 1px solid #e3e3e3 !important;
}
.inst-guides-src input {
    padding: 18px 12px;
    border: 1px solid #aeaeae;
    font-size: 14px;
    border-radius: 3px !important;
}
.inst-guides-src input:focus {
    border: 1px solid #aeaeae;
}
.inst-guides-src span {
    top: 11px !important;
}
.inst-guides-cap div h4 {
    color: #666;
    font-size: 15px;
}
.inst-guides-cap div h5 {
    font-size: 15px !important;
    margin: 0;
    padding-bottom: 10px;
}
.inst-guides-cap div h5.highlight-title {
    font-weight: bold !important;
    text-decoration: none !important;
    color: #000000 !important;
}
.inst-guides-sc2 div h1 {
    font-weight: bold;
    color: #000 !important;
}
.inst-guides-sc2 div p {
    color: #666;
    font-size: 15px !important;
}
.inst-guides-sc2 div p b {
    color: #000 !important;
    font-weight: normal
}
.inst-guides-sc2 div p b span {
    color: #000 !important;
}
.inst-guides-sc2 div h3 {
    font-weight: bold;
    font-style: normal !important;
}
.inst-guides-sc2 div h3 u {
    text-decoration: none;
}
.inst-guides-sc2 div h4 {
    color: #000 !important;
}
.inst-guides-container .share-link p {
    font-weight: bold;
}
.guides-widget {
    padding: 0 20px 0 0 !important;
    color: #aeaeae;
}
.guides-widget h2 {
    color: #fff;
}

.res-upload-container button {
    float: right;
    margin-right: 26px;
}

/* End Resources Work */

/* Media Queries Resources */

@media (max-width:1605px){
    .table>tbody>tr>td>div>a{
        margin-left: 5px;
        width:auto;
        height:35px;
        white-space: normal;
        /* padding: 6px 16px !important; */
        font-size: 13px;
    }
    .tab-p {
        width: 40%;
        margin: 0 !important;
    }
    .tab-p2 {
        width: 59%;
        margin-left: 1%;
    }
}
@media (max-width:1345px) {
    .update-pic-display .s-s {
        width: 120px !important;
        font-size: 13px;
        padding: 11px 10px !important;
    }
    .update-pic-display .t-t {
        width: 120px !important;
        font-size: 13px;
        padding: 11px 10px !important;
    }
    #lnf2 > #s3 > .s-s {
        width: 120px !important;
        font-size: 12px !important;
        padding: 9px 5px !important;
    }
}
@media (max-width:1228px){
    .tab-t th {
        font-size: 18px;
    }
    .tab-t td h3,
    .tab-t td div {
        font-size: 14px !important;
    }
    .table>tbody>tr>td>div>a{
        font-size: 12px;
    }

}
@media (max-width: 1150px) {
    .tab-t th {
        font-size: 15px;
    }
    /* #tut-p {
        display:none;
    } */
    .table>tbody>tr>td>div>a{
        font-size: 10px;
    }
    .inst-guides-btn1 {
        width: 100px;
    }
}

@media (max-width: 990px){
    #audio_div {
        margin-top: 30px;
    }
    .table>tbody>tr>td>div>a{
        font-size: 13px;
    }
    .tab-p {
        margin-bottom: 0px !important;
    }
    .guides-jarvis {
        width: 100%;
        margin-bottom: 10px !important;
    }
    /* guides */
    .inst-guides-container {
        width: 100%;
    }
    .inst-guides-sc1 {
        border: none !important;
    }
    .inst-guides-sc2 .content {
        height: 250px;
        overflow: auto;
    }
    .inst-guides-c {
        flex-direction: column;
    }
    .inst-guides-c .inst-guides-r1,
    .inst-guides-c .guides-jarvis {
        width: 100%;
    }
}
@media (max-width: 900px) {
    /* guides */
    .inst-guides-menu {
        box-shadow: 0 0 10px #e3e3e3;
        padding: 10px;
        border-radius: 3px;
        border: none !important;
    }
    .btnz div .s-s {
        height: 35px;
        word-break: inherit;
    }
}
@media(max-width: 768px) {
    .head-top {
        padding-left: 75px;
    }
    #uploadButton {
        display: flex;
        width: 150px;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 0 15px;
    }
    .tab-p {
        padding: 0;
    }
    .tab-p2 {
        padding: 0;
    }
    .tab-t td{
        display: flex;
    }
    .tab-t td:nth-child(1) h3{
        margin: 0;
    }
    .tab-t td:nth-child(2) div div{
        font-weight: bold;
    }
    tr .wd-30:nth-child(3) {
        width: 100%;
    }
    tr .wd-30:nth-child(3) div {
        margin: 0 auto;
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    tr .wd-30:nth-child(3) div .s-s{
        width: 45%;
    }
    tr .wd-30:nth-child(3) div .t-t{
        width: 45%;
    }
    tr .wd-40 {
        width:100%;
    }
    #tut-p {
        margin-bottom:25px;
    }
    .widget-body > table > thead
    {
        display:none;
    }
    /* guides */
    .inst-guides-container .share-link {
        width: 100%;
    }
    .inst-guides-container .share-link p {
        font-size: 12px;
        word-break: break-word;
    }
}

@media(max-width: 767px) {
    .main-content-holder {
        display: flex;
        flex-direction: column;
    }
    .stud-res-r1 .stud-res-navbar {
        order: -1;
    }
    .tab-p {
        order: 1;
        width: 100%;
    }
    .tab-p2 {
        order: 0;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }
    .res-block-c2{
        flex: 0 0 70%;
    }
    .res-block-c3 {
        flex: 0 0 30%;
    }
}

@media (max-width: 500px) {
    #uploadButton {
        width: 80px;
        margin-top: 19px;
    }
    .inst-res-up-btn {
        margin-top: 0 !important;
    }
}

/* End Resources Media Queries */


/* PROFILE Work */
.prof-margin-fix-row,
.prof-margin-fix-row2 {
    margin: 0 !important;
}
.prof-well {
    padding-right: 0 !important;
}
.update-pic-display {
    position:relative;
}
.update-pic-display .text-display {
    color: black;
    text-shadow: 1px 1px 1px black;
    position: absolute;
    top: 18%;
    left:  50%;
    -webkit-transform: translate(-50%, -50%); /* iOS */
    transform: translate(-50%, -50%);
    display: none;
    font-weight: 400;
}
.acc-change-form {
    display: none !important;
}
#accIcon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
#accIcon > div > img {
    border-radius: 50%;
    border: none !important;
    width:140px;
    height:140px;
}
#accIcon > div > img:hover {
    opacity: .3;
    cursor: pointer;
}
#s1 {
    padding-bottom: 22px;
}
.txt p {
    color: rgb(168, 168, 168);
    font-size: 14px;
    padding-bottom: 4px;
}
.txt h3 {
    color: black !important;
    margin-bottom: 5px;
    margin-top: -15px;
    font-weight: bold;
    font-size: 20px;
}
.txt strong {
    color: rgb(122, 122, 122);
}
.txt a {
    display: block;
    margin: 0 auto !important;
    width: 160px;
    height: 42px;
    padding: 11px 16px !important;
    color: rgb(214, 214, 214);
    margin-top: 15px !important;
}
.txt .s-s {
    display: block;
    margin: 0 auto !important;
    width: 160px;
    height: 42px;
    padding: 11px 16px !important;
    color: rgb(214, 214, 214);
    margin-top: 15px !important;
}
.txt i {
    font-size: 13px;
}
.txt .s-s {
    color: #fff !important;
}
.txt .t-t {
    color: rgb(114, 113, 113) !important;
    border-color: #4d4d4d;
}
.txt .btn .t-t:hover {
    color: rgb(114, 113, 113) !important;

}
.nav-tabs > li.active > a {
    font-size: 21px !important;
    font-weight: bold;
    padding-left: 15px !important;
}
#userInfo {
    display: flex;
    flex-direction: column;
    flex-shrink: inherit;
}
#userInfo .form-group{
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 20px;
}
#userInfo .select {
    width: 90%;
}
#userInfo .form-control{
    width: 90%;
}
#userInfo input {
    font-size: 14px;
    padding: 3px 17px;
    border-radius: 5px !important;
    color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}
#userInfo input:hover {
    border-color: rgb(110, 110, 110);
}
.select #timezone {
    font-size: 14px;
    width: 104.4%;
    padding: 5px 17px;
    border-radius: 5px !important;
    color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}
.select #timezone:hover {
    border-color: rgb(110, 110, 110);
}
.p-z {
    padding: 0;
}
.well {
    background: #ffffff !important;
    border-radius: 5px;
    padding-bottom: 0;
}
.l-log {
    padding-right: 0 !important;
}
.l-log h2 {
    font-size: 21px !important;
}
.s-bar {
    padding: 20px 20px 20px 20px !important;
    display:flex;
}
.s-bar h2{
    margin: 0 !important;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: .1px;
}
.s-bar .l-log{
    padding: 5px 15px 0 15px;
}
.s-bar p{
    margin: 0 !important;
    font-size: 12px;
    font-style: italic;
    font-weight: none !important;
    color: rgb(175, 175, 175);
    padding-top: 5px;
}
.search-inputs-instr-profile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
}
.search-inputs-instr-profile #myInput {
    font-size: 14px !important;
    padding: 9px 16px !important;
    width: 95%;
    align-self: center;
    border-radius: 4px;
    border: 1px solid rgb(175, 175, 175);
    letter-spacing: .5px;
}
.jarviswidget > div  {
    padding: 0 !important;
}
.p-z {
    padding: 0;
    margin-bottom: 0;
}
#s4 .col-md-12 {
    padding: 0;
}
#s4 .row {
    padding: 0;
    margin: 0;
}
.lic-well {
    padding-left: 0;
}
#wid-id-321 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.widget-body #timelineWrapper {
    width: 100%;
    padding: 0;
}
.widget-body #timelineWrapper .log-content {
    margin: 0;
    width: 100%;
}
.widget-body #timelineWrapper .log-content .row {
    width: 100%;
    border-left: 3.5px solid red;
    margin-bottom: 15px;
}
.s-col {
    text-align: baseline;
}
.s-col h3 {
    padding-bottom: 15px;
    font-weight: bold;
    margin: 0;
    font-size: 17px;
}
.s-col:nth-child(2) {
    vertical-align: text-top;

}
.u-col {
    padding-left: 25px;
}

.u-col .user-msg p {
    font-size: 14px;
}
.u-col .user-inactive p{
    font-size: 14px;
}
.user-timezone {
    font-size: 10px;
    color: rgb(175, 175, 175);
}
.u-col .user-date {
    vertical-align: text-top;
    padding: 0;
    margin: 0 !important;
    color: rgb(175, 175, 175);
}



/* Look & Feel */

#lnf2 {
    padding-right: 0 !important;
}
#lnf1 h2{
    font-weight: bold;
    letter-spacing: .2px;
}
#changeT {
    height: 250px !important;
}
#changeT .row {
    margin: 40px 0 0 0 !important;
    padding-left: 0 !important;
}
#changeT label input[type="radio"] {
    margin-right: 14px !important;
}
.rc-hor {
    background-color: #5C67F6 !important;
    margin-bottom: 10px;
}
.rc-dark {
    background-color: #0DBDBB !important;
}
.rc-purp {
    background-color: #FF6B6B !important;
}
.radioContainer {
    font-size: 18px;
    color: rgb(148, 147, 147);
    font-weight: 100;
}
.a-n {
    color: rgb(148, 147, 147);
    font-size: 14px;
}
.a-n #animation-check {
    margin: 10px 10px 0 0 !important;
    background-color: #fff;
}

#s3 .s-s {
    float: right;
    font-size: 15px;
    padding: 9px 16px 9px 16px !important;
    text-align: center;
    width: 160px;
    height: 42px;
    color: #fff;
    margin: 15px 40px 0 0 ;
}
.lnf-row {
    padding-left: 20px !important;
}
.well {
    margin-bottom: 0 !important;
}
.s-users {
    padding: 0 !important;
}
.t-col {
    padding: 0;
}

/* Media Queries Licenses*/

@media(max-width:1750px){
    .s-col:nth-child(2) {
        padding-left: 35px;
    }
}

@media(max-width:1526px){
    .search-inputs-instr-profile #myInput {
        font-size: 14px;
        width: 90%;
        padding: 7px 14px !important;
    }
    .s-bar h2 {
        font-size: 17px;
    }
    .s-bar p {
        font-size: 10px;
    }
    .s-col:nth-child(2) {
        padding-left: 37px;
    }
    .s-col h3 {
        font-size: 15px;
    }
    .u-col .user-msg p {
        font-size: 12px;
    }
    .u-col .user-inactive p {
        font-size: 12px;
    }
    .user-timezone {
        font-size: 10px;
        color: rgb(175, 175, 175);
    }
}

@media(max-width:1400px){
    #accIcon >div > img {
        width:130px;
        height:130px;
    }
    #userInfo .select {
        width: 93%;

    }
    #userInfo .form-group{
        width: 90%;
        margin: 0 auto;
        font-size: 11px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
}

@media(max-width:1250px){
    .s-col:nth-child(2) {
        padding-left: 45px;
        padding-right: 0;
    }
    .search-inputs-instr-profile #myInput {
        font-size: 12px;
        width: 90%;
        padding: 6px 12px !important;
    }
    .s-bar h2 {
        font-size: 13px;
    }
    .user-date {
        font-size: 10px;
        align-self:center;
        padding: 10px;
    }
}

@media(max-width:1090px) {

    /* Account info */
    #accIcon >div > img {
        width:110px;
        height:110px;
        padding: 0;
        margin: 0 auto;
    }
    #userInfo .select {
        width: 94%;
        font-size: 10px;
    }
    #userInfo .form-group{
        width: 82%;
        margin: 0 auto;
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    #userInfo .form-group #timezone{
        font-size: 11px;
    }
    #userInfo select {
        font-size: 11px;
    }
    #userInfo input {
        font-size: 11px;
        padding: 0 12px;
        border-radius: 5px !important;
        color: rgb(110, 110, 110);
        border-color: rgb(110, 110, 110);
    }
    .txt p {
        color: rgb(168, 168, 168);
        font-size: 12px;
        padding-bottom: 4px;
    }
    .txt h3 {
        color: black !important;
        margin-bottom: 5px;
        margin-top: -15px;
        font-weight: bold;
        font-size: 18px;
    }

    .txt .s-s {
        display: block;
        font-size: 11px;
        margin: 0 auto !important;
        width: 115px;
        height: 30px;
        padding: 8px 16px !important;
        color: rgb(214, 214, 214);
        margin-top: 15px !important;
    }
    .txt .t-t {
        display: block;
        font-size: 11px;
        margin: 0 auto !important;
        width: 115px;
        height: 30px;
        padding: 8px 16px !important;
        color: rgb(214, 214, 214);
        margin-top: 15px !important;
    }
    .txt i {
        font-size: 11px;
    }


    /* Licenses */
    .s-bar .l-log:nth-child(1) {
        padding-left: 0 !important;
    }
    .s-bar .l-log:nth-child(2) {
        padding-left: 25px !important;
    }
    .search-inputs-instr-profile #myInput {
        padding: 5px 12px !important;
        font-size: 13px !important;
    }
    .s-bar h2 {
        font-size: 14px;
    }
    .s-bar p {
        font-size: 8px;
    }
    .s-col h3 {
        font-size: 13px;
    }
    .u-col .user-msg p {
        font-size: 10px;
    }
    .u-col .user-inactive p {
        font-size: 10px;
    }
    .user-timezone {
        font-size: 8px;
        color: rgb(175, 175, 175);
    }
}

@media(max-width: 1090px) {
    .update-pic-display .s-s {
        width: 100px !important;
        font-size: 10px !important;
        padding: 8px 15px !important;
    }
    .update-pic-display .t-t {
        width: 100px !important;
        font-size: 10px !important;
        padding: 8px 15px !important;
    }
}

@media(max-width: 900px) {
    .s-col {
        padding-left: 15px;
    }
}

@media(max-width: 768px) {
    .nav-tabs > li.active > a {
        padding-left: 0px !important;
    }
    .lnf-div {
        padding: 0 !important;
    }
    .widget-grid .row .col-sm-8 {
        padding: 0;
    }
    #s3 .s-s {
        display:block;
        margin: 0 15px 0 0 !important;
        width:100%;
    }
    .s-col {
        padding-left: 5px !important;
    }
    .s-col .user-msg h3{
        margin-left: 60px !important;
        padding-bottom: 10px;
    }
    .s-col .user-msg p{
        margin-left: 60px !important;
    }
    .s-col .user-timezone {
        margin-left: 60px !important;
    }
    .t-col {
        padding-top: 5px;
        width: 100%;
        padding-left: 65px !important;
    }
    .row .s-bar {
        padding: 10px !important;
        display:flex;
        flex-direction: column;
    }
    .s-bar .l-log:nth-child(1) {
        padding-bottom: 10px !important;
    }
    .s-bar .l-log:nth-child(2) {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
    .widget-body #timelineWrapper .log-content .row {
        border-left: 0;
    }

    .i-p {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .lic-well {
        margin-bottom: 38px !important;
    }
    .lnf-div .well {
        margin-bottom: 38px !important;
    }

    .txt h3 {
        font-size: 18px;
    }
    .txt p {
        font-size: 14px;
    }
    .txt .s-s {
        display: block;
        width: 76px !important;
        height: 42px;
        padding: 8px 0px 9px 5px !important;
        font-size: 8px !important;
    }
    .txt .t-t {
        display: block;
        width: 76px !important;
        height: 42px;
        padding: 14px 0px 9px 5px !important;
        font-size: 8px !important;
    }
    #userInfo .form-group #timezone {
        font-size: 13px;
    }
    .select #timezone {
        width: 104.5%;
    }
    #userInfo input {
        font-size: 14px;
    }
    #userInfo .form-group .text-muted {
        font-size: 12px;
    }
    .l-log p {
        font-size: 10px;
    }
    .search-inputs-instr-profile #myInput {
        font-size: 14px !important;
    }
    .u-col .user-msg h3 {
        font-size: 16px;
    }
    .u-col .user-msg p {
        font-size: 14px;
    }
    .u-col .user-inactive p {
        font-size: 14px;
    }
    .u-col .user-timezone {
        font-size:12px;
    }
    .u-col .user-date {
        font-size:10px;
    }
}
@media(max-width: 760px){
    .txt .s-s {
        display: block;
        width: 100% !important;
        height: 42px;
        padding: 12px 0px 9px 5px !important;
        font-size: 12px !important;
    }
    .txt .t-t {
        display: block;
        width: 100% !important;
        height: 42px;
        padding: 12px 0px 9px 5px !important;
        font-size: 12px !important;
    }
    #lnf2 > #s3 > .s-s {
        width: 90%!important;
        font-size: 12px !important;
        padding: 9px 5px !important;
        float:none;
    }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .s-col .user-msg h3{
        margin-left: 20px !important;
        padding-bottom: 10px;
    }
    .s-col .user-msg p{
        margin-left: 20px !important;
    }
    .s-col .user-timezone {
        margin-left: 20px !important;
    }
}


/* TIMELINE work */

.t-x{
    margin-left: 0;
    margin-right: 0;
}
.t-x .search-div {
    margin-top: 10px;
}
#listResults {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.search-div .search-inputs .s-s {
    margin-left: 25px;
    height: 41px;
}
.search-div .search-inputs .s-s2 {
    margin-left: 25px;
    height: 41px;
    display:none;
}
.search-div .search-inputs #myInput.search-div .search-inputs #myInput {
    padding: 8px 16px !important;
    font-size: 16px !important;
    border: 1px solid rgb(158, 158, 158) !important;
    color: rgb(158, 158, 158) !important;
    border-radius: 3px;
}
.s-res{
    background: transparent !important;
    width: 115px !important;
    height: 27px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid rgb(146, 143, 143) !important;
}
.searched-text{
    display: block;
    grid-area: center;
    text-align:center;
    margin: auto;
    font-size: 11px !important;
    font-family: Verdana, Geneva, sans-serif;
    color: rgb(146, 143, 143);
}
.count-searches{
    display: block;
    grid-area: left;
    margin: auto;
    font-size: 11px !important;
    font-family: Verdana, Geneva, sans-serif;
    color: rgb(146, 143, 143);
}
.delete-searched-item{
    display: block;
    grid-area: right;
    font-size: 11px !important;
    margin: auto;
    margin-right: 10px;
    color: rgb(146, 143, 143);
}
.one-saved-result {
    margin: 0 !important;
}
#whatWasSearched .list-results-instructor {
    margin-bottom: 0 !important;
}
.timeline-widget {
    padding: 0 !important;
    background-color: #eee;
}
.timeline-widget .log-content .user-date{
    font-size: 15px;
    color:rgb(146, 143, 143);
}
.timeline-widget .log-content .user-name,
.timeline-widget .log-content .user-course-team {
    font-size: 16px;
}
.timeline-widget .log-content .user-msg {
    font-size: 14px;
    color: rgb(119, 117, 117);
    margin-top: 5px;
    padding-left: 90px;
}
.timeline-widget .log-content .user-timezone {
    font-style: italic;
    font-size: 10.5px;
    margin-top: 2px;
    color:rgb(119, 117, 117);
}
.timeline-widget .timeline-bg-wrapper {
    background-color: #eee;
    height:600px;
}

.timeline-widget .timeline-bg-wrapper .log-content {
    background-color: #fff;
    border-left: 4px solid red;
    padding: 20px 22px 0px 15px;
}
.timeline-widget .timeline-bg-wrapper .user-timezone {
    padding-left: 90px;
}

/* Media Queries Timeline */
@media(max-width: 1575px) {
    #listResults #saveResults {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media(max-width: 1340px) {
    #listResults #saveResults {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media(max-width: 1100px) {
    #listResults #saveResults {
        grid-template-columns: repeat(6, 1fr) !important;
    }

}
@media(max-width: 860px) {
    #listResults #saveResults {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

@media(max-width: 768px) {
    #listResults #saveResults {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .timeline-bg-wrapper {
        overflow-x: hidden;
    }
    .t-x .search-div {
        margin-top: 0;
    }
    .search-div .search-inputs .s-s {
        display:none;
    }
    .search-div .search-inputs .s-s2 {
        margin-left: 5px;
        float:right !important;
        font-size: 12px;
        width: 70px;
        height: 41px;
        display:block;
    }
    .table-col {
        padding: 0;
    }
    .timeline-widget .timeline-bg-wrapper .log-content .user-img {
        margin-left: 0 !important;
        margin-right: 12px !important;
    }
    .timeline-widget .log-content .user-name,
    .timeline-widget .log-content .user-course-team {
        font-size: 12px;
    }
    .timeline-widget .log-content .user-date {
        margin: 0 !important;
        padding: 0;
        font-size: 12px;
    }
    .timeline-widget .log-content .user-msg {
        padding-top: 5px;
        font-size: 12px;
        white-space: normal;
        padding-left: 60px;
    }
    .timeline-widget .log-content .user-timezone {
        padding-left: 60px;
    }
    .t-x .search-div .search-inputs {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
    .t-x .search-div .search-inputs .s-s2 {
        width: 100%;
        margin-top: 15px;
    }
    .t-x .search-div .search-inputs .timeline-filter,
    .search-div .search-inputs #myInput {
        width: 92% !important;
    }
}

@media(max-width: 610px) {
    .timeline-bg-wrapper .log-content {
        margin-bottom: 10px !important;
        padding-bottom: 20px !important;
    }
}

@media(max-width: 424px) {
    #listResults #saveResults {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media(max-width: 365px) {
    .search-div .search-inputs #myInput {
        padding: 6px 12px !important;
        font-size: 12px !important;
    }
    .search-div .search-inputs .s-s2 {
        font-size: 12px;
        width: 90px;
        height: 32px;
    }
}
@media(max-width: 320px){
    .search-div .search-inputs .s-s2 {
        font-size: 12px;
        width: 75px;
        height: 32px;
    }
}


/* HOME SETTINGS work */
.results-cont .well-results {
    padding-bottom: 19px;
    border-radius: 3px;
}
.set-nav1,
.set-nav2 {
    padding-left: 0;
}

.set-nav1 .nav li h1 {
    color: black;
    font-style: italic;
}
.set-nav1 .nav li h1 span {
    font-weight: bold;
    color: black;
    font-style: normal;
    font-size: 26px;
}
.set-nav1 {
    margin: 0;
    padding-left: 24px;
}
.set-nav2 .nav-list a {
    padding-right:10px;
    padding-left: 15px !important;
}
.set-nav2 .nav-list .active a {
    padding-left: 0 !important;
    padding-right:10px;
    padding-left: 13px !important;
}
.set-nav2 ul li a{
    font-size: 16px !important;
}
.set-nav2 ul li.active a{
    font-size: 16px !important;
}
#course-info {
    width:100%;
}
.results-cont {
    padding-left: 0;
}
.sim-row1 {
    padding-left: 0 !important;
    padding-right: 16px;
}
.sim-row1 .form-group,
.sim-row2 .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.sim-row1 .form-group .form-control,
.sim-row2 .form-group .form-control {
    border-radius: 3px !important;
}
.sim-row1 input {
    padding: 16px 16px;
}
.sim-row2 input {
    padding: 16px 16px;
}
.sim-row2 select {
    height: 34px;
    text-align: center;
}
.sim-row1 select {
    height: 34px;
    text-align: center;
}
.sim-row1 fieldset .form-group .control-label {
    color: rgb(185, 184, 184);
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 11px;
}
.sim-row1 fieldset .form-control,
.sim-row2 fieldset .form-control,
.sim-row1 fieldset .form-control:focus,
.sim-row1 fieldset .form-control:active,
.sim-row2 fieldset .form-control:focus,
.sim-row2 fieldset .form-control:active {
    border-color: #999 !important;
    outline: none;
    color: rgb(141, 141, 141);
}
.sim-row2 {
    padding-right: 0 !important;
}
.sim-row2 fieldset .form-group .control-label {
    color: rgb(185, 184, 184);
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 11px;
}
.sim-row2 fieldset .form-group p {
    color: rgb(185, 184, 184);
    text-transform: uppercase;
    font-style: normal;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 11px;
}
.checkbox-group {
    display: inline-flex;
}
.checkbox-btn-container {
    margin-top: 8px;
}
.settings-container {
    width: 100%;
}
.settings-row {
    box-sizing: border-box;
}
.sett-row-left {
    margin-left: 0 !important;

}
.set-btn {
    background: #1a7775!important;
    width: auto;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: auto;
}
.set-btn-white {
    background: transparent !important;
    width: auto;
    height: 41px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    padding: auto;
    color: #999;
    margin-left: 35px !important;
}
.set-btn-white:hover,
.set-btn-white:active,
.set-btn-white:focus {
    box-shadow: none;
    color: #999;
}
.results-cont .well-results {
    padding-left: 25px;
    padding-right: 25px;
}
.results-cont .well-results h3 {
    font-weight: bold;
    font-size: 21px;
}
.sim-round-field1 {
    margin-top: 7px;
}
.sim-round-field2 {
    margin-top: 7px;
}
.licensing-row {
    margin-right: 0 !important;
    padding-top: 10px;
}
.licensing-row fieldset .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.licensing-row .col-md-12 {
    padding-left: 0;
}
.licensing-row #user_paid,
.licensing-row #ins_paid {
    margin-right: 20px;
}
.licensing-row .control-label {
    text-transform: uppercase;
    color: rgb(185, 184, 184);
    font-size: 11px;
    padding-left: 15px;
}
.licensing-row .radio {
    padding-top: 10px;
}
.licensing-row .radio p {
    margin-bottom: 0 !important;
    color: rgb(126, 125, 125);
}
.licensing-row .licensing-checkbox {
    margin-top: 0;
    vertical-align: top;
}
.licensing-row button {
    float:left;
}
/* .licensing-row .popover {
    height: auto;
    top: 0;
} */

#share-course {
    padding: 19px 25px 25px 25px;
    border-radius: 5px;
}
#share-course h3 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 12px;
}
#share-course p {
    color:rgb(185, 184, 184);
    margin-bottom: 30px;
}
.course-btn {
    background: #1a7775!important;
    width: 145px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: auto;
}
#share-course .form-control {
    margin-bottom: 20px;
    padding: 16px;
    border-radius: 3px;
}
#share-course .form-control,
#share-course .form-control:active,
#share-course .form-control:focus {
    border-color: #999;
    outline: none;
    color: rgb(141, 141, 141);
}

/* MEDIA QUERIES Setting */

@media (max-width:992px) {
    .sim-row1,
    .sim-row2 {
        padding: 0;
    }
    .share-col {
        padding-left: 0;
        margin-top: 25px;
    }
}

@media (max-width:768px) {
    .set-nav2 .nav-list .active a {
        padding-left: 0 !important;
    }
    .row-left-margin {
        margin: 0 13px;
    }
    .settings-row {
        margin-left: 0;
    }
    .set-nav1 {
        padding: 0;
    }
    .set-nav2 {
        padding-left: 15px !important;
    }
    .sett-col {
        padding-left: 0;
        padding-right: 0;
    }
    .share-col {
        padding-right: 0;
    }

    .licensing-row #user_paid, .licensing-row #ins_paid {
        margin-right: 0;
    }
    .share-col {
        margin-top: 15px;
    }
    .set-nav1 {
        margin: 0 !important;
        padding-right: 0;
    }
    .set-nav1 .navbar-nav{
        margin: 0;
        padding-left: 25px;
    }
    .set-nav1 {
        margin: 0 !important;
        padding-right: 0;
    }
    .set-nav2 .navbar-nav {
        margin: 0;
        text-align: center;
    }
    .set-nav2 ul {
        display: flex;
    }
    .set-nav2 ul li a {
        padding-right: 5px !important;
        font-size: 12px !important;
    }
    .set-nav2 ul li.active a {
        font-size: 12px !important;
    }
}
@media (max-width:500px) {
    .set-btn-white {
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .set-nav2 {
        padding-left: 0 !important;
    }
}
@media (max-width:374px) {
    .set-nav2 {
        padding-left: 0 !important;
    }
    .set-nav2 .nav-list a {
        padding-left: 5px !important;
        font-size: 11px !important;
    }
}



/* PARTICIPANTS Work */

.t-div {
    width:100%;
    padding-left: 24px;
}
.t-div .row {
    margin: 0;
}
.t-div .row h1 {
    font-size: 24px;
}
.t-div .row h1 span{
    color: black;
    font-weight: bold;
}
.part-nav {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    width: 100% !important;
    background: none !important;
    border: none !important;
}

.part-nav .row .collapse ul li {
    padding-left: 16px;
}
.part-nav .row .collapse ul li:nth-child(1) {
    padding-left: 0;
}
.part-nav .row .collapse ul li a {
    font-size: 16px !important;
}
.part-well-nav {
    width: 100% !important;
    border: none !important;
    background: none !important;
    padding-top: 0;
}
.part-btn {
    background: #1a7775!important;
    width: 165px;
    height: 43px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 10px 0 0 0;
}
.part-btn:hover,
.part-btn:focus {
    color: #fff;
}
.part-btn-white {
    background: transparent !important;
    width: 165px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    padding: 10px 0 0 0;
    margin-left: 35px !important;
}
.part-btn-white:hover,
.part-btn-white:active,
.part-btn-white:focus {
    border-color: black;
    box-shadow: none;
}
.part-btn-menu a,
.part-btn-menu i {
    color: #999;
    cursor: pointer;
}
.part-jarviswidget header{
    display: flex;
    height: auto !important;
    background-color: #ffffff !important;
    border: none !important;
    padding: 20px 40px 20px 40px !important;
}
.flex-child {
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part-jarviswidget header h2 {
    font-weight: bold !important;
    font-size: 22px !important;
    min-width: 0;
}
.part-jarviswidget header p {
    padding-left: 15px;
    color: #999;
    font-style: italic;
    white-space: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.part-btn-menu {
    margin-left: auto;
    float:right;
    display: inherit;
}
.part-btn-menu i {
    margin-left: 15px;
}
.part-btn-menu .fa-cog {
    margin-top: 2px;
}

/* div.row.nopad > div:nth-child(1) > div:nth-child(1){padding:0 !important} fixing team`s div`s width */
.part-student li {
    padding-left: 40px !important;
}
ul .part-student {
    border: none !important;
    box-shadow: none;
    background: transparent !important;
    padding-top: 10px;
}
.part-student img {
    width: 35px !important;
    height: 35px !important;
}
.part-student p {
    font-size: 13.5px;
    font-weight: 600;
    vertical-align: center;
    margin-top: 7px !important;
}
.part-student-list {
    padding-left: 40px;
}
.part-student-list li:first-child{
    padding-left: 5px !important;
}
.part-row {
    margin-left: 0;
    margin-right: 0;
}
.part-dropdown-toggle {
    border: none;
    box-shadow: none !important;
}
.part-dropdown-toggle:hover {
    background: transparent;
    box-shadow: none !important;
}
.part-dropdown {
    top: -5%;
}
.part-dropdown li{
    margin-left: 0 !important;
    padding-left: 0 !important;

}
.part-dropdown li:nth-child(1) {
    padding: 0 !important;
}
.part-well-nav {
    box-shadow: none !important;
    margin-top: 18px;
}
.part-nav {
    box-shadow: none !important;
}
.participants-subcol .part-popup-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 210px;
    grid-template-columns: 1fr;
    grid-gap: 5px;
    z-index: 999;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1.5px 1.5px 4px rgb(170, 170, 170);
}
.part-popup-menu .part-btn-white {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 160px;
    height: 35px;
    margin-top: 7px;
    color:#999;
    border: 1px solid #999;
}
.part-popup-menu .form-control {
    border-radius: 5px;
}
.part-popup-menu .form-control:focus {
    border: 1px solid #999;
}
.part-popup-menu .fas {
    padding-right: 2px;
    color: red;
    cursor: pointer;
}

/* MODAL SCROLLBAR HIDE */

.fade {
    overflow: hidden;
}

/* MEDIA QUERIES Participants */

@media(min-width:1500px){
    .part-popup-menu {
        left:310px;
    }
}

@media (max-width:768px) {
    .part-well-nav {
        margin-top: 0;
    }
    .part-nav-col .well {
        padding: 0 !important;
    }
    .t-div {
        padding-left: 10px;
    }
    .part-nav {
        padding-left: 0 !important;
    }
    .inst-part-modal1-dialog .modal-content-students {
        width: 100% !important;
    }
    .part-nav .row .collapse ul li a{
        font-size: 12px !important;
    }
}

@media (max-width:610px) {
    .part-popup-menu {
        top: 55px;
        left: 150px;
    }
    .part-popup-menu .part-btn-white {
        width: 100% !important;
    }
    .part-nav-col .well {
        padding: 11px !important;
    }
    .part-nav-col .well-results {
        padding-top: 0 !important;
    }
    .part-nav-col {
        padding-left: 20px !important;
    }
    .part-nav .row .heading-navbar {
        padding: 0 !important;
    }
    .part-nav .row .heading-navbar .nav-list {
        display: inline-flex;
        width: 100%;
    }
    .part-nav .row .collapse ul li a {
        padding: 0;
        /* font-size: 13px !important; */
    }
    .part-well-nav {
        display: inline-block !important;
    }
    .part-well-nav .row {
        padding: 0 10px;
    }
    .t-div {
        padding-left: 10px;
    }
    .part-btn-white {
        margin-left: 0 !important;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .part-btn {
        display: block;
        width: 100%;
    }
    .part-btn:nth-child(1){
        margin-bottom: 20px;
    }
    .part-btn:nth-child(3){
        float:left !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    hr {
        display: none;
    }
    .part-jarviswidget header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .part-jarviswidget header h2 {
        width: 140px !important;
        white-space: nowrap;
    }
    .part-jarviswidget header p {
        padding-left: 0;
        position: absolute;
        top: 37px;
        white-space: nowrap;
        font-style: italic;
    }
    .part-btn-menu {
        margin: 5px 15px 0 auto;
        float:right;

    }
    .part-btn-menu i {
        margin-left: 0;
        width: 15px !important;
        height: 18px !important;
    }
    .part-btn-menu a {
        margin-left: 25px;
    }
    .part-student-list {
        padding-left: 15px;
        padding-right: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .part-student {
        max-width: 100%!important;
        display: flex!important;
        justify-content: space-evenly;
        padding-bottom: 10px;
    }
}

@media (max-width:485px){
    .part-jarviswidget header h2 {
        width: 150px !important;
    }
    .part-popup-menu {
        top: 60px;
        left: 50px;
    }
}

@media (max-width:450px) {
    .part-nav .row .heading-navbar {
        padding: 0 !important;
    }
    .part-nav .row .heading-navbar .nav-list {
        display: inline-flex;
        width: 100%;
    }
    .part-nav .row .collapse ul li a {
        padding: 0;
        /* font-size: 13px !important; */
    }
    .part-well-nav {
        display: inline-block !important;
    }
    .t-div {
        padding-left: 13px;
    }
    .part-btn-white {
        margin-left: 0 !important;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .part-btn {
        display: block;
        width: 100%;
    }
    .part-btn:nth-child(1){
        margin-bottom: 20px;
    }
    .part-btn:nth-child(3){
        float:left !important;
        margin-left: 0 !important;
        margin-bottom: 20px;
    }
    hr {
        display: none;
    }
    .part-jarviswidget header {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .part-jarviswidget header p {
        padding-left: 0;
        white-space: nowrap;
    }

    .part-btn-menu i {
        margin-left: 5px;
    }
    .part-btn-menu a {
        margin-left: 15px;
    }
}

@media (max-width:390px) {
    .part-nav-col {
        padding-left: 5px !important;
    }
}

@media (max-width:374px) {
    .t-div {
        padding-left: 15px;
    }
    /* .part-nav .row .collapse ul li a {
        font-size: 12px !important;
    } */
    .part-well-nav {
        padding-top: 0 !important;
    }
    .part-jarviswidget header h2 {
        font-size: 18px !important;
    }
    .part-popup-menu {
        top: 10%;
        left: 50px;
    }
    .part-popup-menu input {
        width: auto !important;
    }
}

@media (max-width:342px) {
    .part-btn-menu i {
        margin-left: 5px;
    }
    .part-btn-menu a {
        margin-left: 5px;
    }
    .part-nav .row .collapse ul li {
        padding-left: 8px !important;
    }
}


/* OBJECTIVES Work */

.o-div {
    padding-left: 10px;
}
.obj-nav-col {
    padding-left: 0;
}
.obj-well {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: none;
    border-radius: 3px;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
.obj-widget-body {
    padding: 0 !important;
    overflow: auto;
}
.obj-table-borderless td,
.obj-table-borderless th {
    border: none !important;
}
.obj-table {
    border: none;
}
.obj-table th {
    font-size: 18px;
    min-width: 50px;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;

    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;

    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.obj-panel {
    border:none;
}
.obj-table tr th:first-child {
    text-align: left;
    font-weight: bold;
}
.obj-table tr th:first-child div {
    background-color: #fff;
    box-shadow: none;
    min-width: 106px;
}
.obj-table tr th:first-child div a h4 strong {
    color: #666;
}
.obj-table tr th:first-child div a h4{
    font-size: 13px;
    color: #999;
}
.obj-table tr th {
    text-align: center;
}
.obj-table tr {
    width:100%;
}
.obj-table tr th:last-child{
    padding-right: 0 !important;
}
.obj-panel-heading {
    padding-left: 0;
}
.obj-table tr th i {
    color:#999;
}
.obj-table tr th .fa-1x {
    font-size: .9em;
}
.obj-table tr th .fa-check {
    color: green;
}
.obj-table tr th .fa-times {
    color: red;
}
.obj-jarviswidget {
    margin-bottom: 0 !important;
}
.obj-panel-body {
    border-top: none !important;
    border-left: 2px solid rgb(195, 195, 195);
    padding-bottom: 0;
    padding-left: 25px;
}
.obj-panel-body-col:nth-child(3),
.obj-panel-body-col:nth-child(4) {
    margin-bottom: 0;
}
.obj-panel-body-col label {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}
.obj-panel-body-col .form-control {
    border-radius: 3px !important;
    border-color: #999;
    height: 36px;
}
@media (min-width: 768px){
    .obj-panel-row {
        width:700px;
    }
}

.obj-show-picker label {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}
.obj-show-picker .form-control {
    border-radius: 3px !important;
    border-color: #999;
    height: 36px;
    background-color: #fff;
}
#obj-form-group-btns {
    margin-bottom: 0 !important;
}
.obj-btn {
    background: #1a7775!important;
    width: 100px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff;
    text-align: center !important;
    vertical-align: middle !important;
    margin: 10px 0 0 10px;
}
.obj-btn-white {
    background: transparent !important;
    width: 100px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    margin: 10px 0 0 25px;
}
.obj-btn:hover,
.obj-btn:active,
.obj-btn:focus {
    color: #fff;
}

.obj-btn-white:hover,
.obj-btn-white:active,
.obj-btn-white:focus {
    color: black;
    border-color: black;
    box-shadow: none;
}
.collapsible{
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    max-height: 340px;
    overflow-x: visible;
    padding-right: 13px;
    padding-left: 13px;
}
.obj-nav .row .collapse ul li {
    padding-left: 16px;
}
.obj-nav .row .collapse ul li:nth-child(1) {
    padding-left: 0;
}
.obj-nav .row .collapse ul li a {
    font-size: 16px !important;
}

.obj-desktop-version {
    /* display: none; */
}
.obj-mobile-version {
    display: none;
}
.obj-nav-tabs > li > a {
    border-radius: 0px;
    color: grey !important;
    border: none !important;
    font-size: 16px !important;
    margin: 0 !important;
}
.obj-nav-tabs > li.active > a {
    color: black !important;
    font-weight: bold;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 16px !important;
}



/* MEDIA QUERIES Objectives */

@media (max-width: 768px) {
    .obj-nav .row {
        margin-left: 0;
    }
    .obj-nomargin-col .row {
        margin-left: -9px !important;
        margin-right: -13px !important;
    }
    .obj-nomargin-col .well {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }
    .obj-nomargin-col .well.reports-tab {
        padding: 18px !important;
    }
    .obj-nomargin-col,
    .obj-row-left {
        padding: 0;
        margin: 0;
    }
    .obj-mobile-version {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .obj-mobile-version header h2 {
        font-weight: bold;
    }
    .objectives-mobile .row {
        margin-top: 5px;
    }
    .round-col-mobile {
        padding-left: 0;
        padding-right: 0;
    }
    .objectives-mobile .round-col-mobile p {
        font-weight: bold;
        font-size: 14px;
    }
    .obj-col-mobile {
        padding-left: 0;
        padding-right: 0;
        color: rgb(138, 137, 137);
    }
    .teams-row-mobile{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .team-col-mobile {
        padding-left: 5px;
    }
    .team-col-mobile h4 {
        font-weight: bold;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .teams-check-mobile {
        text-align: center;
    }
    .teams-check-mobile .fa-check {
        color: green;
    }
    .teams-check-mobile .fa-times {
        color: red;
    }
    .teams-check-mobile .round-col-mobile {
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        color: #666;
    }
    .teams-score-mobile {
        text-align: center;
        font-weight: bold;
        font-size: 17px;
    }
    .teams-score-mobile .round-col-mobile {
        text-align: left !important;
        font-size: 17px;
    }
    .obj-nav-col {
        padding-left: 0 !important;
    }
    .obj-nav .well {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .obj-nav-tabs > li > a {
        padding-left: 5px !important;
        font-size: 12px !important;
    }
    .obj-nav-tabs > li.active > a {
        padding-left: 5px !important;
        font-size: 12px !important;
    }
    .obj-panel-heading a h4 p{
        color: #999;
        display: inline;
        font-size: 14px !important;
        font-weight: normal !important;
    }
    .obj-panel-heading a h4 strong{
        color: rgb(102, 101, 101);
    }
    .obj-panel-body-col-mobile label {
        font-size: 11px;
    }
    .obj-panel-body-col-mobile:nth-child(3) {
        margin-bottom: 15px;
    }
    .obj-panel-body-col-mobile .form-control {
        width: 40%;
        font-size: 11px;
    }
    .obj-show-picker-mobile .form-control{
        width: 40%;
        font-size: 11px;
        padding: 8px 12px;
    }
    .obj-show-picker-mobile label {
        font-size: 11px;
    }
    #obj-form-group-btns {
        margin-bottom: 15px !important;
    }
    .obj-btn {
        margin-left: 35px;
    }
    .obj-panel-body {
        padding-left: 0;
        border: none;
    }
}

@media(max-width:500px) {
    .obj-table th {
        font-size: 13px;
    }
}

/* @media(max-width:369px) {
    .obj-nav-tabs > li > a {
        font-size: 12px !important;
    }
    .obj-nav-tabs > li.active > a {
        font-size: 12px !important;
    }
} */

@media(max-width:355px) {
    .obj-nav-tabs > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .obj-nav-tabs > li.active > a {
        padding-left: 5px;
        padding-right: 5px;
    }
    .obj-panel-body-col-mobile .form-control {
        width: 35%;
    }
    .obj-show-picker-mobile .form-control{
        width: 35%;
    }
    .obj-btn {
        margin-left: 25px;
    }
}


/* RESULTS work */

.results-btn {
    background: #1a7775!important;
    width: auto;
    height: 38px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 10px 0 10px;
}
.results-btn-white {
    background: transparent !important;
    width: auto;
    height: 37px;
    border-radius: 50px !important;
    font-size: 14px;
    color:#999;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    padding: 8px 10px 0 10px;
    margin-left: 35px !important;
    margin-right: 10px;
}
.results-btn-white:hover,
.results-btn-white:active,
.results-btn-white:focus {
    border-color: #999;
    color: #999;
    box-shadow: none;
}
.results-btn-green {
    display: none;
    background: #1a7775!important;
    width: auto;
    height: 38px;
    border-radius: 50px !important;
    font-size: 14px;
    color:#fff;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    padding: 8px 10px 0 10px;
    margin-right: 25px;
}
.results-btn-green:hover {
    border-color: #999;
    color: #fff;
}
.stats-btn-green {
    display: none;
    background: #1a7775!important;
    width: auto;
    height: 38px;
    border-radius: 50px !important;
    font-size: 14px;
    color:#fff;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    padding: 8px 10px 0 10px;
    margin-right: 25px;
}
.stats-btn-green:hover {
    border-color: #999;
    color: #fff;
}
.results-nav-tabs li a {
    font-size: 16px !important;
    color: #999;
    margin-left: 10px;
}
.results-nav-tabs li.active a {
    font-size: 16px !important;
    color: #666 !important;
}
.results-table-borderless th {
    border: 0 !important;
    margin:none !important;
    background-color: #fff !important;
    font-size: 20px;
}
.results-table-borderless td {
    border: 0 !important;
    color: #999;
}
.results-table-borderless td h3 {
    font-size: 15px !important;
}
.my-tab-2 {
    background-color: #fff !important;
    margin-top: 15px;
    margin-bottom: 0;
    border: 1px solid #ddd !important;
    border-bottom: 2px solid #f1f1f1 !important;
    padding: 10px 0 10px 10px;
}
.my-tab-2 li a {
    font-size: 16px !important;
    margin-left: 15px !important;
    color: #999 !important;
}
.my-tab-2 li.active a {
    font-size: 16px !important;
    color: #666 !important;
}
.results-widget-body {
    border-radius: 3px;
}
.results-widget-body #t1,
.results-widget-body #t2,
.results-widget-body #t3,
.results-widget-body #t4,
.results-widget-body #t5,
.results-widget-body #t6,
.results-widget-body #t7,
.results-widget-body #t8 {
    overflow: auto;
}
.results-graph-well {
    width: 100% !important;
}
.results-web-table {
    height: 460px;
}
.results-web-table tr td {
    text-align: center;
    word-break: break-all;
    height: 35px;
}
.results-web-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
.results-web-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout:auto; */
}
.results-web-head tr td {
    color:black !important;
}
.results-web-head tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
.results-sem-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout: auto; */
}
.results-sem-head tr td {
    color:black !important;
    word-break: normal !important;
}
.results-sem-head tr td:nth-child(1){
    padding-left: 5px;
    text-align: left;
}
.results-sem-head tr td:nth-child(2){
    padding-left: 15px;
}
.results-sem-table {
    height: 540px;
}
.results-sem-table tr td {
    text-align: center;
    word-break: normal;
    height: 35px;
}
.results-sem-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
.results-email-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout: auto; */
}
.results-email-head tr td {
    color:black !important;
    word-break: normal;
}
.results-email-head tr td:nth-child(1){
    padding-left: 5px;
    text-align: left;
}

.results-email-table {
    height: 460px;
}
.results-email-table tr td {
    text-align: center;
    word-break: normal;
    height: 35px;
}
.results-email-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}

/*cm style*/
.results-cm-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout: auto; */
}
.results-cm-head tr td {
    color:black !important;
    word-break: normal;
}
.results-cm-head tr td:nth-child(1){
    padding-left: 5px;
    text-align: left;
}

.results-cm-table {
    height: 460px;
}
.results-cm-table tr td {
    text-align: center;
    word-break: normal;
    height: 35px;
}
.results-cm-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
/*cm end style*/

.results-ranks-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout:auto; */
}
.results-ranks-head tr td {
    color:black !important;
    word-break: normal;
}
.results-ranks-head tr td:nth-child(1){
    padding-left: 5px;
    text-align: left;
}
.results-ranks-table {
    height: 460px;
    padding-bottom: 15px;
}
.results-ranks-table tr td {
    text-align: center;
    word-break: normal;
    height: 35px;
}
.results-ranks-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
.results-stats-head {
    text-align: center;
    margin-top: 15px;
    width: 100%;
    /* table-layout:auto; */
}
.results-stats-head tr td {
    color:black !important;
    word-break: normal;
}
.results-stats-head tr td:nth-child(1){
    padding-left: 5px;
    text-align: left;
}
.results-stats-table {
    height: 580px;
}
.results-stats-table tr td {
    text-align: center;
    word-break: normal;
    height: 35px;
}
.results-stats-table tr td:first-child {
    text-align: left;
    padding-left: 5px;
}
.results-quiz-head {
    text-align: center;
    margin-top: 15px;
}
.results-quiz-head tr td {
    color:black !important;
    word-break: normal;
}
.results-quiz-head tr td:nth-child(1){
    text-align: center;
}
.results-quiz-table {
    height: auto;
    padding-bottom: 15px;
}
.results-quiz-table tr td {
    text-align: left;
    word-break: normal;
    height: 35px;
}
.results-quiz-table tr td:first-child {
    text-align: left;
}


/* MEDIA QUERIES Results */

@media (max-width: 768px) {
    .results-sem-head,
    .results-web-head,
    .results-stats-head,
    .results-cm-head,
    .results-ranks-head,
    .results-email-head {
        table-layout: auto;
    }
}
@media (max-width: 720px) {
    .results-nav-tabs .export-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .results-nav-tabs .export-buttons .results-btn-white {
        margin: 0 !important;
    }
    .results-nav-tabs .export-buttons .results-btn {
        margin-top: 5px;
    }
}
@media (max-width: 500px) {
    .results-web-head tr td:first-child,
    .results-web-table tr td:first-child {
        text-align: left;
        padding-left: 5px;
    }
    .results-web-head tr td {
        word-break: break-word;
        white-space: nowrap;
    }
}
@media (max-width: 430px) {
    .my-tab-2 li a {
        margin-left: 0 !important;
    }
}


/* HOME work */


.home-widget-body .home-nav-row {
    margin-left: 0;
}
.home-widget-body .dataTables_filter div input {
    color: #666;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    border-color: #999;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.home-widget-body .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.your-simulation-nav header h2 {
    font-size: 24px;
    letter-spacing: 0px;
    font-weight: bold;
    margin: 0;
}
.i-home-table thead {
    display: none;
}
.i-home-table {
    background-color:#fff;
}
.i-home-table tbody tr {
    border-bottom: 10px solid #eee;
}
.table-user-img {
    border-radius: 50%;
    background-color: #eee;
    border: 1px solid black;
    width: 33px;
    height: 33px;
}
.table-team-img-div .table-user-img:first-of-type {
    margin-left: 0 !important;
}
.odd td .table-team-img-div,
.odd td .table-team-info {
    margin-bottom: 0 !important;
}
.even td .table-team-img-div,
.even td .table-team-info {
    margin-bottom: 0 !important;
}
.table-team-img-div {
    padding-left: 34px !important;
}
.table-team-img-div > div {
    width: auto; /* Declare your value. Can be in relative units. */
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.table-team-img-div:after {
    content: "";
    width: 100%;
    display: inline-block;
}
.table-team-info {
    display: -webkit-inline-box;
    font-size: 13px !important;
    padding-left: 34px !important;
}
.home-user-col1 .table-team-info a {
    margin-left: 0 !important;
    padding: 0 !important;
}
.table-team-info strong {
    color: #666;
}
.table-team-info span {
    color: #999;
}
.table-team-info .t-teams{
    color: #666;
    font-weight: bold;
}
.table-team-info .t-inactive{
    color: red;
    font-weight: bold;
}
.odd .home-user-col1,
.odd .home-user-col2 {
    padding: 20px 0 30px 0 !important;
}
.even .home-user-col1,
.even .home-user-col2 {
    padding: 20px 0 30px 0 !important;
}
.home-user-col2 .row {
    margin-bottom: 0 !important;
}
.home-green-btn1 {
    position: absolute;
    top: -52px !important;
    background: #1a7775!important;
    width: 230px;
    height: 40px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 9px 16px !important;
}
.home-green-btn2 {
    background: #1a7775!important;
    width: auto;
    height: 40px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 9px 16px !important;
}
.home-green-btn1:hover,
.home-green-btn2:hover,
.home-green-btn1:active,
.home-green-btn2:active,
.home-green-btn1:focus,
.home-green-btn2:focus {
    color: white;
}
.home-transparent-btn {
    position: absolute !important;
    top: -52px !important;
    left: 60% !important;
    background: transparent !important;
    width: 130px;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999 !important;
    color: #666 !important;
    padding: 8px 16px !important;
}
.home-white-btn {
    background: #fff !important;
    width: 100%;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 7px 16px !important;
}
.home-white-btn:hover,
.home-white-btn:active,
.home-white-btn:focus {
    border: 1px solid #999;

    color: #666;
    box-shadow: none !important;
}
.home-user-col1 h5 a {
    font-size: 16px;
    font-weight: bold;
}
.home-user-col1 .home-progress-bg {
    background: #E3E3E3 !important;
    margin-left: 34px;
    height: 10px !important;
    border-radius: 25px;
}
.home-progress-bg .bg-color-blueLight {
    background: #1a7775 !important;
    border-radius: 25px;
}
.home-progress-bg .bg-color-greenLight {
    background: #1a7775 !important;
    border-radius: 25px;
}
.dataTables_filter .input-group {
    border-radius: 3px !important;
}
.dataTables_filter .input-group span {
    background-color: transparent;
    color: #666;
    padding: 8px;
    border-color: #999;
}
.dataTables_filter .input-group .form-control{
    color: #666;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    border-color: #999;
}
.dataTables_filter .input-group .form-control::placeholder {
    color: #666;
    font-style: normal;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
}
.dataTables_filter .input-group .form-control:focus,
.dataTables_filter .input-group .form-control:active {
    border-color: #999;
}
.odd td h6 {
    padding-left: 20px;
}
.odd td h2 a {
    color:black;
    font-size: 16px;
    font-weight: 700;
}
.even td h2 a {
    color:black;
    font-size: 16px;
    font-weight: 700;
}
.odd td h6 .m-s {
    font-size: 11px;
    font-style: italic;
}
.even td h6 {
    padding-left: 20px;
}
.even td h6 a {
    color:black;
    font-size: 16px;
}
.even td h6 .m-s {
    font-size: 11px;
    font-style: italic;
}
.home-dot {
    height: 7px;
    width: 7px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.home-user-col2 .row div .btn-group {
    width: 100%;
}
.home-user-col2 .row .home-user-subcol1 {
    font-size: 14px !important;
    display: inline-table;
    margin-bottom: 15px;
}
.home-user-col2 .row .home-user-subcol1 strong,
.home-user-col2 .row .home-user-subcol2 strong {
    color: black;
    font-style: italic;
}
.home-user-col2 .row .home-user-subcol1 a {
    color: grey;
}
.home-user-col2 .row .home-user-subcol1 a i {
    font-size: 24px;
    color: orange;
    margin-top: .2em;
    height: 60px;
}
.home-user-col2 .row .home-user-subcol1 .fa-check {
    font-size: 24px !important;
    color: orange !important;
    margin-top: .2em;
    height: 60px;
}
.home-user-col2 .row div .home-user-subcol2 {
    display: inline-flex;
    margin-bottom: 15px;
}
.home-user-col2 .row:nth-child(2){
    margin-top: 15px;
}
.home-user-col2 .row div .home-user-subcol2 .subcol-txt {
    font-size: 14px !important;
    text-align: left;
}
.home-user-col2 .row div .home-user-subcol2 .subcol-txt p{
    margin: 0;
}
.home-user-col2 div div .home-user-subcol2 i {
    color: orange;
    font-size: 24px;
    margin-right: .3em;
    margin-top: .2em;
    height: 60px;
}
#dt_basic_filter {
    left: 32%;
    top: -47px;
}
#dt_basic_length .smart-form {
    top: -14px;
}
.home-activity-panel {
    background-color: #fff;
    padding: 0px 25px 0px 0px;
}
.home-activity-panel h2 {
    margin-top: 14px;
    padding: 15px 0 0 15px;
    font-weight: bold;
    font-size: 22px;
}
.activity-col .widget-body .row {
    margin-right: 0;
}
.activity-col .act-div {
    height: 70px;
    width: 100%;
    border-left: 3px solid red;
    margin-bottom: 60px !important;
    font-size: 13px;
    color: #666;
}
.activity-col .act-div .dashboard-timeline-p1 {
    padding-left: 80px;
    word-break: break-word;
}
.activity-col .act-div strong {
    font-size: 13.5px;
    padding-bottom: 5px;
    color:black;
}
.activity-col .act-div .act-date {
    color: #AEAEAE;
}
.act-div:last-of-type {
    margin-bottom: 0;
}
div.dataTables_paginate li a {
    color: black;
}
.home-nav-row {
    display: none;
}

/* MEDIA QUERIES HOME */
@media(max-width:1400px){
    .home-user-col2 .row div .home-user-subcol1 {
        font-size: 12.5px !important;
    }
    .home-user-col2 > .row > div > .home-user-subcol2 .subcol-txt {
        font-size: 12.5px !important;
    }
    .act-div li {
        font-size: 12px;
    }
}
@media(max-width:1366px) {
    .table-user-img {
        width: 31px;
        height: 31px;
    }
}
@media(max-width:1273px){
    .home-green-btn1,
    .home-green-btn2,
    .home-transparent-btn {
        width: 170px !important;
        font-size: 12px !important;
        padding: 10px 16px !important;
    }
    .home-user-col2 .row div .home-user-subcol1 {
        font-size: 11.5px !important;
    }
    .home-user-col2 > .row > div > .home-user-subcol2 .subcol-txt {
        font-size: 11.5px !important;
    }
    .act-div li {
        font-size: 11px;
    }
    #dt_basic_filter {
        left: 30.5%;
    }
}
@media (max-width: 1185px){
    .table-team-info {
        font-size: 10px !important;
    }
}
@media(max-width:1100px) {
    .dataTables_filter .input-group {
        width: 150px !important;
    }
    .home-green-btn1,
    .home-green-btn2 {
        width: 150px !important;
    }
    .home-transparent-btn {
        width: 150px !important;
        left: 62% !important;
    }
    .home-activity-panel h2 {
        font-size: 18px;
    }
    #dt_basic_filter {
        left: 28%;
    }
    /* .act-div {
        margin-bottom: 25px !important;
    } */
    .act-div li span {
        padding-left: 80px;
    }
    .table-team-info {
        font-size: 9px !important;
    }
}

@media(max-width:990px) {
    .i-home-table .odd,
    .i-home-table .even {
        display: grid;
    }
    .vis-btn-col {
        height: 180px;
        padding: 0px 15px 15px 15px;
    }
    .vis-btn-col .home-green-btn1,
    .vis-btn-col .home-transparent-btn {
        top: 0px !important;
        left: 0px !important;
        display: inline-block;
        position: relative !important;
        width: 100% !important;
        margin-top: 15px;
    }
    #dt_basic_filter {
        left: 3%;
        top: -40px;
    }
    .your-simulation-nav header h2 {
        text-align: center;
    }
    .home-widget-body .home-nav-row {
        margin-left: -13px;
    }
    .i-home-table {
        margin-top: -65px;
    }
    #firstHomeBr,#secondHomeBr,#thirdHomeBr,#fourthHomeBr {
        display: none;
    }
    .odd .home-user-col1,
    .even .home-user-col1 {
        padding-bottom: 0 !important;
    }
    .home-user-col1 h6 {
        padding-left: 5px;
        padding-right: 32px;
    }
    .home-user-col1 .home-progress-bg {
        margin-left: 32px;
        margin-right: 32px;
    }
    .table-team-img-div {
        padding-left: 32px !important;
    }
    .table-team-info {
        font-size: 12px !important;
        padding-left: 36px !important;
    }
    .table-team-info .t-teams,
    .table-team-info .t-inactive {
        margin-bottom: 0;
        margin-top: 2px;
    }
    .odd td h6 .m-s,
    .even td h6 .m-s {
        font-size: 12px;
    }
    .home-user-subcol1, .home-user-subcol2 {
        margin-left: 32px;
    }
    .home-user-col2 .row div .home-user-subcol1 {
        font-size: 13px !important;
    }
    .home-user-col2 > .row > div > .home-user-subcol2 .subcol-txt {
        font-size: 13px !important;
    }
    .home-user-col2 .subcol2-btn-row {
        margin-top: 0 !important;
        text-align: center;
    }
    .home-white-btn {
        width: 70%;
        margin-top: 0 !important;
    }
    .subcol2-btn-row .btn-group .home-white-btn{
        margin-top: 25px !important;
    }
    .home-white-btn:first-child{
        float:none;
        margin-top: 25px;
    }
    .home-green-btn2 {
        display: none;
    }
    .act-div li span {
        padding-left: 0;
    }
}

@media(max-width:470px) {
    .table-team-info {
        font-size: 11px !important;
    }
    .act-div .act-date {
        font-size: 11px;
    }
}
@media(max-width:430px){
    .table-team-info {
        font-size: 10px !important;
        padding-left: 25px !important;
    }
    .odd .home-user-col2,
    .even .home-user-col2 {
        padding-top: 0 !important;
    }
    .home-user-col1 h6 {
        padding-left: 10px !important;
        padding-right: 16px;
    }
    .home-user-col1 .home-progress-bg {
        margin-left: 22px;
        margin-right: 16px;
    }
    .table-team-img-div {
        padding-left: 22px !important;
    }
    .home-user-subcol1, .home-user-subcol2 {
        margin-left: 23px;
    }
    .subcol2-btn-row {
        margin-top: 0 !important;
    }
    .home-white-btn {
        width: 90%;
    }
}

@media(max-width: 375px) {
    .act-div li {
        font-size: 10.5px;
    }
    .table-user-img {
        width: 25px;
        height: 25px;
    }
}

@media(max-width: 350px) {
    .home-dot {
        display: none;
    }
    .home-user-col1 .home-progress-bg {
        margin-left: 10px;
    }
    .table-team-img-div {
        padding-left: 10px !important;
    }
    .table-team-info {
        padding-left: 13px !important;
    }
    .home-user-subcol1, .home-user-subcol2 {
        margin-left: 13px;
    }
    #dt_basic_filter .input-group {
        width: 140px !important;
    }
    .act-div li {
        font-size: 10px;
    }
}


/* CALENDAR Work */

.calendar-header h2 {
    font-weight: bold;
    margin-top: 0;
    font-size: 23px;
}
.calendar-btns-row .row-buttons {
    margin-left: 0;
}
.calendar-green-btn {
    background: #1a7775!important;
    width: 160px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 13.5px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 11px 16px !important;
    margin-right: 0;
}
.calendar-green-btn:hover,
.calendar-green-btn:active,
.calendar-green-btn:focus {
    color: white;
}
.calendar-white-btn {
    background: transparent!important;
    width: 160px;
    height: 41px;
    border-radius: 50px !important;
    font-size: 14px;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 10px 16px !important;
    border: 1px solid black;
    margin-left: 20px;
}
.calendar-white-btn:hover,
.calendar-white-btn:active,
.calendar-white-btn:focus {
    color:black;
    border-color: black;
}
.calendar-well {
    padding-right: 0;
    border: 1px solid #E3E3E3 !important;
}
.calendar-well .jarviswidget {
    margin-bottom: 0;
}
.calendar-col1 {
    /*height: 359px;*/
    display: flex;
    flex-direction: column;
}
.calendar-col1 .row {
    height: 100%;
    padding-right: 22px;
}
.calendar-col1 .col1-subcol1 {
    height: 50%;
    border-bottom: 2px solid #f1f1f1;
}
.calendar-col1 .col1-subcol1 .subcol1-txt {
    text-align: center;
}
.calendar-col1 .col1-subcol1 .subcol1-txt p {
    font-size: 90px;
    font-weight: bold;
    color: #999;
    margin-bottom: 0;
}
.calendar-col1 .col1-subcol1 .subcol1-txt h2 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.calendar-col1 .col1-subcol2 {
    height: 50%;
}
.calendar-col1 .col1-subcol2 div {
    margin-top: 20px;
    padding: 0 35px;
}
.calendar-col1 .col1-subcol2 p i {
    margin-right: 10px;
    font-size: 16px;
}
.calendar-col1 .col1-subcol2 h4 {
    color: #AEAEAE;
    font-size: 11px;
    margin-bottom: 5px;
}
.calendar-col1 .col1-subcol2 p {
    color: #999;
    word-break: break-all;
    font-size: 13.5px;
}
.calendar-col2 {
    border-left: 2px solid #f1f1f1;
}
#calendar thead .fc-first {
    background: transparent;
}
#calendar thead .fc-first .fc-widget-header {
    border: none;
    padding-bottom: 20px;
    color: #999;
    font-size: 14px;
    border: none !important;
}
#calendar tbody .fc-widget-content{
    border: none !important;
    border-bottom: 2px solid #f1f1f1 !important;
}
#calendar tbody .fc-state-highlight {
    background: #fff;
}
#calendar .fc-header {
    margin: 15px 0;
}
#calendar-buttons .btn-group #btn-prev,
#calendar-buttons .btn-group #btn-next {
    border: none;
    box-shadow: none;
    color: #999;
}
.fc-grid .fc-day-number {
    float: none !important;
    text-align: center;
    color: #999;
    font-weight: bold;
}
.fc-grid .fc-event-inner {
    padding: 5px;
    margin-left: 0;
    margin-right: 0;
}
.fc-grid .fc-corner-right,
.fc-grid .fc-event-inner {
    overflow: auto;
}
.fc-event-title {
    padding-left: 30px !important;
    font-size: 13px !important;
}
.fc-event-title .air-top-left {
    top: 7px;
    left: 25px;
}
.fc-event-skin .fa:before {
    font-size: 17px !important;
}
.fc-event-inner .ultra-light {
    font-style: italic;
    font-size: 12px !important;
}
.fc-border-separate tbody tr {
    height: 110px !important;
}
.fc-header-title {
    color: #999;
}
.fc-header-title h2 {
    margin-top: -20px !important;
}

/* End Calendar Work */

/* Start Calendar Media Queries */

@media(max-width: 430px) {
    .calendar-green-btn {
        margin-right: 0;
        margin-top: 5px;
    }
    .calendar-white-btn {
        margin-left: 0;
        margin-top: 5px;
    }
}

/* End Calendar Media Queries */



/* SCENARIOS Work */

.scenarios-widget-body {
    margin: 0 !important;
    background-color: #fff;
    /* overflow-x: scroll; */
}
.scenarios-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 23px;
}
.scenarios-green-btn1 {
    background: #1a7775!important;
    width: auto !important;
    height: 42px;
    border-radius: 50px !important;
    font-size: 13.5px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 11px 16px !important;
    margin-right: 0;
}
.scenarios-green-btn2 {
    background: #1a7775!important;
    width: 110px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 13.5px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
    margin-right: 0;
}
.scenarios-green-btn1:hover,
.scenarios-green-btn1:focus,
.scenarios-green-btn1:active,
.scenarios-green-btn2:hover,
.scenarios-green-btn2:focus,
.scenarios-green-btn2:active {
    color: #fff;
}
.scenarios-white-btn1 {
    background: #fff!important;
    width: 109px;
    height: 31px;
    border-radius: 50px !important;
    font-size: 13.5px;
    color: black;
    border: 1px solid black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
    margin-right: 0;
}
.scenarios-white-btn1:hover,
.scenarios-white-btn1:focus,
.scenarios-white-btn1:active{
    color:black;
    border: 1px solid black;
}
.scenarios-transparent-btn1 {
    background: transparent !important;
    width: 209px;
    height: 41px;
    border-radius: 50px !important;
    font-size: 13.5px;
    color: #666;
    border: 1px solid #666;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 11px 16px !important;
    margin-right: 0;
    margin-left: 20px;
}
.scenarios-transparent-btn2:hover,
.scenarios-transparent-btn2:focus,
.scenarios-transparent-btn2:active{
    color: #666;
    border: 1px solid #666;
}
.scenarios-btn-row {
    margin-bottom: 10px;
}
.scenarios-widget-body .dataTables_filter {
    left: 40% !important;
    top: -57px !important;
}
.scenarios-widget-body .widget-body-toolbar {
    display: none !important;
}

.scenarios-widget-body .dataTables_scrollHead .dataTables_scrollHeadInner {
    width: 100% !important;
}
.scenarios-widget-body .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable {
    width: 100% !important;
    table-layout: auto !important;
}
.scenarios-widget-body #dt_basic-table {
    table-layout: auto;
}
.scenarios-widget-body .dataTables_scroll {
    padding-left: 15px;
}
.scenarios-widget-body .dataTables_scroll .dataTables_scrollHead {
    width: 100% !important;
    overflow: hidden !important;
    margin-top: 15px;
}
.scenarios-widget-body .dataTables_scroll .dataTables_scrollBody {
    width: 100% !important;
    padding-right: 0 !important;
}
/* .scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(7){
    width: 8% !important;
}
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(8){
    width: 8% !important;
} */
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(1),
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(3) {
    width: 13.6% !important;
    padding-left: 0 !important;
}
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(2) {
    width: 23.3% !important;
    padding-left: 0 !important;
}
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(4),
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(5),
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(6) {
    width: 10.5% !important;
    padding-left: 0 !important;
}
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(7),
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(8) {
    width: 9% !important;
}
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(1),
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(3) {
    width: 13.6% !important;
    padding-left: 3px !important;
}
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(2) {
    width: 23.3% !important;
    padding-left: 3px !important;
}
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(4),
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(5),
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(6) {
    width: 10.5% !important;
    padding-left: 3px !important;
}
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(7),
.scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(8) {
    width: 9% !important;
}

.scenarios-widget-body .scenario-listing tr td {
    word-break: break-word;
    padding-left: 10px;
    font-size: 13.5px;
}
.scenarios-widget-body .dataTables_scrollHeadInner table thead tr th:nth-child(3){
    text-align: center;
}
.scenarios-widget-body .scenario-listing tr td:nth-child(3){
    text-align: center;
}
.scenarios-widget-body .scenario-listing tr td .scenarios-edit-btn {
    border: none;
    box-shadow: none;
}

.market-well {
    border: none !important;
}
.market-well .market-content1 {
    padding: 0 !important;
    margin-bottom: 0 !important;
}
.market-p {
    padding-bottom: 0 !important;
}
.market-up-btn,
.market-down-btn2 {
    background: #1a7775!important;
    width: 245px;
    height: 43px;
    border-radius: 50px !important;
    font-size: 15px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 10px 16px !important;
    margin-right: 0;
    margin-left: 15px;
}
.market-up-btn:hover,
.market-down-btn2:hover,
.market-up-btn:active,
.market-down-btn2:active,
.market-up-btn:focus,
.market-down-btn2:focus {
    color: #fff;
}
.market-down-btn1 {
    background: transparent !important;
    width: 244px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 15px;
    color: #666;
    border: 1px solid #666;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 10px 16px !important;
    margin-right: 0;
    margin-left: 15px;
}
.market-down-btn1:hover,
.market-down-btn1:focus,
.market-down-btn1:active{
    color:black;
    border: 1px solid black;
}
.market-btns-row #myTab1 li a {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 15px !important;

}
.market-btns-row #myTab1 .active a {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 4px solid #666 !important;
    margin-bottom: 10px !important;
}
.market-btns-row #myTab1 .active a:active {
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.market-widget-body {
    padding-left: 15px;
    padding-top: 15px;
}
.market-widget-body .market-table {
    table-layout: auto;
}
.market-widget-body .market-table thead tr th:nth-child(3),
.market-widget-body .market-table thead tr th:nth-child(4){
    width: 22.55%;
    padding-left: 0;
}
.market-widget-body .market-table thead tr th:nth-child(1) {
    width: 13.6%;
    padding-left: 0;
}
.market-widget-body .market-table thead tr th:nth-child(2) {
    width: 23.3%;
    padding-left: 0;
}
.market-widget-body .market-table thead tr th:nth-child(6),
.market-widget-body .market-table thead tr th:nth-child(7){
    width: 9%;
    display: none;
}

.market-widget-body .market-table tbody tr td:nth-child(3),
.market-widget-body .market-table tbody tr td:nth-child(4){
    width: 22.55%;
    padding-left: 3px;
    font-size: 13.5px;
}
.market-widget-body .market-table tbody tr td:nth-child(1) {
    width: 13.6%;
    padding-left: 3px;
    font-size: 13.5px;
}
.market-widget-body .market-table tbody tr td:nth-child(2) {
    width: 23.3%;
    padding-left: 3px;
    font-size: 13.5px;
}
.market-widget-body .market-table tbody tr td:nth-child(5),
.market-widget-body .market-table tbody tr td:nth-child(6){
    width: 9%;
    padding-left: 10px !important;
}
.keywords-btns-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: #f1f1f1;
}
.keywords-btns-col {
    margin: 30px 0 10px 0 !important;
}
.keywords-btns-col h2 {
    margin: 10px 0 0 0 !important;
    font-weight: bold;
}
.keywords-btns-div {
    display:flex;
    justify-content: flex-end;
}
.kw-widget {
    margin: 0 !important;
    padding: 15px 0 0 15px !important;
}
.kw-table {
    table-layout: auto !important;
}
.kw-table thead tr th:nth-child(1),
.kw-table thead tr th:nth-child(2),
.kw-table thead tr th:nth-child(3),
.kw-table thead tr th:nth-child(4),
.kw-table thead tr th:nth-child(5),
.kw-table thead tr th:nth-child(6),
.kw-table thead tr th:nth-child(7),
.kw-table thead tr th:nth-child(8) {
    padding-left: 0;
    width: 10.25% !important;
    vertical-align: top;
}
.kw-table thead tr th:nth-child(9),
.kw-table thead tr th:nth-child(10) {
    width: 9% !important;
}
.kw-table tbody tr td:nth-child(1),
.kw-table tbody tr td:nth-child(2),
.kw-table tbody tr td:nth-child(3),
.kw-table tbody tr td:nth-child(4),
.kw-table tbody tr td:nth-child(5),
.kw-table tbody tr td:nth-child(6),
.kw-table tbody tr td:nth-child(7),
.kw-table tbody tr td:nth-child(8) {
    padding-left: 3px;
    width: 10.25% !important;
}
.kw-table tbody tr td:nth-child(9),
.kw-table tbody tr td:nth-child(10) {
    width: 9% !important;
    padding-left: 10px !important;
}
.kw-td-graph {
    display:flex !important;
    justify-content: center !important;
    margin: 0 auto;
}
.kw-td-graph #kwGraph {
    margin-right: 15px;
}
.kw-td-graph a {
    background: none;
    border: none;
    box-shadow: none;
}
.kw-row {
    text-align: center;
    padding-bottom: 15px;
}
.kw-row a h2 {
    margin: 0 ;
    line-height: none ;
    font-size: 19px ;
    font-weight: normal;
}
.kw-row .kw-row-btn1 {
    width: 60%;
    height: 50px;
    padding: 10.5px 16px !important;
}
.market-well .kw-row2 {
    text-align: center;
    padding: 15px 0 !important;
}
.kw-row2 a h2 {
    margin: 0 ;
    line-height: none ;
    font-size: 19px ;
    font-weight: normal;
}
.kw-row2 .kw-row-btn2 {
    height: 70px;
    padding: 9px 16px !important;
}
.kw-widget .dataTables_wrapper table.table thead th {
    white-space: normal !important;
}
.kw-widget .dataTables_scroll .dataTables_scrollHead,
.kw-widget .dataTables_scroll .dataTables_scrollHeadInner {
    width: 100% !important;
}
.scenarios-link-row {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scenarios-link-row a {
    font-size: 15px;
    color: black;
}
.scenarios-link-row a:hover,
.scenarios-link-row a:active,
.scenarios-link-row a:hover {
    color: #999;
}


/* MEDIA QUERIES SCENARIOS */

@media (max-width:1500px){
    .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(4),
    .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(5),
    .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(6) {
        text-align:center;
    }
    .market-widget-body .market-table tbody tr td:nth-child(3){
        padding-left: 43px;
    }
    .market-widget-body .market-table tbody tr td:nth-child(4){
        text-align:left;
        padding-left: 0;
    }
}
@media (max-width: 1400px) {
    /* .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(2) {
        padding-left: 22px !important;
    } */
    .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(3) {
        padding-left: 23px;
    }
    .scenarios-widget-body .dataTables_scrollBody table tbody tr td:nth-child(5) {
        text-align:right;
    }
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(2),
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(3),
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(4),
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(5),
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(6),
    .kw-widget .dataTables_wrapper table tbody tr td:nth-child(7) {
        padding-left: 15px !important;
    }
}
@media (max-width:1320px) {
    .market-widget-body .market-table thead tr th {
        vertical-align: top;
    }
    .scenarios-widget-body table thead tr th{
        font-size: 17px;
    }
    .scenarios-widget-body table tbody tr td {
        font-size: 11px !important;
    }
    .scenarios-green-btn2 i,
    .scenarios-white-btn1 i {
        display: none;
    }
    .scenarios-green-btn2,
    .scenarios-white-btn1 {
        width: 90px;
        font-size: 12px;
    }
    .scenarios-green-btn1,
    .scenarios-transparent-btn1 {
        width: 180px;
        font-size: 12px;
        padding: 12px 16px;
    }
    .market-table thead tr th{
        font-size: 17px;
    }
    .market-table tbody tr td {
        font-size: 11px !important;
    }
    .market-up-btn,
    .market-down-btn1,
    .market-down-btn2 {
        width: 180px;
        font-size: 12px;
        padding: 12px 16px !important;
    }
    .kw-widget table thead tr th{
        font-size: 17px !important;
    }
    .kw-widget table tbody tr td {
        font-size: 11px;
    }
    .market-btns-row {
        margin-bottom: 7px;
    }
    .keywords-btns-col h2,
    .market-btns-row li a {
        font-size: 20px !important;
    }
    .kw-table thead tr th{
        font-size: 17px !important;
    }
    .kw-table tbody tr td {
        font-size: 11px;
    }
    .kw-row a h2 {
        font-size: 17px ;
    }
    .kw-row .kw-row-btn1 {
        width: 50%;
        height: 40px;
        padding: 7px 16px !important;
    }
}

@media (max-width:1180px) {
    .scenarios-widget-body table thead tr th {
        font-size: 12px !important;
    }
    .scenarios-green-btn2,
    .scenarios-white-btn1 {
        width: 65px;
    }
}
@media (max-width:850px) {
    .scenarios-widget-body table tbody tr td:nth-child(3),
    .scenarios-widget-body table tbody tr td:nth-child(4),
    .scenarios-widget-body table tbody tr td:nth-child(5),
    .scenarios-widget-body table tbody tr td:nth-child(6) {
        text-align: right !important;
    }
    .scenarios-link-row {
        z-index: 999;
    }
}
@media (max-width: 768px) {
    .keywords-btns-col {
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .keywords-btns-col h2 {
        text-align: center;
    }
    .keywords-btns-col .keywords-btns-div {
        flex-direction: column;
    }
    .market-up-btn,
    .market-down-btn1,
    .market-down-btn2 {
        margin-top: 5px;
    }
    .scenarios-widget-body .dataTables_scroll .dataTables_scrollHead {
        overflow: unset !important;
    }
    .scenarios-widget-body .dataTables_scroll .dataTables_scrollBody {
        overflow: unset !important;
        height: auto !important;
    }
    .market-table thead {
        display: block;
    }
    .market-table thead tr th {
        font-size: 14px;
    }
    .kw-widget .dataTables_scrollHead {
        overflow: initial !important;
    }
    .kw-widget table thead tr th {
        font-size: 16px !important;
    }
}



/* STUDENT WORK */

/* Marketing Planner Work */
.student-main-sidenav {
    background: url("../img/themes-backgrounds/bg_blue.svg") no-repeat;
}
@media(min-width: 1920px){
    #main-sidenav {
        background-size: contain;
    }
}
.planner-well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}
.planner-h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.planner-top-col {
    margin-bottom: 10px;
}
.planner-top-navs {
    width: 33.3333%;
    display: flex;
    justify-content: space-between;
}
.planner-top-navs li {
    display:flex;
    flex-grow:1;
    justify-content: center;
}
.planner-top-navs li a:hover,
.planner-top-navs li a:active,
.planner-top-navs li a:focus {
    background-color: transparent;
    color: #fff !important;
}

.planner-top-navs li a{
    color: #E3E3E3 !important;
    font-size: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.planner-top-navs li.active a{
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width:7px !important;
}
.planner-nav {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background-color: transparent;
}

.planner-text-tab2 {
    width: 100% !important;
    background: #fff;
    padding: 0 22px;
    height: 226px;
    margin-top: 2px;
    border-radius: 0;
    box-shadow: 0px 0px 14px #0000001F;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.planner-text-tab2 h5 {
    color: black;
    font-weight: bold !important;
    font-size: 20px;
    margin-bottom: 10px !important;
}
.planner-text-tab2 p {
    color: #666;
    font-weight: 500 !important;
    font-size: 13.2px;
}
.planner-text-tab2 .planner-btn1 {
    /*margin: 20px 30% !important;*/
    background: #6A74F8 !important;
    width: 45%;
    border-radius: 50px !important;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 12px #00000029;
}
.planner-buttons-holder {
    display: flex;
    margin-bottom: 20px;
    overflow: auto;
}
.planner-btn1-left {
    margin-right: 10px;
}
.planner-col1-1 .planner-new-plan-btn {
    background: #fff !important;
    width: 200px;
    height: 43px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666 !important;
    padding: 10px 16px !important;
    float: right;
    margin-bottom: 14px;
    box-shadow: 0px 3px 12px #00000029;
}
.planner-btn2 {
    background: #6A74F8 !important;
    width: 140px;
    border-radius: 50px !important;
    border: 1px solid transparent;
    color: #fff;
}
.planner-new-plan-btn:hover,
.planner-new-plan-btn:focus {
    color: #fff;
}
.planner-btn1:hover,
.planner-btn2:hover,
.planner-btn1:focus,
.planner-btn2:focus {
    border: 1px solid transparent;
    color: #fff;
}
.planner-btn3 {
    background: #fff !important;
    width: 140px;
    border-radius: 50px !important;
    border: 1px solid black;
    color: black;
}
.planner-btn3:hover,
.planner-btn3:focus {
    color: black;
    border: 1px solid black;
}
.planner-col3 {
    background-color: #fff;
}
.planner-content-row3 {
    margin: 0 !important;
}
.planner-content-row4 {
    margin: 15px 0 0 0 !important;
}
.planner-markets-title {
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
    margin: 5px 0;
}
.planner-col3-subcol .planner-markets {
    width: 60%;
    border-radius: 3px !important;
    padding: 6px 14px !important;
}
.planner-markets:active,
.planner-markets:focus {
    border-color: #E3E3E3;
}
.planner-col3-subcol div h5 {
    width: 80%;
    margin-top: 10px;
}
.planner-col3-subcol .planner-notes {
    margin: 0 auto auto;
    height: 120px !important;
    border-radius: 3px !important;
    padding: 10px 12px;
    font-size: 13px;
    border-color: #E3E3E3 !important;
}
.planner-col3-subcol .planner-notes::placeholder {
    color: #AEAEAE !important;
}
.planner-col3-subcol .planner-suggestions h4 {
    margin: 15px 0 10px 0 !important;
    font-size: 13px;
    font-weight: bold;
}
.planner-col3-subcol .planner-suggestions p {
    font-size: 13px;
    color: #AEAEAE;
    font-style: italic;
}
.planner-col3-subcol .planner-suggestions p:first-child {
    color: black;
    font-style: initial;
    font-weight: bold;
    margin-top: 10px;
}
.planner-col3-subcol .planner-pad1 {
    padding-left: 30px;
}
.planner-col3-subcol .planner-pad2 {
    padding-right: 30px;
    margin-top: 15px;
    border-left: 1px solid #E3E3E3;
}
.planner-table3 .highcharts-subtitle tspan{
    color: #AEAEAE !important;
}
.planner-col1-1 .planner-table2 {
    margin-top: 15px;
}
.planner-table1 svg,
.planner-table2 svg {
    box-shadow: 0px 0px 14px #0000001F;
    width: 100%;
}
.planner-table1 svg {
    margin: 0;
}
.planner-table2 .highcharts-container,
.planner-holder .highcharts-container {
    width: 100% !important;
}
.planner-col-xx {
    margin-top: 10px;
}

@media(max-width:500px) {
    .planner-col1-1 .planner-new-plan-btn {
        height: 35px;
        padding: 8px 16px !important;
    }
}

/* New Plan Modal */

.new-plan-modal-dialog .new-plan-modal-content {
    padding: 0 !important;
    height: 700px;
    overflow-x: hidden;
    width: 80% !important;
    margin: 60px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}
.new-plan-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.new-plan-modal-content .new-plan-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 10px 0px !important;
}
.new-plan-modal-header h4,
.new-plan-modal-header p {
    font-size: 20px;
    color: #666;
}
.new-plan-modal-header button {
    display: inline-block;
    color: black;
    margin: 0 0 0 95%;
    float: none;
    position: relative;
    bottom: 60px;
}
.new-plan-modal-body {
    padding: 0 !important;
}
.planner-table3 .highcharts-container {
    width: 100%;
}
.new-plan-modal-footer {
    display: flex;
    justify-content:space-evenly;
    margin: 350px 0 20px 0;
    border: none;
}

/* Planner PDF Modal */

.planner-pdf-modal-dialog .planner-pdf-modal-content {
    padding: 0 !important;
    height: 600px;
    overflow-x: hidden;
    width: 80% !important;
    margin: 60px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}
.planner-pdf-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.planner-pdf-modal-content .planner-pdf-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 20px 0px !important;
    margin-bottom: 20px;
}
.planner-pdf-modal-header h4 {
    font-weight: bold;
    font-size: 20px;
}
.planner-pdf-modal-header button {
    position: relative;
    bottom: 40px;
    right: 20px;
}
.planner-pdf-modal-body .pdfobject {
    border-radius: 10px;
}
.planner-pdf-modal-footer {
    display: flex;
    justify-content: center;
    margin: 20px 0 !important;
    border: none;
}

/* Delete Plans Confirm Modal */

.plans-confirm-modal-dialog .plans-confirm-modal-content,
.arch-confirm-modal-dialog .arch-confirm-modal-content,
.clone-confirm-modal-dialog .clone-confirm-modal-content,
.arch-confirm-modal-dialog2 .arch-confirm-modal-content2,
.settings-confirm-modal-dialog .settings-confirm-modal-content,
.part-confirm-modal-dialog .part-confirm-modal-content,
.scen-confirm-modal-dialog .scen-confirm-modal-content,
.scen-market-confirm-modal-dialog .scen-market-confirm-modal-content,
.scen-keywords-confirm-modal-dialog .scen-keywords-confirm-modal-content {
    padding: 0 !important;
    height: 192px;
    overflow-x: hidden;
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: auto;
    padding-bottom: 0 !important;
}
.plans-confirm-modal-dialog .plans-confirm-modal-content {
    height: 196px;
}
.settings-confirm-modal-dialog .settings-confirm-modal-content,
.part-confirm-modal-dialog .part-confirm-modal-content {
    width: 30% !important;
}
.part-confirm-modal-dialog .part-confirm-modal-content {
    height: 200px;
}
.plans-confirm-modal-dialog,
.arch-confirm-modal-dialog,
.clone-confirm-modal-dialog,
.arch-confirm-modal-dialog2,
.settings-confirm-modal-dialog,
.part-confirm-modal-dialog,
.scen-confirm-modal-dialog,
.scen-market-confirm-modal-dialog,
.scen-keywords-confirm-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.plans-confirm-modal-content .plans-confirm-modal-body,
.arch-confirm-modal-content .arch-confirm-modal-body,
.clone-confirm-modal-content .clone-confirm-modal-body,
.arch-confirm-modal-content2 .arch-confirm-modal-body2,
.settings-confirm-modal-content .settings-confirm-modal-body,
.part-confirm-modal-content .part-confirm-modal-body,
.scen-confirm-modal-content .scen-confirm-modal-body,
.scen-market-confirm-modal-content .scen-market-confirm-modal-body,
.scen-keywords-confirm-modal-content .scen-keywords-confirm-modal-body {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 10px 0px !important;
}
.plans-confirm-modal-body h4,
.arch-confirm-modal-body h4,
.clone-confirm-modal-body h4,
.arch-confirm-modal-body2 h4,
.settings-confirm-modal-body h4,
.part-confirm-modal-body h4,
.scen-confirm-modal-body h4,
.scen-market-confirm-modal-body h4,
.scen-keywords-confirm-modal-body h4 {
    font-size: 20px;
    color: #666;
}
.plans-confirm-modal-body button,
.arch-confirm-modal-body button,
.clone-confirm-modal-body button,
.arch-confirm-modal-body2 button,
.settings-confirm-modal-body button,
.part-confirm-modal-body button,
.scen-confirm-modal-body button,
.scen-market-confirm-modal-body button,
.scen-keywords-confirm-modal-body button {
    display: inline-block;
    color: black;
    margin: 0 0 0 92%;
    float: none;
    position: initial;
    bottom: 60px;
}
.plans-confirm-modal-footer,
.arch-confirm-modal-footer,
.clone-confirm-modal-footer,
.arch-confirm-modal-footer2,
.settings-confirm-modal-footer,
.part-confirm-modal-footer,
.scen-confirm-modal-footer,
.scen-market-confirm-modal-footer,
.scen-keywords-confirm-modal-footer {
    display: flex;
    justify-content:space-evenly;
    border: none;
    margin: 20px 0 !important;
}
.confirm-modal-cancel-btn,
.arch-modal-cancel-btn,
.clone-modal-cancel-btn,
.arch-modal-cancel-btn2,
.settings-modal-ok-btn,
.part-modal-cancel-btn,
.scen-modal-cancel-btn,
.scen-market-modal-cancel-btn,
.scen-keywords-modal-cancel-btn {
    width: 160px;
    margin: 0 auto;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #666;
    padding: 6px 16px;
    color: #666;
}
.confirm-modal-ok-btn,
.arch-modal-ok-btn,
.clone-modal-ok-btn,
.arch-modal-ok-btn2,
.part-modal-ok-btn,
.scen-modal-ok-btn,
.scen-market-modal-ok-btn,
.scen-keywords-modal-ok-btn {
    background: #5C67F6;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 6px 16px;
}
.arch-modal-ok-btn,
.clone-modal-ok-btn,
.arch-modal-ok-btn2,
.part-modal-ok-btn,
.scen-modal-ok-btn,
.scen-market-modal-ok-btn,
.scen-keywords-modal-ok-btn {
    background: #1a7775;
}
.confirm-modal-ok-btn:hover,
.confirm-modal-ok-btn:focus,
.arch-modal-ok-btn:hover,
.arch-modal-ok-btn:focus,
.clone-modal-ok-btn:hover,
.clone-modal-ok-btn:focus,
.arch-modal-ok-btn2:hover,
.arch-modal-ok-btn2:focus {
    color: #fff;
    border: 1px solid #fff;
    background: #5C67F6;
}
.arch-modal-ok-btn:hover,
.arch-modal-ok-btn:focus,
.clone-modal-ok-btn:hover,
.clone-modal-ok-btn:focus,
.arch-modal-ok-btn2:hover,
.arch-modal-ok-btn2:focus,
.part-modal-ok-btn:hover,
.part-modal-ok-btn:focus,
.scen-modal-ok-btn:hover,
.scen-modal-ok-btn:focus,
.scen-market-modal-ok-btn:hover,
.scen-market-modal-ok-btn:focus,
.scen-keywords-modal-ok-btn:hover,
.scen-keywords-modal-ok-btn:focus {
    background: #1a7775;
    color: #fff;
}
.confirm-modal-cancel-btn:hover,
.confirm-modal-cancel-btn:focus,
.arch-modal-cancel-btn:hover,
.arch-modal-cancel-btn:focus,
.clone-modal-cancel-btn:hover,
.clone-modal-cancel-btn:focus,
.arch-modal-cancel-btn2:hover,
.arch-modal-cancel-btn2:focus,
.settings-modal-ok-btn:hover,
.settings-modal-ok-btn:focus,
.part-modal-cancel-btn:hover,
.part-modal-cancel-btn:focus,
.scen-modal-cancel-btn:hover,
.scen-modal-cancel-btn:focus,
.scen-market-modal-cancel-btn:hover,
.scen-market-modal-cancel-btn:focus,
.scen-keywords-modal-cancel-btn:hover,
.scen-keywords-modal-cancel-btn:focus {
    color: #666;
    border: 1px solid #666;
    background: #fff;
}


.planner-table1 .highcharts-container {
    width: 100% !important;
}

/* MAIN MARGIN ON MOBILES */

@media (max-width: 1170px) {
    /* .planner-col1-1 {
        margin-top: 155px;
    } */
    .planner-top-navs li a{
        font-size: 14px !important;
    }
    .planner-top-navs li.active a{

        font-size: 16px !important;
    }
    .planner-text-tab2 {
        overflow: auto;
    }
}
@media (max-width: 993px) {
    .planner-nav {
        box-shadow: none;
    }
    .planner-col1-1 {
        margin-top: 20px;
    }
    .planner-col1 {
        padding-left: 16px !important;
    }
    .planner-col1-1, .planner-col2-2 {
        padding-left: 13px !important;
    }
    .planner-col3-subcol .planner-pad2 {
        border-left: none;
        padding-right: 13px;
    }
    .planner-notes {
        width: 96%;
    }
    .planner-top-navs {
        width: 100%;
    }
    .planner-text-tab2 {
        overflow: hidden;
    }
    .planner-new-plan-btn {
        float: initial;
    }
    .planner-h1 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #main {
        margin-left: 60px !important;
    }
    .planner-col3-subcol .planner-suggestions h4 {
        margin-top: 25px !important;
    }
    .planner-table3 {
        margin-top: 25px !important;
    }
    .planner-col1-1 {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .planner-suggestions {
        text-align: center;
    }
    .new-plan-modal-footer {
        flex-direction: column;
        align-items: center;
    }
    .new-planner-btn2 {
        margin-left: 0;
        margin-top: 5px;
    }
    .new-plan-modal-dialog .new-plan-modal-content,
    .planner-pdf-modal-dialog .planner-pdf-modal-content {
        width: 100% !important;
        margin: 60px auto 0 auto !important;
    }
    .plans-confirm-modal-dialog .plans-confirm-modal-content,
    .arch-confirm-modal-dialog .arch-confirm-modal-content,
    .clone-confirm-modal-dialog .clone-confirm-modal-content,
    .arch-confirm-modal-dialog2 .arch-confirm-modal-content2,
    .settings-confirm-modal-dialog .settings-confirm-modal-content,
    .part-confirm-modal-dialog .part-confirm-modal-content,
    .scen-confirm-modal-dialog .scen-confirm-modal-content,
    .scen-market-confirm-modal-dialog .scen-market-confirm-modal-content,
    .scen-keywords-confirm-modal-dialog .scen-keywords-confirm-modal-content {
        width: 80% !important;
        height: 220px;
    }
    .plans-confirm-modal-body button {
        margin: 0 0 0 90%;
    }
    .market-tabs .market-well {
        padding: 0 !important;
    }
    .planner-buttons-holder {
        flex-direction: column;
        align-items: center;
    }
    #stud-planner-case {
        height: auto;
    }
    .planner-btn1-left {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .planner-table1 {
        margin-top: 620px !important;
    }
}
@media (max-width: 500px) {
    #main {
        margin-left: 70px !important;
    }
    .planner-col1 header h2 {
        font-size: 18px;
    }
    .planner-text-tab2 h5 {
        font-size: 18px;
    }
    .planner-col3-subcol div h5 {
        font-size: 14px;
    }
    .new-plan-modal-dialog .new-plan-modal-content {
        height: 550px;
    }
    .planner-text-tab2 .planner-btn1 {
        width: auto;
    }
}
@media (max-height: 685px) {
    .planner-pdf-modal-dialog .planner-pdf-modal-content {
        height: 550px;
    }
}
@media (max-width: 365px) {
    .planner-top-navs {
        display: flex;
        justify-content: center;
    }
    .planner-top-navs li {
        padding-right: 15px !important;
    }
    .planner-top-navs li a {
        font-size: 12px !important;
    }
    .planner-top-navs li.active a {
        font-size: 14px !important;
    }
}

/* PLANNER - PLANS TAB Work */

.plans-row1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: #fff;
    box-shadow: 0px 0px 14px #0000001F;
}
.plans-table-title {
    font-weight: bold;
    font-size: 21px;
    margin: 0 0 10px 15px;
}
#plans-table thead tr th:first-child {
    padding-left: 15px;
}
#plans-table tbody tr td:first-child {
    padding-left: 19px;
}
#plans-table tbody tr td {
    font-size: 14px;
    word-break: break-all;
}
#plans-table thead tr th:nth-child(4),
#plans-table tbody tr td:nth-child(4) {
    text-align: center;
}
#plans-table thead tr th:nth-child(5),
#plans-table thead tr th:nth-child(6) {
    padding-left: 40px;
}
#plans-table .notes-td {
    word-break:break-word;
}
.plans-white-btn1,
.plans-white-btn2 {
    background: #fff !important;
    width: 160px;
    margin: 0 auto;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 6px 16px !important;
}

.plans-white-btn1:hover,
.plans-white-btn2:hover,
.plans-white-btn1:active,
.plans-white-btn2:active,
.plans-white-btn1:focus,
.plans-white-btn2:focus {
    border: 1px solid #999;
    color: #666;
    box-shadow: none;
}
.plans-modal-btn {
    background: #fff !important;
    width: 160px;
    margin: 0 auto;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 6px 16px !important;
}
.plans-modal {
    right: 0 !important;
    width: 100%;
}
.plans-modal-content {
    width: 80% !important;
    height: 500px;
    overflow:auto;
    margin: 60px auto 0 auto !important;
}
.plans-modal-content .modal-header h4,
.plans-modal-content .modal-header p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
}
.plans-modal-content .modal-footer {
    text-align: center;
    border: none;
    margin: 0 0 10px 0 !important;
}
.plans-modal-img {
    width: 100%;
}

/* PLANNER - VIEW TAB Work */

.planner-view-row {
    margin-left: 0;
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px #0000001F;
}
.planner-view-cont {
    padding: 0;
    /*max-height: 500px;*/
    background: #fff;
    border-right: 1px solid #E3E3E3;
    /*overflow-y: auto;
    overflow-x: hidden;*/
}
.planner-view-sub {
    font-weight: bold;
    font-size: 16px;
    padding-left: 25px;
    display: inline-block;
}
.planner-view-sub span {
    font-style: italic;
}
.planner-view-sub2 {
    padding-left: 15px;
    border-left: 5px solid;
    margin: 10px 0 0 0;
}
.planner-view-sub2 img {
    border-radius: 50%;
    margin-right: 10px;
}
.planner-view-sub2 span b {
    font-size: 14px;
}
.planner-view-sub3 {
    width: 100%;
    padding-left: 94px;
    padding-right: 10px;
}
.planner-view-sub3 h4 {
    font-size: 16px;
    font-weight: bold !important;
    color: #666;
}
.planner-view-sub3 p {
    width: 100%;
    word-break: break-word;
}
.planner-view-sub3 p .planner-view-prod-desc {
    margin: 10px 0;
    color: #999;
}
.planner-view-sub3 p .planner-view-prod-desc i {
    font-weight: bold;
    font-size: 14px;
    color: #666;
}
.planner-view-chart {
    background: #fff;
}

/* End Market Planner Work */

/* Start Market Planner VIEW Media Queries */
@media (max-width: 990px) {
    .plans-modal-content .modal-header .modal-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .plans-table-title {
        text-align: center;
    }
    .plans-tablex tbody tr {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-bottom: 1px solid #e3e3e3;
        border-radius: 0;
        text-align: center;
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .planner-top-navs {
        margin: 0;
    }
    .planner-view-row {
        margin-right: 0;
    }
    .planner-view-cont {
        height: auto;
    }
}
/* End Market Planner VIEW Media Queries */


/* WEB Work */

/* Web right content */

.web-body-content {
    margin-bottom: 0 !important;
}
.web-content-sidebar {
    padding-top: 10px;
}
.web-content-graph {
    background: #141F3D;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.web-content-graph .highcharts-button-symbol {
    stroke: #fff !important;
}
.web-content-graph .highcharts-button-box {
    fill: transparent !important;
}
.web-content-graph text {
    color: #fff !important;
    fill: #fff !important;
}
.web-content-score {
    background: #141F3D;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 0;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.web-content-score .web-content-page-score {
    color: #fff;
    width: 60% !important;
}
.web-content-score .web-content-page-more {
    font-style: italic;
    color: #fff;
}
.web-content-score .web-content-page-more:hover {
    color: #999;
}
.web-content-score .web-content-progress-bar {
    border-radius: 10px !important;
}
.web-content-score .web-content-colored-bar {
    background-color: #6A74F8 !important;
}
.web-content-link-tab {
    background-color: #fff !important;
    border-radius: 15px !important;
    padding-bottom: 20px !important;
}
.web-content-link-tab #ads_linked h1 {
    font-weight: bold;
    font-size: 20px !important;
    color: #666;
    margin-left: 10px !important;
    margin-bottom: 0 !important;
}
.web-content-link-tab #ads_linked .paid {
    line-height: 1.6;
    padding: 0 2px;
}
.web-content-link-tab #ads_linked .paid .paid_desc,
.web-content-link-tab #ads_linked .paid .paid_right,
.web-content-link-tab #ads_linked .paid .paid_right strong {
    font-size: 15px;
    color: #666;
}
.web-content-link-tab #ads_linked .paid .paid_title {
    font-size: 15px;
    color: #26a5a5;
}
.web-content-link-tab .paid_results {
    background: transparent;
    border: none !important;
    margin-top: 0 !important;
}
.web-content-link-tab .web-content-btn {
    background: #5C67F6 !important;
    width: auto !important;
    margin: auto !important;
    display: table;
    height: 42px !important;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #fff;
    padding: 10px 16px !important;
}
/* End Web right content */

/* Web Home */

.web-home-toolbar {
    width: 100%;
    margin-left: 0;
    background: #fff !important;
    border: none !important;
    border-radius: 5px !important;
}
.web-home-bar {
    width: 100%;
    display: flex;
}
.web-home-toolbar-tab1 {
    display: contents;
    width: 10%;
}
.web-home-toolbar-tab1 a i {
    font-size: 15px !important;
}
.web-home-toolbar-tab1 .web-home-btn {
    display: inline-block;
    font-size: 18px !important;
}
.web-home-toolbar-tab2 {
    width: 35% !important;
    margin-right: 5px;
}
.web-home-toolbar-tab2 select {
    border-radius: 25px !important;
    background: #f1f1f1;
    border: none;
}
.web-home-toolbar-tab3 {
    width: 30%;
}
.web-home-toolbar-tab3 #kw_search {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    background: #f1f1f1;
    border: none;
    box-shadow: none;
}
.web-home-toolbar-tab3 #search-icon {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background: #f1f1f1 !important;
    border: none;
}
.web-home-toolbar-tab4 {
    width: 25%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#stud-web-checkstats .web-home-color-btn1 {
    box-shadow: none;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin: 0 0 4.5px 0 !important;
}
.web-home-body-row {
    background: #fff;
}
.web-home-body-row .web-home-team-header {
    margin-top: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}
.web-home-team-header .ws_header_logo {
    margin-left: 40px;
}
.web-home-team-display {
    display: flex;
    width: 80px;
    height: 80px;
    /* border: 2px solid red; */
    overflow: hidden;
    /* background-size: contain; */
    /* background-position: center; */
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 45%;
    flex-direction: row;
}
.web-home-team-img {
    height: 100%;
}
/* .web-home-desc-title1 {
        margin-left: 70px;
        text-align: center;
    }
    .web-home-desc-title1 textarea{
        width: 40% !important;
        color: #666 !important;
        margin-top: 65px !important;
        font-size: 36px !important;
        background: none !important;
        height: auto !important;
    } */
.web-home-team-panel {
    margin-left: 55px !important;
    margin-top: 10px !important;
    width: 300px !important;
    height: auto !important;
    word-break: break-word;
}
.web-home-page-btn {
    margin-left: 0 !important;
    margin-right: 55px !important;
    margin-top: 15px !important;
    border-radius: 25px !important;
    width: 250px !important;
    padding: 1px 20px 2px 20px !important;
    height: 44px !important;
}
.web-home-team-motto {
    padding: 0 !important;
    margin-top: 60px;
    border: none !important;
    text-align: center;
    margin-bottom: 10px !important;
}
/* .web-home-team-motto h2 {
        width: 48%;
        margin: 25px 16% 0px 36%;
        font-size: 40px;
        color: #666;
        font-style: italic;
        line-height: 1;
        text-align: left;
    } */
.web-home-team-motto .web-home-motto {
    overflow-y: hidden !important;
    width: 48% !important;
    margin: 25px 6% 0px 46% !important;
    font-size: 40px !important;
    color: black;
    height: 120px !important;
    margin-bottom: 0;
    word-break: break-word;
    overflow: auto !important;
}
.web-home-team-motto .web-home-motto::placeholder {
    font-size:40px !important;
    font-style: italic;
    line-height: 1;
    text-align: left;
    color: #999;
}
.web-home-play1 {
    width: 80% !important;
    margin: 0 10% !important;
    background: #E3E3E3 none repeat scroll 0% 0% !important;
    border-radius: 0px !important;
}
.web-home-description1 {
    margin-bottom: 15px;
    word-break: break-word;
}
.web-home-description1 textarea {
    width: 48% !important;
    margin: 25px 16% 25px 36% !important;
    padding-left: 0 !important;
    word-break: break-word;
    text-align: left !important;
    font-size: 30px !important;
    color: black !important;
    background: none !important;
    height: 100px !important;
    overflow: auto !important;
}
.web-home-description1 textarea::placeholder {
    font-size: 30px;
    color: #AEAEAE;
    line-height: 1;
    color: #999
}
.web-home-product-place {
    border: none !important;
    padding: 0 !important;
    margin: 0 30px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.web-home-product-place .web-product-item {
    margin: 0 0 40px 10%;
}
.web-home-product-place .web-product-item div:nth-child(2) {
    float: none !important;
    height: auto !important;
}
.web-home-products-col h5 {
    margin: 0 !important;
    display: flex;
    margin-left: 30px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    min-height: 60px !important;
}
.web-home-products-col h5:before {
    font-family: 'FontAwesome';
    content: "\f044";
    margin-top: 7px;
    font-size: 21px;
    font-weight: bold;
    color: black;
}
.web-home-products-col h5 textarea {
    border:none !important;
    text-align: left;
    background: none !important;
    font-size: 21px;
    font-weight: bold;
}
.web-home-email {
    padding-left: 30px !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0 !important;
}
.web-home-email-row {
    margin-bottom: 36px !important;
}
.web-home-email h5{
    padding-left: 13px !important;
    color: black;
}
.web-home-email h5 textarea {
    border: none !important;
    background: none !important;
    text-align: left;
    width: 80%;
    font-size: 21px;
    font-weight: bold;
}
.web-home-email h5 i {
    margin-top: 5px;
    font-size: 21px;
}
.web-home-email .web-home-email-col1  h6 {
    color: #AEAEAE;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal !important;
}
.web-home-email .web-home-email-col1  input {
    padding: 7px 0;
    border-radius: 3px;
    border-color: #AEAEAE;
}
.web-home-blue-btn1 {
    background: #5C67F6 !important;
    width: 225px !important;
    margin: 0 auto;
    height: 42px !important;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #fff;
    padding: 6px 16px !important;
    box-shadow: 0px 3px 12px #00000029 !important;
}
.web-home-blog {
    border: none !important;
}
.web-home-blog h5{
    font-size: 21px !important;
    font-weight: bold !important;
    border: none !important;
    color: black !important;
}
.web-home-blog-col .web-home-blog-title {
    border: none !important;
    background: none !important;
    text-align: left !important;
}
.web-home-blog-col .web-home-blog-title::placeholder {
    font-weight: bold;
    font-style: normal !important;
    color: black !important;
    font-size: 15px;
}
.web-home-blog-col {
    padding: 0 !important;
}
.web-home-blog-col .web-home-blog-text {
    border: 1px solid #999;
    border-radius: 3px !important;
    width: 90%;
    overflow: hidden !important;
    font-size: 14px;
    padding: 10px;
}
.web-home-footer-row {
    background: #5C67F6;
    padding: 15px 0px !important;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}
.web-home-footer-builder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: none !important;
    padding: 5px 50px !important;
    margin: 0 !important;
}
.web-home-footer-row div i {
    font-size: 18px;
    color: #fff;
}
.web-home-footer-btn {
    margin-left: 0 !important;
    border-radius: 25px !important;
    width: 250px !important;
    padding: 1px 20px 2px 20px !important;
    height: 42px !important;
}
.color-circle-footer-1 {
    box-shadow: none !important;
    border: none !important;
    background: transparent;
    padding: 0 !important;
    margin-left: 25px !important;
}
.web-home-footer-team {
    display: flex;
}
.web-home-footer-team p {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
    margin: 0;
    overflow: auto;
}
.web-home-footer-logo img {
    width: 70px !important;
    height: 70px !important;
}
.web-home-footer-contact p:nth-child(2),
.web-home-footer-about p:nth-child(2) {
    margin: 0 !important;
}
.web-home-footer-contact h5,
.web-home-footer-about h5 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.web-home-footer-contact p,
.web-home-footer-about p {
    color: #fff;
    font-size: 14px;
}
.web-home-modal,
.web-home-modal2 {
    height: 570px;
    overflow-y: scroll;
}
/* End Web Home */


/* WEB Student*/
.web-toolbar-row {
    width: 100%;
    margin-left: 0;
    background: #fff !important;
    border: none !important;
}
.web-toolbar-bar {
    width: 100%;
    display: flex;
}
.web-toolbar-tab1 {
    width: 10%;
    display: contents;
}
.web-toolbar-tab1 a i {
    font-size: 15px;
}
.web-toolbar-tab1 a .web-home-btn {
    display: inline;
    font-size: 18px !important;
}
.web-toolbar-tab2 {
    width: 50% !important;
    /* margin-right: 1%; */
}
.web-toolbar-tab2 select {
    border-radius: 25px !important;
    background: #f1f1f1;
    border: none;
}
.web-toolbar-tab3 {
    width: 13%;
    margin-left: 2%;
}
.web-toolbar-tab3 #kw_search {
    border-top-left-radius: 15px !important;
    border-bottom-left-radius: 15px !important;
    background: #f1f1f1;
    border: none;
}
.web-toolbar-tab3 #search-icon {
    border-top-right-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    background: #f1f1f1 !important;
    border: none;
    width: auto;
}
.web-toolbar-tab4 {
    width: 25%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
#stud-web-checkstats .toolbar-color-btn1 {
    box-shadow: none;
    border: none !important;
    background: none !important;
}
#webNavCol {
    background: transparent !important;
}
#webNavCol .web-nav-title {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 22px !important;
}
.web-toolbar-tab4 a {
    margin: 0;
    padding: 0 !important;
}
.web-white-btn1 {
    background: #fff !important;
    width: auto;
    margin: 0 auto;
    height: 40px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 6px 16px !important;
    box-shadow: 0px 3px 12px #00000029;
}
.web-white-btn2 {
    background: #fff !important;
    width: 30%;
    margin: 0 auto;
    height: 40px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 6px 16px !important;
    margin-left: 10px;
    box-shadow: 0px 3px 12px #00000029 !important;
}

.web-white-btn1:hover,
.web-white-btn2:hover,
.web-white-btn1:active,
.web-white-btn2:active,
.web-white-btn1:focus,
.web-white-btn2:focus {
    border: 1px solid #999;
    color: #666;
    box-shadow: none;
}
.web-nav-col1 ul {
    padding-left: 13px;
    width: 100%;
}
.web-nav-col1 ul li {
    margin-right: 20px;
}
.web-nav-col1 ul li a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.web-nav-col1 ul li a:hover,
.web-nav-col1 ul li a:focus,
.web-nav-col1 ul li a:active {
    background: none;
    color: #fff !important;
}
.web-nav-col1 ul .active a {
    color: #fff !important;
    font-size: 18px !important;
    border-bottom-width: 7px !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    padding-left: 0;
}
.web-device-tab {
    display: flex;
    justify-content: space-evenly;
}
.web-device-tab li.active {
    margin-bottom: -3px;
}
.web-device-tab  li a {
    color: #fff !important;
    padding: 9px 16px;
    border-bottom: none !important;
    background: #6A74F8 !important;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
    margin: 0 !important;
}
.web-device-tab  li a .fa {
    opacity: 1 !important;
}
.web-device-tab li.active a {
    color: #999 !important;
}
.web-device-tab li.active {
    background: #fff !important;
    border-top-right-radius: 25px !important;
    border-top-left-radius: 25px !important;
}

.web-device-tab  li a:hover,
.web-device-tab  li a:focus {
    background: none;
}
.web-body-row {
    background: #fff;
}
.web-body-row .web-team-header {
    margin-top: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
}
.web-team-header .ws_header_logo {
    margin-left: 55px !important;
    margin-top: 10px !important;
    font-weight: bold;
    font-size: 26px !important;
}
.web-team-header .ws_header_cta {
    margin-left: 0 !important;
    margin-right: 55px !important;
    margin-top: 15px !important;
    border-radius: 25px !important;
    width: 250px !important;
    padding: 1px 20px 2px 20px !important;
    height: 44px !important;
}
.web-team-header .ws_header_social {
    background: none;
    -webkit-text-fill-color: #fff;
    width: 20%;
    margin-right: 55px;
}
.web-team-header .ws_header_social h5 {
    text-align: right;
    font-weight: bold;
}
.web-team-header .ws_header_social h6 {
    line-height: 1 !important;
}
.web-team-header .ws_header_social h6 textarea::placeholder {
    text-align: right;
}
.web-team-header .ws_header_social h6 textarea {
    border-bottom: 1px solid #fff !important;
    background: none;
}
.web-team-header .ws_header_text {
    background: none;
    margin-right: 55px;
    width: 20%;
}
.web-team-header .ws_header_text h6 textarea::placeholder {
    text-align: right;
}
.web-team-header .ws_header_text h6 textarea {
    background: none;
    border-bottom: 1px solid white;
    -webkit-text-fill-color: #fff;
    line-height: 1.4;
}
.web-team-display {
    display: flex;
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    top: 60%;
    left: 45%;
    flex-direction: row;
}
.web-team-img {
    height: 100%;
}
.web-team-motto {
    padding: 0 !important;
    margin-top: 60px;
    border: none !important;
    text-align: center;
    margin-bottom: 10px !important;
    font-size: 40px;
}
.web-team-motto textarea {
    background: none !important;
    font-size: 30px !important;
    color: #666 !important;
    line-height: 1 !important;
    padding-left: 0 !important;
    width: 80% !important;
}
.web-product-place {
    border: none !important;
    padding: 0 !important;
    margin: 0 30px;
    display: grid;
    grid-template-columns: 50% 50%;
}
.web-product-place .web-product-item {
    margin: 0 0 40px 10%;
}
.web-product-place .web-product-item .ws_pp_med {
    margin-top: 5px;
}
.web-product-place .web-product-item div:nth-child(2) {
    float: none !important;
    height: auto !important;
}
.web-products-col h5 {
    margin: 0 !important;
    display: flex;
    margin-left: 30px !important;
    margin-bottom: 20px !important;
    height: auto !important;
    min-height: 60px !important;
}
.web-products-col h5:before {
    font-family: 'FontAwesome';
    content: "\f044";
    margin-top: 7px;
    font-size: 21px;
    font-weight: bold;
    color: black;
}
.web-products-col h5 textarea {
    border:none !important;
    text-align: left;
    background: none !important;
    font-size: 21px;
    font-weight: bold;
}
.web-email {
    padding-left: 30px !important;
    border: none !important;
    border-right: 1px solid #e3e3e3 !important;
    border-radius: 0 !important;
}

.web-email h5{
    padding-left: 13px !important;
    color: black;
}
.web-email-row {
    margin-bottom: 46px !important;
}
.web-email-row #cont_form {
    height: auto !important;
}
.web-email h5 textarea {
    border: none !important;
    background: none !important;
    text-align: left;
    width: 80%;
    font-size: 21px;
    font-weight: bold;
}
.web-email h5 i {
    margin-top: 5px;
    font-size: 21px;
}
.web-email h6 input[type="text"] {
    width: 80%;
    border-radius: 3px;
    border: 1px solid #AEAEAE !important;
}
.web-email h6 {
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 11px;
    color: #AEAEAE;
    font-weight: normal;
}
.web-email h6 input:first-child {
    order: 1;
}
.web-email h6 input:last-child {
    order: 5;
}
.web-email .ws_small input[type="text"] {
    font-size: 16px;
    padding: 6px 10px 6px 22px;
    height: auto !important;
}
.web-blue-btn1 {
    background: #5C67F6 !important;
    width: 225px !important;
    margin: 0 auto;
    height: 42px !important;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #fff;
    padding: 6px 16px !important;
    box-shadow: 0px 3px 12px #00000029 !important;
}
.web-home-blog .ws_content_pic_gall {
    background: none !important;
}
.web-home-blog .ws_content_pic_gall h6 textarea{
    border: 1px solid #AEAEAE !important;
    height: 140px !important;
    background: none;
    text-align: left;
    padding: 10px 15px;
    border-radius: 5px;
    border-color: #AEAEAE !important;
    width: 85%;
}
.web-home-blog .ws_content_conv_text {
    background: none !important;
}
.web-home-blog .ws_content_conv_text h6 textarea{
    border: 1px solid #AEAEAE !important;
    height: 140px !important;
    background: none;
    text-align: left;
    padding: 10px 15px;
    border-radius: 5px;
    border-color: #AEAEAE !important;
    width: 85% !important;
    overflow: auto !important;
}
.web-home-blog .ws_content_social_box {
    background: none !important;
}
.web-home-blog .ws_content_social_box h6 textarea{
    border: 1px solid black !important;
    height: 140px !important;
    background: none;
    text-align: left;
    padding: 10px 15px;
    border-radius: 5px;
    border-color: #AEAEAE !important;
    width: 85%;
    overflow: auto;
}
.web-home-blog .ws_content_box_1,
.web-home-blog .ws_content_box_2 {
    border: none;
}
.web-home-blog .ws_content_video_box,
.web-home-blog .ws_content_cta_link {
    background: none;
}
.web-home-blog .ws_content_video_box h6 textarea {
    background: none;
    border-bottom: 2px solid #E3E3E3 !important;
    text-align: left;
    padding-left: 0;
    width: 85%;
}
.web-home-blog .ws_content_cta_link h6 select {
    border: 1px solid #AEAEAE;
    margin-left: 0 !important;
    border-radius: 5px !important;
    width: 85% !important;
    padding: 1px 20px 2px 20px !important;
    height: 42px !important;
}
.web-footer-row {
    background: #5C67F6;
    padding: 15px 0px !important;
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
}
.web-footer-builder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: none !important;
    padding: 5px 50px !important;
    margin: 0 !important;
}
.web-footer-builder .ws_footer_social {
    background: none !important;
    -webkit-text-fill-color: #fff;
    width: 20%;
}
.web-footer-builder .ws_footer_social h5 {
    text-align: left;
    font-weight: bold;
}
.web-footer-builder .ws_footer_social h6 {
    line-height: 1 !important;
}
.web-footer-builder .ws_footer_social h6 textarea{
    border-bottom: 1px solid #fff !important;
    background: none;
    text-align: left;
    overflow: auto;
    height: 50px !important;
}
.web-footer-builder .ws_footer_text {
    background: none;
    width: 20%;
}
.web-footer-builder .ws_footer_text h6 textarea::placeholder {
    text-align: left;
}
.web-footer-builder .ws_footer_text h6 textarea {
    background: none;
    border-bottom: 1px solid white;
    -webkit-text-fill-color: #fff;
    line-height: 1.4;
    border-radius: 0px !important;
    padding-left: 0;
    padding-bottom: 0;
    min-height: 0;
    overflow: auto !important;
    height: 50px !important;
}
.web-footer-row div i {
    font-size: 18px;
    color: #fff;
}
.web-footer-btn {
    float: left !important;
    margin-left: 0 !important;
    border-radius: 25px !important;
    width: 250px !important;
    padding: 1px 20px 2px 20px !important;
    height: 42px !important;
}
.color-circle-footer-1 {
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    margin-left: 25px !important;
}
.web-footer-logo {
    display: flex;
    float: right !important;
    order: 4;
    width: auto !important;
}
.web-footer-logo span {
    display: flex;
    align-items: center;
    padding-right: 10px;
    font-size: 18px;
    color: #fff !important;
    font-weight: bold !important;
}
.web-footer-logo img {
    width: 70px !important;
    height: 70px !important;
}
.web-footer-contact p:nth-child(2),
.web-footer-about p:nth-child(2) {
    margin: 0 !important;
}
.web-footer-contact h5,
.web-footer-about h5 {
    font-weight: bold;
    color: #fff;
    font-size: 20px;
}
.web-footer-contact p,
.web-footer-about p {
    color: #fff;
    font-size: 14px;
}
/* End Web Student */


.stud-web-statistics-content,
.stud-web-duplicate-content {
    padding: 0 2px !important;
    height: 400px;
    overflow-x: hidden;
    width: 80% !important;
    margin: 30px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}
.stud-web-duplicate-content {
    height: 200px;
}
.stud-web-statistics-content .stud-web-statistics-header,
.stud-web-duplicate-content .stud-web-duplicate-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 20px 0px !important;
    margin-bottom: 20px;
}
.stud-web-statistics-header h4,
.stud-web-duplicate-header h4 {
    font-weight: bold;
    font-size: 20px;
}
.stud-web-statistics-header button,
.stud-web-duplicate-header button {
    position: relative;
    bottom: 40px;
    right: 10px;
}
.stud-web-duplicate-body div .col-sm-12 {
    text-align: center;
}
.stud-web-duplicate-body div input {
    border-radius: 3px;
    border-color: #aeaeae;
    color: #999;
    padding: 8px;
    border: 1px solid #aeaeae;
    height: 35px;
}
.stud-web-duplicate-btn {
    background: #5C67F6;
    width: 200px;
    height: 38px;
    border-radius: 50px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 16px;
}


/* Start Tablet Student*/
.web-tablet #webTb {
    height: 900px !important;
}
.web-tablet .web-tablet-bg {
    background: none !important;
    width: 95% !important;
    background-color: #f1f1f1 !important;
    border-radius: 5px;
}
.web-tablet .web-toolbar-bar {
    justify-content: space-between;
    align-items: center;
}
.web-tablet .web-toolbar-bar .toolbar-color-btn1 {
    display: flex;
    align-items: center;
    margin: 0 5px 0 0 !important;
}
.web-tablet .web-toolbar-tab1 {
    width: 20%;
}
.web-tablet .web-toolbar-tab2 {
    display: flex;
    position: initial;
    width: 40% !important;
}
.web-tablet .web-toolbar-tab2 select {
    border-radius: 25px !important;
    background-color: #f1f1f1 !important;
    border: none !important;
    height: 35px !important;
}
.web-tablet .web-toolbar-tab3 {
    width: 40%;
    display: none;
}
.web-tablet .web-toolbar-tab3 #kw_search {
    border-radius: 25px !important;
    height: 35px;
    top: 0 !important;
}
.web-tablet .web-toolbar-tab4 {
    width: 40%;
}
.web-tablet .web-toolbar-tab4 .web-si {
    font-size: 20px;
    cursor: pointer;
}
.web-tablet .web-toolbar-tab1 a i,
.web-tablet .web-toolbar-tab4 a {
    font-size: 20px !important;
}
.web-tablet .web-toolbar-tab1 .toolbar_link .web-home-btn {
    font-size: 24px !important;
    display: flex;
}
.web-tablet .web-toolbar-row {
    width: 58.7% !important;
    border-radius: none !important;
    top: 61px !important;
}
.web-tablet #webTb .web-body-row {
    width: 60% !important;
    padding-left: 0 !important;
    top: 76px !important;
    padding-top: 0 !important;
    height: 800px !important;
}
.web-tablet .web-team-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.web-tablet .web-team-header .ws_header_cta {
    margin-right: 25px !important;
}
.web-tablet .web-team-header .ws_header_logo {
    margin-left: 25px !important;
}
.web-tablet .web-team-motto {
    margin-top: 45px !important;
    font-size: 35px !important;
    height: 80px;
    overflow: auto;
}
.web-tablet .web-team-header .ws_header_social {
    width: 30%;
    margin-right: 25px;
}
.web-team-header .ws_header_text {
    width: 30%;
}
.web-team-header .ws_header_text h6 textarea {
    width: 100% !important;
}
.web-tablet .web-product-place {
    grid-template-columns: 100% !important;
}
.web-tablet .web-product-place .web-product-item {
    margin-left: 0 !important;
}
.web-tablet .web-email h6 input[type="text"] {
    width: 65% !important;
}
.web-tablet .web-email .web-blue-btn1 {
    margin-top: 20px !important;
}
.web-tablet .color-circle-footer-1 {
    margin-top: 0 !important;
}
.web-tablet .web-footer-contact h5,
.web-tablet .web-footer-about h5 {
    font-size: 18px;
}
.web-tablet .web-footer-contact p,
.web-tablet .web-footer-about p {
    font-size: 12px;
}
.web-tablet .web-footer-builder {
    justify-content: space-between;
    padding: 5px 30px !important;
}
.web-tablet .web-footer-builder .ws_footer_text {
    padding-right: 0 !important;
    margin-right: 0 !important;
    width: 20% !important;
}
.web-tablet .web-footer-builder .ws_footer_text h6 textarea {
    width: 100% !important;
    overflow: auto;
    height: 50px !important;
}
.web-tablet .web-footer-builder .ws_footer_social {
    padding: 0 !important;
}
.web-tablet .web-footer-builder .ws_footer_social h5 {
    font-size: 18px !important;
    font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
    padding-bottom: 0 !important;
}
.web-tablet .web-footer-builder .ws_footer_social h6 {
    font-size: 13px !important;
    margin: 0 !important;
}
.web-tablet .web-footer-builder .ws_footer_social h6 textarea {
    border-bottom: none !important;
    margin-bottom: 9px !important;
    overflow: auto;
    height: 50px !important;
}

/* End Tablet Student*/

/* Start Tablet Home*/
.web-home-tablet .web-home-tablet-bg {
    background: none !important;
    width: 95% !important;
    background-color: #f1f1f1 !important;
    border-radius: 5px;
    box-shadow: 0 0 5px #e3e3e3;
}
.web-home-tablet .web-home-bar {
    justify-content: space-between;
    align-items: center;
}
.web-home-tablet .web-home-bar .web-home-color-btn1 {
    display: flex;
    align-items: center;
    margin: 0 12px 0 0 !important;
}
.web-home-tablet .web-home-toolbar-tab1 a i,
.web-home-tablet .web-home-toolbar-tab4 a {
    font-size: 20px !important;
}
.web-home-tablet .web-home-toolbar-tab1 .toolbar_link .web-home-btn {
    font-size: 24px !important;
    display: flex;
}
.web-home-tablet .web-home-toolbar-tab1 {
    width: 20%;
}
.web-home-tablet .web-home-toolbar-tab2 {
    display: flex;
    position: initial;
    width: 40% !important;
    margin-right: 0 !important;
}
.web-home-tablet .web-home-toolbar-tab2 select {
    border-radius: 25px !important;
    background-color: #f1f1f1 !important;
    border: none !important;
    height: 35px !important;
}
.web-home-tablet .web-home-toolbar-tab3 {
    width: 40%;
    display: none;
}
.web-home-tablet .web-home-toolbar-tab4 {
    width: 40% !important;
}
.web-home-tablet .web-home-toolbar-tab3 #kw_search {
    border-radius: 25px !important;
    height: 35px;
    top: 0 !important;
}
.web-home-tablet .web-home-toolbar-tab4 .web-home-si {
    font-size: 20px;
    padding: 6px 12px;
    margin: 5px 3px;
    cursor: pointer;
}
.web-home-tablet .web-home-toolbar {
    width: 58.7% !important;
    border-radius: none !important;
    top: 61px !important;
}
.web-home-tablet #webHomeTb {
    height: 900px;
}
.web-home-tablet #webHomeTb .web-home-body-row {
    width: 60% !important;
    padding-left: 0 !important;
    top: 76px !important;
    padding-top: 0 !important;
    height: 800px !important;
}
.web-home-tablet .web-home-team-header {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.web-home-tablet .web-home-team-header .ws_home_header_cta {
    margin-right: 25px !important;
}
.web-home-tablet .web-home-team-header .ws_home_header_logo {
    margin-left: 25px !important;
}
.web-home-tablet .web-home-team-motto {
    margin-top: 15px !important;
    font-size: 35px !important;
}
.web-home-tablet .web-home-description1 textarea {
    height: 200px !important;
    word-break: break-word;
}
.web-home-tablet .web-home-description1 h2 {
    margin-top: 10px !important
}
.web-home-tablet .web-home-product-place {
    grid-template-columns: 100% !important;
}
.web-home-tablet .web-home-product-place .web-home-product-item {
    margin-left: 0 !important;
}
.web-home-tablet .web-home-email h6 input[type="text"] {
    width: 85% !important;
}
.web-home-tablet .web-home-email .web-home-blue-btn1 {
    width: 150px !important;
    margin: 0 auto !important;
}
.web-home-tablet .color-circle-footer-1 {
    margin-top: 0 !important;
}
.web-home-tablet .web-home-footer-contact h5,
.web-home-tablet .web-home-footer-about h5 {
    font-size: 18px;
}
.web-home-tablet .web-home-footer-contact p,
.web-home-tablet .web-home-footer-about p {
    font-size: 12px;
}
.web-home-tablet .web-home-footer-builder {
    justify-content: space-between;
    padding: 5px 30px !important;
}
/* End Tablet Home*/

/* Start Phone Home */
.web-home-phone {
    background: #f1f1f1;
    box-shadow: 0 0 5px #e3e3e3;
}
.web-home-phone .web-home-body-phone {
    background: none !important;
}
.web-home-phone .web-home-body-row {
    top: -115px;
    width: 370px !important;
}
.web-home-phone .web-home-toolbar {
    height: 130px !important;
    top: 0 !important;
    width: 370px !important;
}
.web-home-phone .web-home-bar {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab1 {
    display: flex !important;
    justify-content: space-evenly;
    width: 100%;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab1 a i {
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab1 a .web-home-btn {
    font-size: 20px !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab2 {
    width: 100% !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab2 #user_ws_pages {
    width: 100% !important;
    height: 35px;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab3 {
    width: 100% !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab3 #kw_search {
    width: 100% !important;
    border-radius: 25px !important;
    top: 0 !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab4 .web-home-si {
    font-size: 18px;
    padding: 6px 12px;
    margin: 5px 3px;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab4 {
    grid-row-start: 3;
    width: 100% !important;
    margin: 0 50% !important;
    left: 0 !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab4 a i {
    font-size: 18px !important;
}
.web-home-phone .web-home-bar .web-home-toolbar-tab4 .web-home-color-btn1 {
    margin-right: 10px !important;
}
.web-home-phone .web-home-toolbar-tab2 select {
    border-radius: 25px !important;
    background-color: #f1f1f1 !important;
    border: none !important;
    height: 35px !important;
}
.web-home-phone .web-home-team-header {
    display: grid !important;
    grid-template-rows: repeat(3,1fr);
    padding: 5px 0 !important;
    word-break: break-word;
}
.web-home-phone .web-home-team-header .web-home-team-panel {
    grid-row-start: 2;
    grid-row-end: 2;
    height: auto !important;
    margin: 0 auto !important;
}
.web-home-phone .web-home-team-header .web-home-team-display {
    top: 0 !important;
    left: 38% !important;
}
.web-home-phone .web-home-team-header .web-home-team-display img {
    grid-row-start: 1;
    grid-row-end: 1;
}
.web-home-phone .web-home-team-header .web-home-page-btn {
    grid-row-start: 3;
    grid-row-end: 3;
    margin: 10px auto 0 auto !important;
}
.web-home-phone .web-home-team-motto {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.web-home-phone .web-home-team-motto h2{
    width: 80% !important;
    margin: 15px 10% 0 10% !important;
    font-size: 25px;
}
.web-home-phone .web-home-team-motto textarea{
    width: 80% !important;
    margin: 15px 10% 0 10% !important;
    font-size: 20px;
    word-break: break-word;
    height: 80px;
}
.web-home-phone .web-home-play-col {
    padding: 0 !important;
    width: 100% !important;
}
.web-home-phone .web-home-play1 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.web-home-phone .web-home-play1 i {
    margin: 20% auto !important;
    font-size: 5em !important;
}
.web-home-phone .web-home-description1 {
    margin-bottom: 0 !important;
}
.web-home-phone .web-home-description1 h2 {
    width: 80%;
    margin: 20px 10% !important;
    font-size: 30px;
}
.web-home-phone .web-home-description1 textarea {
    resize: none !important;
    padding: 0 !important;
    height: 400px !important;
    font-size: 13px !important;
    margin: 0 10% 15px 10% !important;
    width: 80% !important;
}
.web-home-phone .web-home-product-place {
    display: block !important;
    margin: 0 !important;
}
.web-home-phone .web-home-products-col h5 {
    width: 80%;
    margin: 0 10% 0 10% !important;
}
.web-home-phone .web-home-product-place .web-product-item {
    margin: 0 2% 30px 2% !important;
}
.web-home-phone .web-home-product-place .web-product-item div:nth-child(2) {
    display: flex !important;
    font-size: 13px !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}
.web-home-phone .web-home-email h5 {
    padding-left: 0 !important;
}
.web-home-phone .web-home-email .web-home-email-col1 h6 {
    text-align: left !important;
}
.web-home-phone .web-home-email .web-home-email-col1 input {
    width: 100%;
}
.web-home-phone .web-home-blog h5 {
    text-align: left;
}
.web-home-phone .web-home-blog-col .web-home-blog-title {
    margin-top: 10px;
}
.web-home-phone .web-home-blog-col .web-home-blog-text {
    width: 100%;
}
.web-home-phone .web-home-footer-builder {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 0 25px !important;
}
.web-home-phone .web-home-footer-builder .web-home-footer-team {
    grid-row-start: 1;
    width: 100% !important;
    grid-row-end: 1;
    display: flex;
    justify-content: center;
    margin-left: 35px !important;
}
.web-home-phone .web-home-footer-builder .web-home-footer-contact,
.web-home-phone .web-home-footer-builder .web-home-footer-about {
    grid-row-start: 2 !important;
}
.web-home-phone .web-home-footer-builder .web-home-footer-btn {
    grid-row-start: 3;
    width: 100% !important;
    margin-left: 35px !important;
}
.web-home-phone .color-circle-footer-1 {
    position: absolute;
    top: 58px;
    left: 0;
}
/* End Phone Home */


/* Start Phone Student */
.web-phone {
    background-color: #f1f1f1;
}
.web-phone .web-body-phone {
    background: none !important;
}
.web-phone .web-body-row {
    top: -115px !important;
    width: 370px !important;
}
.web-phone .web-toolbar-row {
    height: 130px !important;
    top: 0 !important;
    width: 370px !important;
}
.web-phone .web-toolbar-bar {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr 1fr 1fr;
}
.web-phone .web-toolbar-bar .web-toolbar-tab1 {
    display: inline-block !important;
    width: 100%;
}
.web-phone .web-toolbar-bar .web-toolbar-tab1 a i {
    font-size: 18px !important;
    display: flex !important;
    align-items: center;
}
.web-phone .web-toolbar-bar .web-toolbar-tab1 a .web-btn {
    font-size: 20px !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab2 {
    width: 100% !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab2 #user_ws_pages {
    width: 100% !important;
}
.web-phone .web-toolbar-tab2 select {
    border-radius: 25px !important;
    background-color: #f1f1f1 !important;
    border: none !important;
    height: 35px !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab4 {
    grid-row-start: 3;
    width: 100% !important;
    margin: 0 50% !important;
    left: 0 !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab3 {
    width: 100% !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab3 #kw_search {
    width: 100% !important;
    border-radius: 25px !important;
    height: 35px;
    top: 0 !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab4 .web-si {
    font-size: 18px;
}
.web-phone .web-toolbar-bar .web-toolbar-tab4 a i {
    font-size: 18px !important;
}
.web-phone .web-toolbar-bar .web-toolbar-tab4 .toolbar-color-btn1 {
    margin-right: 10px !important;
    display: flex;
    align-items: center;
    margin-right: 2px !important;
}
.web-phone .web-team-header {
    display: grid !important;
    grid-template-rows: repeat(3,1fr);
    padding: 5px 0 !important;
}
.web-phone .web-team-header .ws_header_social {
    padding: 0 !important;
    grid-row-start: 3;
    grid-row-end: 3;
    margin: 0 auto !important;
    width: 50% !important;
}
.web-phone .web-team-header .ws_header_text {
    padding: 0 !important;
    grid-row-start: 3;
    grid-row-end: 3;
    margin: 0 auto !important;
    width: 50% !important;
}
.web-phone .web-team-header .ws_header_logo {
    grid-row-start: 2;
    grid-row-end: 2;
    height: auto !important;
    margin: 10px auto 0 auto !important;
    word-break: break-word;
    width: 100% !important;
}
.web-phone .web-team-header .web-team-display {
    top: 0 !important;
    left: 38% !important;
}
.web-phone .web-team-header .web-team-display img {
    grid-row-start: 1;
    grid-row-end: 1;
}
.web-phone .web-team-header .ws_header_cta {
    grid-row-start: 3;
    grid-row-end: 3;
    margin: 10px auto 0 auto !important;
}
.web-phone .web-team-motto {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    height: 80px;
    overflow: auto;
}
.web-phone .web-team-motto h2{
    width: 80% !important;
    margin: 15px 10% 0 10% !important;
    font-size: 25px;
}
.web-phone .web-team-motto textarea{
    width: 80% !important;
    margin: 15px 10% 0 10% !important;
    font-size: 20px;
    word-break: break-word;
    height: 150px;
}
.web-phone .web-play-col {
    padding: 0 !important;
    width: 100% !important;
}
.web-phone .web-play1 {
    text-align: center;
}
.web-phone .web-play1 i {
    margin: 20% auto !important;
    font-size: 5em !important;
}
.web-phone .web-description1 {
    margin-bottom: 0 !important;
}
.web-phone .web-description1 h2 {
    width: 80%;
    margin: 20px 10% !important;
    font-size: 30px;
}
.web-phone .web-description1 textarea {
    resize: none !important;
    padding: 0 !important;
    height: 400px !important;
    font-size: 13px !important;
    margin: 0 10% 15px 10% !important;
    width: 80% !important;
}
.web-phone .web-product-place {
    display: block !important;
    margin: 0 !important;
}
.web-phone .web-products-col h5 {
    width: 80%;
    margin: 0 10% 0 10% !important;
}
.web-phone .web-product-place .web-product-item {
    margin: 0 2% 30px 2% !important;
}
.web-phone .web-product-place .web-product-item div:nth-child(2) {
    display: flex !important;
    font-size: 13px !important;
    word-break: break-word !important;
    line-height: 1.4 !important;
}
.web-phone .web-email-row {
    padding: 0 13px !important;
}
.web-phone .web-email {
    margin-bottom: 40px !important;
    padding: 0 13px !important;
    border: none !important;
}
.web-phone .web-email h5 {
    padding-left: 0 !important;
    text-align: left;
}
.web-phone .web-email h6 input[type="text"] {
    width: 60%;
}
.web-phone .web-email .web-blue-btn1 {
    margin-top: 10px;
}
.web-phone .web-home-blog .ws_content_social_box {
    text-align: left;
}
.web-phone .web-blog-col .web-blog-title {
    margin-top: 10px;
}
.web-phone .web-blog-col .web-blog-text {
    width: 100%;
}
.web-phone .web-home-blog .ws_content_video_box,
.web-phone .web-home-blog .ws_content_cta_link,
.web-phone .web-home-blog .ws_content_conv_text,
.web-phone .web-home-blog .ws_content_pic_gall {
    text-align: left;
}
.web-phone .web-footer-builder {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    padding: 0 25px !important;
}
.web-phone .web-footer-builder .web-footer-logo {
    grid-row-start: 1;
    width: 100% !important;
    grid-row-end: 1;
    display: flex;
    margin-left: 60px !important;
    align-items: center;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 18px !important;
}
.web-phone .web-footer-builder .web-footer-contact,
.web-phone .web-footer-builder .web-footer-about {
    grid-row-start: 2 !important;
    white-space: pre;
}
.web-phone .web-footer-builder .web-footer-btn {
    grid-row-start: 3;
    width: 100% !important;
    margin-left: 60px !important;
}
.web-phone .web-footer-builder .ws_footer_social,
.web-phone .web-footer-builder .ws_footer_text {
    grid-row-start: 3;
    padding: 0 !important;
    margin-left: 60px !important;
}
.web-phone .web-footer-builder .ws_footer_text h6 textarea,
.web-phone .web-footer-builder .ws_footer_social h6 textarea {
    width: 100% !important;
    overflow: auto;
    height: 50px !important;
}
.web-phone .color-circle-footer-1 {
    position: absolute;
    top: 66px;
    left: 0;
}
.web-phone .web-product-place .web-product-item div:nth-child(2) {
    padding-left: 0;
    width: 60% !important;
}
/* End Phone Student */


/* Start Web Media Queries */

@media (max-width: 1600px) {
    .web-home-tablet .web-home-team-header .ws_home_header_logo {
        left: 25%;
    }
}

@media (max-width: 1375px) {
    .web-email-row .web-email h6 input {
        width: 65% !important;
    }
}
@media (max-width: 1250px){
    .web-toolbar-tab2 {
        width: 48% !important;
        margin-right: 2%;
    }
}
@media (max-width: 1210px) {
    .web-home-toolbar-tab4 {
        margin-left: 15px;
    }
    .web-white-btn1 {
        font-size: 10px;
    }
    .web-white-btn2 {
        font-size: 10px;
        padding: 10px 18px !important;
    }
    .web-team-header .ws_header_cta,
    .web-home-page-btn {
        width: 30% !important;
    }
    .web-footer-contact,
    .web-footer-about {
        padding-left: 5px;
        white-space: pre;
    }
    .web-home-footer-logo,
    .web-home-footer-contact,
    .web-home-footer-about {
        padding-left: 8px;
    }
    .web-footer-logo {
        padding-left: 5px;
    }
}

@media (max-width: 1150px) {
    .web-nav-col1 ul li a {
        font-size: 13px !important;
        padding: 15px 0;
    }
    .web-nav-col1 ul .active a {
        font-size: 15px !important;
    }
    .web-home-tablet .web-home-team-header .ws_home_header_cta {
        margin-right: 0 !important;
    }
}

@media (max-width: 1068px) {
    .web-nav-col1 {
        display: flex !important;
    }
    .web-team-header .ws_header_logo,
    .web-home-team-panel {
        margin-left: 0 !important;
    }
    .web-team-header .ws_header_cta,
    .web-team-header .ws_header_text,
    .web-team-header .ws_header_social,
    .web-home-page-btn {
        margin-right: 0 !important;
    }


    .web-home-tablet .web-home-toolbar .web-home-bar .web-home-toolbar-tab1 {
        width: 10% !important;
    }
    .web-home-tablet .web-home-toolbar .web-home-bar .web-home-toolbar-tab2 {
        width: 45% !important;
    }
    .web-home-tablet .web-home-toolbar .web-home-bar .web-home-toolbar-tab3 {
        width: 45% !important;
    }
    .web-home-tablet .web-home-toolbar .web-home-bar .web-home-toolbar-tab4 {
        width: 45% !important;
        justify-content: inherit;
        align-items: center;
    }



    .web-tablet .web-toolbar-bar .web-toolbar-tab1 {
        width: 10% !important;
    }
    .web-tablet .web-toolbar-bar .web-toolbar-tab2 {
        width: 45% !important;
    }
    .web-tablet .web-toolbar-bar .web-toolbar-tab3 {
        width: 45% !important;
    }
    .web-tablet .web-toolbar-bar .web-toolbar-tab4 {
        width: 45% !important;
        justify-content: inherit;
        align-items: center;
    }
    .web-tablet .web-toolbar-bar .web-toolbar-tab4 .web-si {
        margin: 0 !important;
        padding: 0 !important;
    }
    .web-tablet .web-toolbar-tab1 .toolbar_link .fas {
        font-size: 18px !important;
    }
    .web-tablet .web-toolbar-tab4 a {
        font-size: 18px !important;
    }
    .web-tablet .web-toolbar-tab1 .toolbar_link .web-home-btn {
        font-size: 21.5px !important;
    }
    .web-tablet .web-team-header .ws_header_logo,
    .web-tablet .web-home-team-panel {
        margin-left: 0 !important;
    }
    .web-tablet .web-team-header .ws_header_cta,
    .web-tablet .web-team-header .ws_header_text,
    .web-tablet .web-team-header .ws_header_social,
    .web-tablet .web-home-page-btn {
        margin-right: 0 !important;
    }
}

@media (max-width: 768px) {
    .web-home-bar {
        width: 100%;
        display: grid;
        grid-template-rows: 1fr 1fr;
        background-color: white;
        grid-template-columns: 50% 50%;
    }
    .web-home-toolbar-tab1 {
        grid-row-start: 1;
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
    .web-home-toolbar-tab1 a {
        display: flex !important;
    }
    .web-home-toolbar-tab2 {
        grid-row-start: 1;
        grid-column-start: 2;
        width: 100% !important;
        top: 0 !important;
    }
    .web-home-toolbar-tab3 {
        display: none;
        width: 80%;
    }
    .web-home-toolbar-tab3 #kw_search {
        border-radius: 25px !important;
        width: 100%;
        top: 0 !important;
        text-align: center;
    }
    .web-home-toolbar-tab4 {
        grid-row-start: 2;
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100% !important;
    }
    #webHomeTb .web-home-team-header {
        text-align: center;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
    }
    #webHomeTb .web-home-team-header .web-home-team-display {
        grid-row-start: 1;
        margin: 0 25%;
        position: initial;
        width: 50%;
        justify-content: center;
    }
    #webHomeTb .web-home-team-header .web-home-team-panel {
        grid-row-start: 2;
        width: 100%;
        height: auto;
        font-weight: bold;
    }
    #webHomeTb .web-home-team-header .ws_home_header_cta {
        grid-row-start: 3;
        width: 80% !important;
        margin: 0 10% !important;
        align-self: center;
    }
    .web-home-team-motto {
        margin-top: 30px !important;
    }
    .web-home-team-motto h2 {
        width: 50% !important;
        margin: 25px 25% 0px 25% !important;
    }
    .web-home-team-motto .web-home-motto {
        width: 50% !important;
        margin: 25px 25% 0px 25% !important;
        font-size: 20px !important;
    }
    .web-home-team-motto .web-home-motto::placeholder,
    .web-home-description1 textarea,
    .web-home-description1 textarea::placeholder {
        font-size: 20px !important;
    }
    .web-content-div {
        padding: 0 0 10px 0 !important;
        margin: 0 !important;
    }
    .web-home-play1 {
        width: 100% !important;
        margin: 0 !important;
    }
    .web-home-description1 h2 {
        width: 100%;
        margin: 25px 0 0 0;
        text-align: center;
    }
    .web-home-description1 textarea {
        width: 70% !important;
        margin: 25px 15% 0px 15% !important;
    }
    .web-home-products-col {
        padding-left: 30px;
    }
    .web-home-products-col h5{
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    .web-home-product-place {
        margin: 0;
        grid-template-columns: 100%;
    }
    .web-home-product-place .web-product-item div:last-child{
        line-height: 25px;
    }
    .web-home-email-row .web-home-email h6 input {
        width: 90% !important;
    }
    .web-home-email h5 {
        padding-left: 0 !important;
    }
    .web-home-email .web-home-email-col2 .web-home-blue-btn1 {
        width: 90% !important;
    }
    .web-home-footer-builder {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        padding: 0 25px !important;
        overflow-x: hidden !important;
        overflow-y: auto;
    }
    .web-home-footer-builder .web-home-footer-team {
        grid-row-start: 1;
        width: 100% !important;
        grid-row-end: 1;
        display: flex;
        margin-left: 20px !important;
        align-items: center;
        justify-content: center;
        color: #fff !important;
        font-weight: bold !important;
        font-size: 18px !important;
    }
    .web-home-footer-builder .web-home-footer-contact,
    .web-home-footer-builder .web-home-footer-about {
        grid-row-start: 2 !important;
    }
    .web-home-footer-builder .web-home-footer-contact {
        padding-left: 25px;
    }
    .web-home-footer-builder .web-home-footer-about {
        padding-right: 25px;
    }
    .web-home-footer-builder .web-home-footer-btn {
        grid-row-start: 3;
        width: 100% !important;
        margin-left: 60px !important;
    }
    .color-circle-footer-1 {
        position: absolute;
        top: 56px;
        left: 0;
    }

    #webNavCol .web-nav-title {
        text-align: center;
    }
    .web-nav-col1 {
        justify-content: center;
    }
    .web-nav-col1 .nav-tabs {
        display: flex;
        justify-content: center;
    }
    .web-nav-col2 {
        display: none;
    }
    .web-nav-col3 .web-white-btn1 {
        font-size: 12px;
    }
    .web-toolbar-bar {
        width: 100%;
        display: grid;
        grid-template-rows: 1fr 1fr;
        background-color: white;
        grid-template-columns: 50% 50%;
    }
    .web-toolbar-tab1 {
        grid-row-start: 1;
        width: 40% !important;
        display: flex;
        justify-content: space-evenly;
    }
    .web-toolbar-tab1 a {
        display: flex !important;
    }
    .web-toolbar-tab2 {
        grid-row-start: 1;
        grid-column-start: 2;
        width: 80% !important;
        top: 0 !important;
    }
    .web-toolbar-tab3 {
        display: none;
        width: 80%;
    }
    .web-toolbar-tab3 #kw_search {
        border-radius: 25px !important;
        width: 100%;
        top: 0 !important;
        text-align: center;
    }
    .web-toolbar-tab4 {
        grid-row-start: 2;
        grid-column: 1 / -1;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100% !important;
    }
    #webTb .web-team-header {
        text-align: center;
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
    }
    #webTb .web-team-header .web-team-display {
        grid-row-start: 1;
        margin: 0 25%;
        position: initial;
        width: 50%;
        justify-content: center;
    }
    #webTb .web-team-header .ws_header_logo {
        grid-row-start: 2;
    }
    #webTb .web-team-header .ws_header_cta,
    #webTb .web-team-header .ws_header_social,
    #webTb .web-team-header .ws_header_text {
        grid-row-start: 3;
        width: 80% !important;
        margin: 0 10% !important;
        align-self: center;
    }
    .web-team-header div .web-team-motto {
        margin-top: 5px !important;
    }
    .web-content-div {
        padding: 0 0 10px 0 !important;
        margin: 0 !important;
    }
    .web-products-col h5{
        margin-bottom: 0 !important;
    }
    .web-product-place {
        margin: 0;
        grid-template-columns: 100%;
    }
    .web-product-place .web-product-item div:last-child{
        line-height: 25px;
    }
    .web-email-row .web-email h6 input {
        width: 90% !important;
    }
    .web-email h5 {
        padding-left: 0 !important;
    }
    #s1 .ws_content_box_1,
    #s1 .ws_content_box_2 {
        padding-left: 30px !important;
    }
    #s1 .ws_content_box_1 h6 textarea {
        width: 90%;
    }
    #s1 .ws_content_box_2 h6 select {
        width: 90% !important;
    }
    #s1 .ws_content_box_2 .ws_content_pic_gall h6 textarea {
        width: 90% !important;
    }
    .web-footer-builder {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        padding: 0 25px !important;
        overflow-x: hidden !important;
        overflow-y: auto;
    }
    .web-footer-builder .web-footer-logo {
        grid-row-start: 1;
        width: 100% !important;
        grid-row-end: 1;
        display: flex;
        margin-left: 20px !important;
        align-items: center;
        justify-content: flex-end;
        color: #fff !important;
        font-weight: bold !important;
        font-size: 18px !important;
    }
    .web-footer-builder .web-footer-contact,
    .web-footer-builder .web-footer-about {
        grid-row-start: 2 !important;
        white-space: pre;
    }
    .web-footer-builder .web-footer-contact {
        padding-left: 25px;
    }
    .web-footer-builder .web-footer-about {
        padding-right: 25px;
    }
    .web-footer-builder .web-footer-btn {
        grid-row-start: 3;
        width: 100% !important;
        margin-left: 60px !important;
    }
    .web-footer-builder .ws_footer_social,
    .web-footer-builder .ws_footer_text {
        grid-row-start: 3;
        padding: 0 !important;
        margin-left: 80px !important;
        width: 100% !important;
    }
    .web-footer-builder .ws_footer_text h6 textarea {
        width: 100% !important;
    }
    .color-circle-footer-1 {
        position: absolute;
        top: 56px;
        left: 0;
    }
}
@media (max-width: 600px) {
    .stud-web-duplicate-dialog {
        width: 100%;
        margin: 0 auto;
    }
    .stud-web-duplicate-header {
        width: 100%;
    }
    .stud-web-duplicate-content {
        height: 250px;
        width: 90% !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-web-duplicate-btn {
        margin-top: 10px;
    }
    .web-home-modal,
    .web-home-modal2 {
        height: 450px;
    }
}
@media (max-width: 500px) {
    .web-footer-builder .web-footer-contact {
        padding-right: 15px;
        text-align: right;
    }
    .web-footer-builder .web-footer-about {
        margin-right: 40px;
    }
    .web-footer-builder .web-footer-logo {
        margin-left: 60px !important;
    }
    #ws_footer_builder div.ws_footer_social,
    #ws_footer_builder div.ws_footer_text {
        width: 100% !important;
        margin:0 0 0 100px !important;
    }

}
@media (max-width: 375px) {
    .web-footer-builder .web-footer-contact {
        padding-left: 35px;
        padding-right: 0;
        text-align: left;
    }
    .web-footer-builder .web-footer-about {
        padding-right: 35px;
        margin-right: 0;
    }
}
@media (max-width: 365px) {
    .web-footer-builder .web-footer-contact {
        padding-left: 75px;
    }
    .web-footer-builder .web-footer-contact h5 {
        font-size: 15px;
    }
    .web-footer-builder .web-footer-contact p {
        font-size: 11px;
    }
    .web-footer-builder .web-footer-about {
        padding-right: 65px;
    }
    .web-footer-builder .web-footer-about h5 {
        font-size: 15px;
    }
    .web-footer-builder .web-footer-about p {
        font-size: 11px;
    }
}
/* End Web Media Queries */

/* Start Web Modal */
.web-home-modal {
    padding-bottom: 0 !important;
}
.web-home-modal div h4 {
    font-size: 24px;
    font-weight: bold !important;
}
.web-home-modal-title1 h1 {
    font-size: 20px;
    margin: 20px 0;
    letter-spacing: 0px;
}
.modal-btn-close {
    background: #fff !important;
    width: 100px;
    margin: 0 auto;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 6px 16px !important;
}
.modal-btn-next {
    background: #5C67F6 !important;
    width: 100px;
    margin: 0 auto;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 16px !important;
}
.modal-btn-save {
    background: #5C67F6 !important;
    width: 16%;
    margin: 0 41%;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff;
    padding: 6px 16px !important;
}
.modal-btn-save:hover,
.modal-btn-save:focus,
.modal-btn-next:hover,
.modal-btn-next:focus {
    color: #fff;
    border: 1px solid #fff;
}
.modal-btn-close:hover,
.modal-btn-close:focus {
    color: #666;
    border: 1px solid #999;
}
.web-content-div .modal-dialog {
    width: 100% !important;
}
.web-home-modal2 {
    padding: 0 0 5px 0 !important;
    overflow-x: hidden;
    margin: 60px auto 0 auto !important;
    width: 55% !important;
}
.web-home-modal2-header {
    margin-top: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-align: center;
    color: #fff;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.web-home-modal2-header h1 {
    margin: 0;
    letter-spacing: 0px;
}
.web-home-modal2-header h1 span {
    font-weight: bold;
}
.web-home-modal2 .modal-header {
    padding:20px;
    border-bottom: none;
}
.web-home-modal2 .modal-header button {
    color: black;
}
.web-home-modal2-row1 .web-home-modal2-col1 {
    height: 212px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.web-home-modal2 .web-home-modal2-icons {
    max-height:100px;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2-footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2 .web-home-modal2-icons label img {
    width: 35px;
    height: 35px !important;
    opacity: .5;
}
.web-home-modal2 .web-home-modal2-icons label img:hover {
    cursor:pointer;
}
.web-home-modal2 .web-home-modal2-icons label .modal-current-logo {
    width: 50px;
    height: 50px !important;
    opacity: 1;
}
.modal2-icons-title {
    text-transform: uppercase;
    padding-left: 50px;
    font-size: 13px;
    color: #AEAEAE;
    margin: 0;
    letter-spacing: 0px;
}
.web-home-modal2 .web-home-modal2-table {
    margin-top: 10px;
}
.web-home-modal2 .web-home-modal2-table tbody tr {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}
.web-home-modal2 .web-home-modal2-table tbody tr td {
    text-transform: uppercase;
    font-size: 12px;
    color: #AEAEAE;
    width: 90% !important;
}
.web-home-modal2 .web-home-modal2-table tbody tr td:first-child {
    padding-left: 0 !important;
}
.web-home-modal2 .web-home-modal2-table tbody tr td textarea,
.web-home-modal2 .web-home-modal2-table tbody tr td input {
    border-radius: 3px !important;
}
.web-home-modal2 .web-home-modal2-table h3 {
    text-transform: initial;
}
.web-home-modal2 .web-home-modal2-table .page-type {
    margin: 0 0 20px 0;
}
.web-home-modal2 .web-home-modal2-table .page-type .col-md-4 {
    text-align: center;
}
.web-home-modal2 .web-addpage-btn {
    box-shadow: 0px 2px 6px #00000029;
}
.web-home-modal2 .web-addpage-btn[disabled="disabled"] {
    background: #cec9c9!important;
    color: #999;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}
.web-home-modal2-col3 .modal-builder1 .wb_dropdown {
    display: none;
    height: 400px;
    width: 484px;
    padding: 10px;
    border: dashed 2px #eeeeee;
    background: #f8f8f8;
    border-radius: 10px;
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
}
.modal-builder1 .wb_footer {
    width: 100%;
}
.modal-builder1 .wb_content {
    border: none;
    padding-left: 0;
    padding-right: 0;
}
.modal-builder1 .wb_header,
.modal-builder1 .wb_content,
.modal-builder1 .wb_footer {
    width: 100%;
    /* top: 0;
        left: 0;
        position: relative; */
}
.modal-builder1 .wb_header div {
    /* top: -3px !important;
        left: 0 !important; */
    width: 89% !important;
}
.modal-builder1 .wb_content .wb_product_placement {
    width: 100%;
}
.modal-builder1 .wb_content .wb_lead_capturing {
    width: 50%;
    margin-right: 0;
}
.modal-builder1 .wb_content .wb_content_box_1,
.modal-builder1 .wb_content .wb_content_box_2 {
    width: 47%;
    float: right;
    padding-left: 0;
    padding-right: 0;
}
.modal-builder1 .wb_content .wb_content_box_1 div,
.modal-builder1 .wb_content .wb_content_box_2 div {
    /* position: relative;;
        top: -13px !important;
        left: 0px !important; */
    /* width: 100%; */
    padding: 10px 5px;
}
.modal-builder1 .wb_content .wb_content_box_1 .default_text:hover,
.modal-builder1 .wb_content .wb_content_box_2 .default_text:hover,
.modal-builder1 .wb_content .wb_content_box_1 .default_text:focus,
.modal-builder1 .wb_content .wb_content_box_2 .default_text:focus {
    background: #f2f2f2 !important;
}
/* .modal-builder1 .wb_footer .wb_footer_1,
    .modal-builder1 .wb_footer .wb_footer_2,
    .modal-builder1 .wb_footer .wb_footer_3 {
        top: -3px !important;
        left: 0px !important;
        width: 100%;
    } */
.modal-builder1 .wb_content .wb_product_placement .wb_content_all_prod,
.modal-builder1 .wb_content .wb_product_placement .wb_content_cert_prod,
.modal-builder1 .wb_content .wb_product_placement .wb_content_sing_prod {
    /* top: 8px !important;
        left: 0 !important; */
    width: 89%;
}
.modal-builder1 .wb_content .wb_product_placement .wb_content_sing_prod div:first-of-type {
    font-size: 35px !important;
    top: 0 !important;
}
.web-home-modal2-row2 .web-home-modal2-col4 .content_nb {
    padding-left: 0;
    margin-left: 0;
}
.web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb-title-pos-header h2,
.web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb-title-pos-header h2,
.web-home-modal2-col3 .modal-builder1 .wb_header_3 .wb-title-pos-header h2 {
    padding-top: 15px;
    font-size: 30px !important;
    left: 90px !important;
}
.web-home-modal2-col4 #element_container_response .wb_header_1 .wb-title-pos-header h2,
.web-home-modal2-col4 #element_container_response .wb_header_2 .wb-title-pos-header h2,
.web-home-modal2-col4 #element_container_response .wb_header_3 .wb-title-pos-header h2 {
    padding-top: 15px;
    font-size: 30px !important;
    left: 90px !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb-title-pos-header div i,
.web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb-title-pos-header div i {
    font-size: 30px !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_cta input {
    margin-right: 5px;
    width: 30%;
}
.web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(2),
.web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(4) {
    width: 20%;
}
.web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(3),
.web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(5) {
    width: 30%;
}
.web-home-modal2-col3 .modal-builder1 .wb_lead_capturing div {
    width: 45% !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_content_social_box ,
.web-home-modal2-col3 .modal-builder1 .wb_content_cta_link ,
.web-home-modal2-col3 .modal-builder1 .wb_content_conv_text ,
.web-home-modal2-col3 .modal-builder1 .wb_content_video_box ,
.web-home-modal2-col3 .modal-builder1 .wb_content_pic_gall  {
    background: none !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_content_social_box h5,
.web-home-modal2-col3 .modal-builder1 .wb_content_cta_link h5,
.web-home-modal2-col3 .modal-builder1 .wb_content_conv_text h5,
.web-home-modal2-col3 .modal-builder1 .wb_content_video_box h5,
.web-home-modal2-col3 .modal-builder1 .wb_content_pic_gall h5 {
    width: 60%;
}
.web-home-modal2-col3 .modal-builder1 .wb_content_social_box img,
.web-home-modal2-col3 .modal-builder1 .wb_content_cta_link img,
.web-home-modal2-col3 .modal-builder1 .wb_content_conv_text img,
.web-home-modal2-col3 .modal-builder1 .wb_content_video_box img,
.web-home-modal2-col3 .modal-builder1 .wb_content_pic_gall img {
    width: 40% !important;
    right: 0 !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_logo {
    width: 15%;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_links {
    width: 30%;
    text-align: center;
    margin: 0 !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_links i {
    font-size: 50px !important;
    padding-left: 0 !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_social {
    width: 25%;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_social h5 {
    display: none;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_2 .wb_footer_social #inner2 i {
    top: 40px !important;
}

.web-home-modal2-col3 .modal-builder1 .wb_footer_3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_3 .wb_footer_logo {
    width: 25%;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_3 .wb_footer_links {
    width: 25%;
    text-align: center;
    margin: 0 !important;
    padding-left: 0 !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_3 .wb_footer_links i {
    font-size: 50px !important;
    padding-left: 0 !important;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_3 .wb_footer_links img {
    background: none;
}
.web-home-modal2-col3 .modal-builder1 .wb_footer_3 .wb_footer_text {
    width: 25%;
}

.web-home-modal2-col4 #element_container_response .wb_content_cert_prod div:nth-child(2),
.web-home-modal2-col4 #element_container_response .wb_content_cert_prod div:nth-child(4) {
    width: 20%;
}
.web-home-modal2-col4 #element_container_response .wb_content_cert_prod div:nth-child(3),
.web-home-modal2-col4 #element_container_response .wb_content_cert_prod div:nth-child(5) {
    width: 30%;
}
.web-home-modal2-col4 #element_container_response .wb_content_sing_prod div:nth-child(2){
    width: 20%;
    font-size: 60px !important;
    top: -20px !important;
}
.web-home-modal2-col4 #element_container_response .wb_content_sing_prod div:nth-child(3) {
    width: 80%;
    font-size: 15px !important;
}
.web-home-modal2-col4 #element_container_response .wb_header_1 .wb_header_cta input {
    margin-right: 5px;
    width: 30%;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_logo {
    width: 15%;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_links {
    width: 30%;
    text-align: center;
    margin: 0 !important;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_links i {
    font-size: 50px !important;
    padding-left: 0 !important;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_social {
    width: 25%;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_social h5 {
    display: none;
}
.web-home-modal2-col4 #element_container_response .wb_footer_2 .wb_footer_social #inner2 i {
    top: 40px !important;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 .wb_footer_logo {
    width: 25%;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 .wb_footer_links {
    width: 25%;
    text-align: center;
    margin: 0 !important;
    padding-left: 0 !important;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 .wb_footer_links i {
    font-size: 50px !important;
    padding-left: 0 !important;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 .wb_footer_links img {
    background: none;
}
.web-home-modal2-col4 #element_container_response .wb_footer_3 .wb_footer_text {
    width: 25%;
}
.web-home-modal2-col4 #element_container_response {
    /* top: 0 !important; */
    /* left: 0 !important; */
    position: relative;
    width: 100%;
}
.web-home-modal2-col4 #element_container_response .wb_header_1,
.web-home-modal2-col4 #element_container_response .wb_header_2,
.web-home-modal2-col4 #element_container_response .wb_header_3,
.web-home-modal2-col4 #element_container_response .wb_content_all_prod,
.web-home-modal2-col4 #element_container_response .wb_content_cert_prod,
.web-home-modal2-col4 #element_container_response .wb_content_sing_prod,
.web-home-modal2-col4 #element_container_response .wb_content_short_form,
.web-home-modal2-col4 #element_container_response .wb_content_long_form,
.web-home-modal2-col4 #element_container_response .wb_content_social_box,
.web-home-modal2-col4 #element_container_response .wb_content_cta_link,
.web-home-modal2-col4 #element_container_response .wb_content_conv_text,
.web-home-modal2-col4 #element_container_response .wb_content_video_box,
.web-home-modal2-col4 #element_container_response .wb_content_pic_gall {
    /* width: 100%; */
    /* top: 0;
        left: 0;
        position: relative; */
    margin-top: 10px;
}
.web-home-modal2-col4 #element_container_response .wb_footer_1,
.web-home-modal2-col4 #element_container_response .wb_footer_2,
.web-home-modal2-col4 #element_container_response .wb_footer_3 {
    /* width: 100% !important;  */
    margin-top: 10px;
}
.web-home-modal2-col4 #element_container_response .wb_content_social_box,
.web-home-modal2-col4 #element_container_response .wb_content_cta_link,
.web-home-modal2-col4 #element_container_response .wb_content_conv_text,
.web-home-modal2-col4 #element_container_response .wb_content_video_box,
.web-home-modal2-col4 #element_container_response .wb_content_pic_gall {
    width: 45%;
}
.modal2-footer-row {
    padding: 0 45px;
}

/* End Web Modal */

/* Start Web Modal Media Queries */

@media (max-width: 1625px) and (min-width: 1567px) {
    .web-home-modal2 {
        width: 73% !important;
    }
}

@media (max-width: 1566px) {
    .web-home-modal2 {
        width: 79% !important;
    }
}
@media (max-width: 1300px) {
    .web-home-modal2-col4 #element_container_response .wb_content_video_box h5,
    .web-home-modal2-col4 #element_container_response .wb_content_social_box h5,
    .web-home-modal2-col4 #element_container_response .wb_content_cta_link h5,
    .web-home-modal2-col4 #element_container_response .wb_content_pic_gall h5,
    .web-home-modal2-col4 #element_container_response .wb_content_conv_text h5 {
        width: 50% !important;
        word-break: break-word !important;
        margin: 0 !important;
    }
    .web-home-modal2-col4 #element_container_response .wb_content_video_box img,
    .web-home-modal2-col4 #element_container_response .wb_content_social_box img,
    .web-home-modal2-col4 #element_container_response .wb_content_cta_link img,
    .web-home-modal2-col4 #element_container_response .wb_content_pic_gall img,
    .web-home-modal2-col4 #element_container_response .wb_content_conv_text img {
        width: 50% !important;
    }
}
@media (max-width: 1050px) {
    .web-home-modal2-col3 .modal-builder1 .wb_lead_capturing div {
        width: 43% !important;
    }
}
@media (max-width: 990px) {
    .modal-builder1 .wb_dropdown {
        background: none;
        border: none;
    }
    .web-home-modal2-col4 #element_container_response .wb_header_1,
    .web-home-modal2-col4 #element_container_response .wb_header_2,
    .web-home-modal2-col4 #element_container_response .wb_header_3,
    .web-home-modal2-col4 #element_container_response .wb_content_all_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_cert_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_sing_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_short_form,
    .web-home-modal2-col4 #element_container_response .wb_content_long_form,
    .web-home-modal2-col4 #element_container_response .wb_content_social_box,
    .web-home-modal2-col4 #element_container_response .wb_content_cta_link,
    .web-home-modal2-col4 #element_container_response .wb_content_conv_text,
    .web-home-modal2-col4 #element_container_response .wb_content_video_box,
    .web-home-modal2-col4 #element_container_response .wb_content_pic_gall,
    .web-home-modal2-col4 #element_container_response .wb_footer_1,
    .web-home-modal2-col4 #element_container_response .wb_footer_2,
    .web-home-modal2-col4 #element_container_response .wb_footer_3 {
        width: 100% !important;
    }
    .web-home-modal2 .web-home-modal2-table .page-type {
        display: flex;
        justify-content: space-evenly;
    }
}

@media(max-width: 768px){
    .wb_dropdown {
        padding-left: 0 !important;
        padding-right: 0 !important;
        background: #fff !important;
        border: none !important;
    }
    .web-home-modal2 {
        padding: 0 !important;
        overflow-x: hidden;
    }
    .web-home-modal2 .web-home-modal2-icons {
        width: 80% !important;
        margin: 0 10%;
        display: inline-block !important;
    }
    .web-home-modal2 .modal-body {
        padding: 0 !important;
    }
    .web-home-modal2-header h1 {
        font-size: 17px;
    }
    .web-home-modal2-col3 {
        margin-bottom: 30px;
    }
    .web-home-modal2-col4 {
        display: none;
    }
    .web-home-modal2-col3 .modal-builder1 {
        display: flex;
        flex-direction: column;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header {
        order: 1;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_dropdown {
        order: 2;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_content {
        order: 3;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_footer {
        order: 4;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 {
        padding: 0 10px !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1,
    .web-home-modal2-col3 .modal-builder1 .wb_header_2,
    .web-home-modal2-col3 .modal-builder1 .wb_header_3 {
        padding: 0;
        width: 91% !important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .web-home-modal2-col3 #element_container_response .wb_header_1,
    .web-home-modal2-col3 #element_container_response .wb_header_2,
    .web-home-modal2-col3 #element_container_response .wb_header_3 {
        width: 100% !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_logo,
    .web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb_header_logo,
    .web-home-modal2-col3 .modal-builder1 .wb_header_3 .wb_header_logo {
        width: 100%;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_logo img,
    .web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb_header_logo img,
    .web-home-modal2-col3 .modal-builder1 .wb_header_3 .wb_header_logo img {
        width: 70px !important;
        height: 70px !important;
        padding-top: 25px !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb-title-pos-header,
    .web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb-title-pos-header,
    .web-home-modal2-col3 .modal-builder1 .wb_header_3 .wb-title-pos-header {
        width: 100%;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb-title-pos-header h2,
    .web-home-modal2-col3 .modal-builder1 .wb_header_2 .wb-title-pos-header h2,
    .web-home-modal2-col3 .modal-builder1 .wb_header_3 .wb-title-pos-header h2 {
        margin: 30px 0 !important;
        position: relative !important;
        left: 0 !important;
        font-size: 25px !important;
        padding-top: 0 !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_cta {
        display: flex;
        width: 100% !important;
        /* flex-direction: row-reverse; */
        align-items: center;
        justify-content: space-around;
        background: none !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_cta input {
        width: 90%;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_header_1 .wb_header_cta i {
        width: 10%;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
    .modal-builder1 .wb_content .wb_product_placement .wb_content_all_prod, .modal-builder1 .wb_content .wb_product_placement .wb_content_cert_prod, .modal-builder1 .wb_content .wb_product_placement .wb_content_sing_prod {
        width: 91% !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(2),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(4),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(7),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(9) {
        padding-right: 5px !important;
        top: -12px !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(3),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(5),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(6),
    .web-home-modal2-col3 .modal-builder1 .wb_content_all_prod div:nth-child(8) {
        margin-right: 5px;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(2),
    .web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(4) {
        padding-right: 0 !important;
        font-size: 40px !important;
        top: 0 !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(3),
    .web-home-modal2-col3 .modal-builder1 .wb_content_cert_prod div:nth-child(5) {
        margin: 0;
        display: flex;
        align-items: center;
    }
    .modal-builder1 .wb_content .wb_product_placement .wb_content_sing_prod div:first-of-type {
        width: 25%;
        font-size: 50px !important;
        top: 0;
        padding-right: 0;
    }
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_sing_prod div:nth-child(2) {
        width: 25%;
        font-size: 50px !important;
        top: 0 !important;
        padding-right: 0;
    }
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_sing_prod div:nth-child(3) {
        font-size: 25px;
        display: flex;
        align-items: center;
    }
    .modal-builder1 .wb_content .wb_lead_capturing {
        padding: 10px 0;
    }
    .modal-builder1 .wb_content .wb_lead_capturing .default_text {
        font-size: 20px;
        width: 100% !important;
    }
    .modal-builder1 .wb_content .wb_lead_capturing .wb_content_short_form h6 {
        display: flex;
        justify-content: space-evenly;
        width: 100% !important;
    }
    .modal-builder1 .wb_content .wb_lead_capturing .wb_content_short_form h6 i {
        display: none;
    }
    .modal-builder1 .wb_content .wb_lead_capturing .wb_content_long_form h6 {
        display: flex;
        justify-content: space-evenly;
        width: 100% !important;
    }
    .modal-builder1 .wb_content .wb_lead_capturing .wb_content_long_form h6 i {
        display: none;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_lead_capturing div {
        width: 46% !important;
    }
    .modal-builder1 .wb_content .wb_content_box_1 div,
    .modal-builder1 .wb_content .wb_content_box_2 div {
        width: 43%;
    }
    .modal-builder1 .wb_content .wb_content_box_1 h5,
    .modal-builder1 .wb_content .wb_content_box_2 h5 {
        word-break: break-word;
        width: 50%;
        font-size: 17px !important;
    }
    .modal-builder1 .wb_content .wb_content_box_1 img,
    .modal-builder1 .wb_content .wb_content_box_2 img {
        width: 50% !important;
    }
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_video_box,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_social_box,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_cta_link,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_pic_gall,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_conv_text {
        width: 50%;
        padding-top: 0;
    }
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_pic_gall,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_conv_text {
        margin-left: 10px;
    }
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_video_box h5 {
        word-break: break-word;
    }
    .modal-builder1 .wb_footer .wb_footer_1,
    .modal-builder1 .wb_footer .wb_footer_2,
    .modal-builder1 .wb_footer .wb_footer_3 {
        width: 91% !important;
    }
    .modal-builder1 .wb_footer .wb_footer_2 {
        text-align: center !important;
    }
    .modal-builder1 .wb_footer .wb_footer_2 .wb_footer_logo{
        width: 25% !important;
        padding-top: 0 !important;
    }
    .modal-builder1 .wb_footer .wb_footer_2 .wb_footer_links {
        width: 20% !important;
    }
    .modal-builder1 .wb_footer .wb_footer_2 .wb_footer_links .fa {
        font-size: 30px !important;
    }
    .modal-builder1 .wb_footer .wb_footer_2 .wb_footer_social {
        width: 35% !important;
        padding-top: 0 !important;
    }

    .modal-builder1 #element_container_response  .wb_footer_2 {
        text-align: center !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_2 .wb_footer_logo{
        width: 25% !important;
        padding-top: 0 !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_2 .wb_footer_links {
        width: 20% !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_2 .wb_footer_links .fa {
        font-size: 30px !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_2 .wb_footer_social {
        width: 35% !important;
        padding-top: 0 !important;
    }


    .modal-builder1 .wb_footer .wb_footer_3 {
        text-align: center !important;
    }
    .modal-builder1 .wb_footer .wb_footer_3 .wb_footer_logo{
        width: 25% !important;
        padding-top: 0 !important;
    }
    .modal-builder1 .wb_footer .wb_footer_3 .wb_footer_links {
        width: 20% !important;
    }
    .modal-builder1 .wb_footer .wb_footer_3 .wb_footer_links .fa {
        font-size: 30px !important;
    }
    .modal-builder1 .wb_footer  .wb_footer_3 .wb_footer_links img {
        background: none;
    }
    .modal-builder1 .wb_footer .wb_footer_3 .wb_footer_text {
        width: 35% !important;
        padding-top: 0 !important;
    }

    .modal-builder1 #element_container_response  .wb_footer_3 {
        text-align: center !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_3 .wb_footer_logo{
        width: 25% !important;
        padding-top: 0 !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_3 .wb_footer_links {
        width: 20% !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_3 .wb_footer_links .fa {
        font-size: 30px !important;
    }
    .modal-builder1 #element_container_response  .wb_footer_3 .wb_footer_links img {
        background: none;
    }
    .modal-builder1 #element_container_response  .wb_footer_3 .wb_footer_text {
        width: 35% !important;
        padding-top: 0 !important;
    }
    .modal-btn-save {
        width: 30%;
        margin: 0 35%;
        padding: 6px 10px !important;
    }
    .web-home-modal2 .web-home-modal-title1 {
        padding: 10px !important;
    }
    .modal2-footer-row {
        margin-bottom: 10px;
    }
}

@media (max-width: 990px) and (min-width: 600px){
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_video_box,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_social_box,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_cta_link,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_pic_gall,
    .web-home-modal2-col3 .modal-builder1 #element_container_response .wb_content_conv_text {
        width: 40% !important;
        padding-top: 0;
    }
    .modal-builder1 .wb_content .wb_content_box_1 img, .modal-builder1 .wb_content .wb_content_box_2 img {
        width: 35% !important;
    }
}

@media(max-width: 390px) {

    .web-home-modal2-col3 .modal-builder1 .wb_header_1, .web-home-modal2-col3 .modal-builder1 .wb_header_2, .web-home-modal2-col3 .modal-builder1 .wb_header_3 {
        width: 86% !important;
    }
    .web-home-modal2-col3 #element_container_response .wb_header_1, .web-home-modal2-col3 #element_container_response .wb_header_2, .web-home-modal2-col3 #element_container_response .wb_header_3 {
        width: 100% !important;
    }
    .modal-builder1 .wb_content .wb_product_placement .wb_content_all_prod, .modal-builder1 .wb_content .wb_product_placement .wb_content_cert_prod, .modal-builder1 .wb_content .wb_product_placement .wb_content_sing_prod {
        width: 86% !important;
    }
    .web-home-modal2-col3 .modal-builder1 .wb_lead_capturing div {
        width: 43% !important;
    }
    .modal-builder1 .wb_content .wb_content_box_1 div, .modal-builder1 .wb_content .wb_content_box_2 div {
        width: 41% !important;
    }
    .modal-builder1 .wb_footer .wb_footer_1, .modal-builder1 .wb_footer .wb_footer_2, .modal-builder1 .wb_footer .wb_footer_3 {
        width: 86% !important;
    }
    .web-home-modal2-table .prods-header .col-xs-12,
    .web-home-modal2-table .prods-content .col-xs-12,
    .web-home-modal2-table .prods-header .col-xs-12 div,
    .web-home-modal2-table .prods-content .col-xs-12 div {
        padding: 0;
    }
}

/* End Web Modal Media Queries */

/* Start Modal 2 */
.wb-header2 .wb_header_logo {
    display: none;
}
.wb-header2 .wb_header_1 .wb_header_logo,
.wb-header2 .wb_header_2 .wb_header_logo,
.wb-header2 .wb_header_3 .wb_header_logo {
    display: inline-block;
}
.wb-header2 .wb_header_cta {
    background: none;
}
.wb-header2 .wb_header_cta h5 {
    border: none;
}
.wb-content2 .wb_product_placement h5 {
    display: none;
}
.wb-content2 .wb_product_placement {
    display: flex;
    align-items: center;
}
.wb-content2 .wb_product_placement .wb_pp_small {
    width: 25%;
    margin: 0;
}
.wb-content2 .wb_product_placement .wb_pp_small_text {
    width: 25%;
}
.wb-content2 .wb_lead_capturing h5 {
    display: none;
}
.wb-content2 .wb_content_box_1,
.wb-content2 .wb_content_box_2 {
    text-align: center;
}
.wb-footer2 .wb_footer_links {
    background: none;
}
/* End Modal 2 */

/* Start Modal 2 Media Queries */
@media (min-width: 990px) {
    .wb-content2 .wb_content_all_prod,
    .wb-content2 .wb_content_cert_prod,
    .wb-content2 .wb_content_sing_prod {
        padding-left: 50px;
        padding-top: 30px;
    }
    .wb-footer2 {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    .wb-footer2 .wb_footer_logo {
        width: 15%;
        font-size: 14px;
    }
    .wb-footer2 .wb_footer_links {
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
        white-space: nowrap;
        width: 30%;
        margin: 0;
    }
    .wb-footer2 .wb_footer_links:first-child {
        margin-left: 5px !important;
    }
    .wb-footer2 .wb_footer_links:nth-child(3) {
        display: block !important;
    }
    .wb-footer2 .wb_footer_cta {
        width: 25%;
    }
    .wb-footer2 .wb_footer_cta h5 {
        font-size: 14px;
    }
    .wb-footer2 .wb_footer_cta h6 {
        font-size: 14px;
        margin: 0;
    }
}
@media (max-width: 990px) {
    .modal-builder1 .wb_dropdown {
        background: none !important;
        border: none !important;
    }
    .wb-content2 .wb_product_placement {
        display: block;
        padding-top: 30px;
    }
    .wb-content2 .wb_product_placement div:nth-child(3),
    .wb-content2 .wb_product_placement div:nth-child(6) {
        padding-left:5px;
    }
    .wb-content2 .wb_product_placement .wb_content_all_prod {
        display: grid;
        grid-template-columns: .3fr 1fr .3fr 1fr;
    }
    .wb-content2 .wb_product_placement .wb_content_all_prod .clear {
        display: none;
    }
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(2),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(4),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(7),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(9) {
        top: 0 !important;
        padding-right: 0 !important;
        width: 100%;
    }
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(3),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(5),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(8),
    .wb-content2 .wb_product_placement .wb_content_all_prod div:nth-child(10) {
        margin: 10px 5px 0 0;
        width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding-left: 0;
    }
    .web-home-modal2-col4 #element_container_response .wb_header_1,
    .web-home-modal2-col4 #element_container_response .wb_header_2,
    .web-home-modal2-col4 #element_container_response .wb_header_3,
    .web-home-modal2-col4 #element_container_response .wb_content_all_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_cert_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_sing_prod,
    .web-home-modal2-col4 #element_container_response .wb_content_short_form,
    .web-home-modal2-col4 #element_container_response .wb_content_long_form,
    .web-home-modal2-col4 #element_container_response .wb_content_social_box,
    .web-home-modal2-col4 #element_container_response .wb_content_cta_link,
    .web-home-modal2-col4 #element_container_response .wb_content_conv_text,
    .web-home-modal2-col4 #element_container_response .wb_content_video_box,
    .web-home-modal2-col4 #element_container_response .wb_content_pic_gall,
    .web-home-modal2-col4 #element_container_response .wb_footer_1,
    .web-home-modal2-col4 #element_container_response .wb_footer_2,
    .web-home-modal2-col4 #element_container_response .wb_footer_3 {
        width: 100% !important;
    }
}
.wb-footer2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.wb-footer2 .wb_footer_logo {
    width: 15%;
    font-size: 12px;
}
.wb-footer2 .wb_footer_links {
    text-align: center;
    padding: 10px 0;
    font-size: 10px;
    white-space: nowrap;
    width: 30%;
    margin: 0;
}
.wb-footer2 .wb_footer_links:first-child {
    margin-left: 5px !important;
}
.wb-footer2 .wb_footer_links:nth-child(3) {
    display: block !important;
}
.wb-footer2 .wb_footer_cta {
    width: 25%;
}
.wb-footer2 .wb_footer_cta h5 {
    font-size: 10px;
}
.wb-footer2 .wb_footer_cta h6 {
    font-size: 10px;
    margin: 0;
}
@media(max-width: 768px) {
    .wb-content2 .wb_product_placement .wb_pp_small {
        width: 15%;
        margin: 0;
    }
    .wb-content2 .wb_product_placement .wb_pp_small_text {
        width: 35%;
        padding-left: 5px;
    }
    .wb-footer2 .wb_footer_logo {
        font-size: 10px;
    }
    .wb-footer2 .wb_footer_links {
        margin: 0 10px;
    }
}
@media (max-width: 990px) and (min-width: 600px) {
    .wb-content2 .wb_product_placement .wb_pp_small {
        width: 10%;
        margin: 0;
    }
    .wb-content2 .wb_product_placement .wb_pp_small_text {
        width: 40%;
        padding-left: 5px;
    }
}
/* End Modal 2 Media Queries */

/* Analytics Work */

.analytics-traffic1 {
    padding-left: 0;
}
.analytics-traffic2 {
    padding-right: 0;
}
.analytics-traffic1 .highcharts-container {
    background: #fff !important;
    box-shadow: 0px 0px 14px #0000001F;
    width: 100% !important;
}
.analytics-traffic1 .highcharts-container,
.analytics-traffic1 .highcharts-container .highcharts-root {
    width: 100% !important;
}
.analytics-content {
    /* padding: 0 23px !important; */
    padding: 0 !important;
    margin: 0;
}
.analytics-nav-row {
    margin-left: 0 !important;
    padding-top: 10px;
}
.analytics-nav-col {
    border: none !important;
}
.analytics-nav-col ul {
    padding-left: 13px;
}
.analytics-nav-col ul li {
    margin-right: 20px;
}
.analytics-nav-col ul li a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
    border-top-width: 0px !important;
    margin-top: 0px !important;
}
.analytics-nav-col ul li a:first-child {
    padding-left: 15px;
}
.analytics-nav-col ul li a:hover,
.analytics-nav-col ul li a:focus,
.analytics-nav-col ul li a:active {
    background: none;
    color: #fff !important;
}
.analytics-nav-col ul .active a {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
    padding-left: 0;
}
.analytics-nav-col form select {
    position: relative;
}
.analytics-btn1,
.analytics-btn2 {
    background: transparent!important;
    width: 160px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 15px;
    color: #fff;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 16px !important;
    border: 1px solid #fff;
    margin-left: 20px;
}
.analytics-btn1 option,
.analytics-btn2 option {
    color: black;
}

.analytics-btn1:hover,
.analytics-btn2:hover,
.analytics-btn1:active,
.analytics-btn2:active,
.analytics-btn1:focus,
.analytics-btn2:focus {
    color: #fff;
    border: 1px solid #fff;
}
.analytics-traffic2 .traffic2-well {
    border-radius: 0 !important;
    padding-top: 0;
    box-shadow: 0px 0px 14px #0000001F;
}
.analytics-traffic2 .traffic2-well .highcharts-container {
    width: 100% !important;
}
.analytics-widget-col {
    margin-top: 10px;
}
.analytics-widget-col .jarviswidget {
    box-shadow: 0px 0px 14px #0000001F;
}
.analytics-widget-col article.sortable-grid {
    padding-left: 0;
    padding-right: 0;
}
.analytics-widget-body {
    margin: 0 !important;
}
.analytics-widget-body #DataTables_Table_0_filter {
    top: -40px !important;
    position: relative;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.analytics-widget-body #DataTables_Table_0_filter .input-group {
    width: 250px !important;
}
.analytics-widget-body #DataTables_Table_0_filter .input-group input {
    height: 40px;
}
.analytics-widget-body .widget-body-toolbar {
    margin-top: 0px !important;
    padding-bottom: 0;
    background: #fff;
    border: none;
}
.analytics-widget-body .widget-body-toolbar h2 {
    font-weight: bold;
    font-size: 20px;
    margin: 10px !important;
}
.analytics-widget-body .dataTables_scroll {
    overflow-x: hidden;
}
.analytics-widget-body .dataTables_scrollHead {
    padding-left: 25px;
    overflow: initial !important;
}
.analytics-widget-body .dataTables_scrollBody  {
    padding-left: 25px;
    overflow: initial !important;
}
div.dataTables_scrollHead table thead tr:last-child th:first-child {
    font-size: 20px;
}
.analytics-widget-body .table>thead>tr>th,
.analytics-widget-body .table>tbody>tr>th,
.analytics-widget-body .table>tfoot>tr>th,
.analytics-widget-body .table>thead>tr>td,
.analytics-widget-body .table>tbody>tr>td,
.analytics-widget-body .table>tfoot>tr>td {
    padding-left: 0;
}
.analytics-widget-body #DataTables_Table_0_info {
    display: none;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td  a  i {
    display: none !important;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td  a {
    background: #fff!important;
    width: 120px;
    height: 30px;
    border-radius: 50px !important;
    font-size: 15px;
    color: #999;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 4px 16px !important;
    border: 1px solid #999;
    margin-left: 20px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(2){
    padding-left: 5px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(3){
    padding-left: 5px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(4){
    padding-left: 10px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(5){
    padding-left: 20px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(6){
    padding-left: 40px;
}
.analytics-widget-body  .analytics-grid  tbody  tr  td:nth-child(7){
    padding-left: 60px;
}
.analytics-stats-table .dataTables_filter .input-group .form-control {
    height: 34px;
}
.analytics-widget-col .analytics-stats-table .dataTables_filter,
.analytics-widget-col .analytics-stats-table #DataTables_Table_0_wrapper .dataTables_filter {
    display: flex;
    position: relative;
    left: 40%;
    margin-bottom: 20px;
    top: 0 !important;
}
.analytics-widget-col .analytics-stats-table .dataTables_info {
    font-weight: bold;
}

@media(max-width: 900px) {
    .web-nav-col1 ul li,
    .analytics-nav-col ul li {
        margin-right: 0;
    }
    .analytics-nav-col ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }
}
@media(max-width: 768px){
    .analytics-nav-col {
        display: flex;
        flex-direction: column-reverse;
    }
    .analytics-dropdown-container {
        margin: 10px 0;
    }
    .analytics-bt1,
    .analytics-bt2 {
        width: 48%;
        margin: 0 1%;
    }
    .analytics-widget-body .dataTables_scroll {
        overflow-x: scroll;
    }
}
@media (max-width: 767px){
    .analytics-traffic1,
    .analytics-traffic2,
    .analytics-widget-col {
        padding: 0;
    }
}
@media(max-width: 700px) {
    .analytics-widget-body .dataTables_filter {
        display: none;
    }
    .analytics-traffic2 .traffic2-well {
        margin-top: 10px;
    }
}
@media (max-width: 600px) {
    .analytics-widget-col .analytics-stats-table #DataTables_Table_0_filter {
        left: 15% !important;
    }
}

/* Start SEM Work */

.sem-row1 {
    margin-left: 0;
}
.sem-row2 h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    margin-left: 15px;
}
.sem-row3 {
    display: flex;
    margin-left: 0;
}
.sem-navbar {
    width: 60%;
    box-shadow: none;
}
.sem-navbar ul {
    width: 100%;
    padding-left: 13px;
}
.sem-navbar > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.sem-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.sem-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.sem-navbar > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
}
.sem-overview-nav {
    display: flex;
    width: 40%;
    justify-content: flex-end;
    padding-right: 26px;

}
div .sem-white-btn1 {
    background: #fff !important;
    width: auto;
    height: 43px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666 !important;
    padding: 10px 16px !important;
    box-shadow: 0px 3px 12px #00000029;
}
.sem-white-btn1 a h2 {
    margin: 0 !important;
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 500;
}
div .sem-transparent-btn1 {
    background: transparent !important;
    width: 200px;
    margin: 0 0 0 10px;
    height: 43px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 10px 16px !important;
    box-shadow: 0px 3px 12px #00000029;
}
.sem-transparent-btn1 a h2 {
    margin: 0 !important;
    font-size: 16px !important;
    color: #fff !important;
}
.sem-chart-col {
    padding-left: 0;
}
.sem-chart-col .widget-body {
    margin: 0 !important;
}
.sem-chart-col .highcharts-container {
    width: 100% !important;
}
.sem-rate-col {
    display: flex;
    flex-direction: column;
    background: #fff;
    padding: 20px 50px;
    width: 30%;
    margin: 0 auto 0 3.3%;
    border-radius: 3px;
    box-shadow: 0px 0px 14px #0000001F;
}
.sem-rate-col .ui-widget {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.sem-rate-col .ui-widget input {
    border: none;
    border-bottom: 1px solid black;
    width: 100%;
    padding-bottom: 5px;
}
.sem-rate-col .ui-widget input::placeholder {
    text-align: center;
}
.sem-overview-info-row {
    margin-right: 0;
    display: initial;
}
.sem-overview-info-tab {
    color: #999;
}
.sem-overview-info-tab strong {
    display: block;
    text-align: left;
    padding: 0 0 10px 0;
    font-size: 18px;
    color: #666;
}
.sem-overview-info-tab br {
    display: none;
}
.sem-page-row3 .sem-overview-tab div {
    height: 90px;
    padding: 15px 0;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 0px 0px 14px #0000001F;
}

/* Overview nocontent page */

.empty-overview-col1 {
    padding-left: 39px;
}
.empty-overview-col1 .sem-rate-col {
    width: auto;
    margin: 0;
}
.empty-overview-elements h1 {
    font-size: 57px;
    line-height: 59px;
    margin: 40px 0;
}
.empty-overview-subtitle {
    font-size: 39px;
    line-height: 44px;
    font-weight: 300;
}
.empty-overview-elements .sem-white-btn1 {
    margin: 100px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 54px;
    font-size: 18px;
    box-shadow: 0px 3px 12px #00000029 !important;
    color: #fff !important;
    border-radius: 50px;
}
.empty-overview-elements .sem-white-btn1:hover,
.empty-overview-elements .sem-white-btn1:focus {
    color: #fff !important;
}
.empty-overview-col2 {
    display: flex;
    background-size: contain;
    background-position: right;
}
@media (max-width: 1400px) {
    .empty-overview-elements .sem-white-btn1 {
        margin: 80px 0 0 0;
    }
    .empty-overview-elements h1 {
        font-size: 50px;
    }
    .empty-overview-subtitle {
        font-size: 28px;
    }
}
@media(max-width: 1200px) {
    .empty-overview-elements .sem-white-btn1 {
        margin-bottom: 0;
        font-size: 15px;
        width: 225px;
        height: 42px;
        margin: 70px 0 0 0;
    }
    .empty-overview-elements h1 {
        font-size: 40px;
        line-height: 39px;
    }
    .empty-overview-subtitle {
        font-size: 29px;
        line-height: 33px;
    }
}
@media(max-width:991px) and (min-width: 769px) {
    .empty-overview-col1 {
        padding-left: 26px;
    }
}
@media(max-width: 990px) {
    .empty-overview-elements {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .empty-overview-elements h1 {
        text-align: center;
        margin: 30px 0;
        font-size: 27px;
    }
    .empty-overview-col2 {
        background-position: top;
    }
    .empty-overview-subtitle {
        text-align: center;
        font-size: 19px;
    }
}
@media(max-width: 768px) and (min-width: 650px) {
    .empty-overview-elements {
        margin-top: 30px;
    }
}
@media(max-width: 768px) {
    .empty-overview-elements .sem-white-btn1 {
        width: 55%;
        margin: 50px auto 0 auto;
    }
    div .sem-transparent-btn1 {
        margin: 10px 0 0 0;
    }
}


/* End overview nocontent page */


.sem-camp-row {
    margin-left: 0;
}
.sem-camp-row1,
.sem-groups-row1,
.sem-ads-row1,
.sem-kw-row1 {
    margin-right: 0;
    /* margin-left: 0; */
}
.sem-camp-row1 .jarviswidget,
.sem-groups-row1 .jarviswidget,
.sem-ads-row1 .jarviswidget,
.sem-kw-row1 .jarviswidget {
    box-shadow: 0px 0px 14px #0000001F;
}
.sem-camp-jarvis header {
    background: #fff !important;
    border: none !important;
}
.sem-camp-jarvis header h2 {
    font-weight: bold;
    font-size: 18px;
}
.sem-camp-chart .highcharts-root,
.sem-groups-chart .highcharts-root,
.sem-ads-chart .highcharts-root,
.sem-kw-chart .highcharts-root {
    margin: 0;
}
.sem-camp-filter-col,
.sem-groups-filter-col,
.sem-ads-filter-col,
.sem-kw-filter-col {
    width: 16%;
    float: right;
    background: #fff;
    border-radius:25px;
    height: 302px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px 13px;
    box-shadow: 0px 0px 14px #0000001F;
}
.converting-kw {
    padding: 0 13px !important;
    max-height: 303px;
    margin: 0 0.5% !important;
    width: 15%;
}
.sem-camp-filter-row1 {
    font-size: 14px;
    color: #AEAEAE;
}
.sem-camp-filter-row1 h2 {
    font-weight: bold;
    color: black;
    margin: 10px 0;
}
.sem-camp-filter-row1 strong {
    color: black;
}
.sem-camp-filter-row2 div .slider-horizontal {
    height: auto;
    margin: 0;
}
.sem-camp-cr1 {
    margin: 30px 0;
}
.sem-camp-cr2 {
    margin: 0;
}
.sem-camp-cr2 p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-camp-cr2 select {
    width: 90%;
    height: 30px;
    border-radius: 3px;
    border-color: #999;
    padding: 0 10px;
    color: #AEAEAE;
}
.sem-camp-cr3 {
    margin: 0;
}
.sem-camp-filter-row2 > div > .slider-horizontal > .slider-track {
    width: 90%;
    position:relative;
    top: 0;
    margin: 0 5%;
    height: 3px;
}
.sem-camp-filter-row2 > div > .slider-horizontal > .slider-track > .slider-selection {
    background: #6A74F8;
}
.sem-camp-filter-row2 > div > .slider-horizontal > .slider-track > .slider-handle {
    color: #fff;
    background: #fff;
    border: 1px solid #999;
    text-shadow: none;
    box-shadow: 0 0 3px #E3E3E3;
    margin-top: -7px;
}
.sem-filter-btn {
    background: transparent !important;
    width: 90%;
    height: 37px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #6A74F8 !important;
    color: #6A74F8;
    margin-top: 25px;
    margin-bottom: 15px;
}
.sem-filter-btn:hover,
.sem-filter-btn:focus {
    border: 1px solid #6A74F8;
    color: #6A74F8;
}
.sem-camp-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px !important;
}
.sem-camp-toolbar h2 {
    margin: 10px 0;
}
.sem-camp-toolbar div {
    margin: 10px 0 10px 15px;
}
.sem-camp-toolbar div select {
    font-size: 15px;
    border: none;
}
.sem-camp-ads,
.sem-groups-ads,
.sem-res-ads {
    height: 423px;
    box-shadow: 0px 0px 14px #0000001F;
    overflow: auto;
}
.sem-ads-ads{
    height: 455px;
    box-shadow: 0px 0px 14px #0000001F;
    overflow: auto;
}
.sem-kw-ads{
    height: 668px;
    box-shadow: 0px 0px 14px #0000001F;
}
.sem-groups-ads{
    height: 472px;
    box-shadow: 0px 0px 14px #0000001F;
}
.sem-res-ads {
    height: 700px;
}
.sem-camp-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -48px;
}
.sem-camp-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.sem-camp-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.sem-camp-jarvis2 {
    margin-top: 20px !important;
}
.sem-camp-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.sem-camp-table tbody tr,
.dataTables_wrapper table.sem-groups-table tbody tr,
.dataTables_wrapper table.sem-ads-table tbody tr,
.dataTables_wrapper table.sem-kw-table tbody tr,
.dataTables_wrapper table.sem-res-table tbody tr {
    border-bottom: 1px solid #e1e1e1;
}
.dataTables_wrapper table.sem-camp-table thead tr .sorting {
    font-size: 14px;
}
.dataTables_wrapper table.sem-camp-table tbody tr td label input:checked + i {
    border-color: #999;
}
.dataTables_wrapper table.sem-camp-table thead tr th label.checkbox  i,
.dataTables_wrapper table.sem-camp-table tbody tr td label.checkbox  i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.dataTables_wrapper table.sem-camp-table thead tr th label.checkbox i:hover,
.dataTables_wrapper table.sem-camp-table thead tr th label.checkbox i:focus,
.dataTables_wrapper table.sem-camp-table thead tr th label.checkbox i:checked,
.dataTables_wrapper table.sem-camp-table thead tr th label.checkbox i:after,
.dataTables_wrapper table.sem-camp-table tbody tr td label.checkbox i:hover,
.dataTables_wrapper table.sem-camp-table tbody tr td label.checkbox i:focus,
.dataTables_wrapper table.sem-camp-table tbody tr td label.checkbox i:checked,
.dataTables_wrapper table.sem-camp-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.sem-camp-jarvis2 .dataTables_scroll .dataTables_scrollHead,
.sem-camp-jarvis2 .dataTables_scroll .dataTables_scrollBody {
    overflow: initial !important;
}
/* .sem-camp-jarvis2 .dataTables_scroll {
      overflow: auto;
  } */
.sem-camp-table tbody tr td a,
.sem-camp-table tbody tr td span.fa {
    color: #999 !important;
}
.sem-camp-nav {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}

.sem-groups-row {
    margin-left: 0;
}
.sem-groups-row1 {
    margin-right: 0;
}
.sem-groups-jarvis header {
    background: #fff !important;
    border: none !important;
}
.sem-groups-jarvis header h2 {
    font-weight: bold;
    font-size: 18px;
}

.sem-groups-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px !important;
}
.sem-groups-toolbar h2 {
    margin: 10px 0;
}
.sem-groups-toolbar div {
    margin: 10px 0 10px 15px;
}
.sem-groups-toolbar div select {
    font-size: 15px;
    border: none;
}
.sem-groups-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -48px;
}
.sem-groups-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.sem-groups-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.sem-groups-jarvis2 {
    margin-top: 20px !important;
}
.sem-groups-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.sem-groups-table thead tr .sorting {
    font-size: 14px;
}
.dataTables_wrapper table.sem-groups-table tbody tr td label input:checked + i {
    border-color: #999;
}
.dataTables_wrapper table.sem-groups-table thead tr th label.checkbox  i,
.dataTables_wrapper table.sem-groups-table tbody tr td label.checkbox  i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.dataTables_wrapper table.sem-groups-table thead tr th label.checkbox i:hover,
.dataTables_wrapper table.sem-groups-table thead tr th label.checkbox i:checked,
.dataTables_wrapper table.sem-groups-table thead tr th label.checkbox i:after,
.dataTables_wrapper table.sem-groups-table tbody tr td label.checkbox i:hover,
.dataTables_wrapper table.sem-groups-table tbody tr td label.checkbox i:checked,
.dataTables_wrapper table.sem-groups-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.sem-groups-jarvis2 .dataTables_scroll .dataTables_scrollHead,
.sem-groups-jarvis2 .dataTables_scroll .dataTables_scrollBody {
    overflow: initial !important;
}
/* .sem-groups-jarvis2 .dataTables_scroll {
      overflow: auto;
  } */
.sem-groups-table tbody tr td a,
.sem-groups-table tbody tr td span.fa {
    color: #999 !important;
}
.sem-groups-nav {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}


.sem-ads-row {
    margin-left: 0;
}
.sem-ads-row1 {
    margin-right: 0;
}
.sem-ads-jarvis header {
    background: #fff !important;
    border: none !important;
}
.sem-ads-jarvis header h2 {
    font-weight: bold;
    font-size: 18px;
}
.sem-ads-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px !important;
}
.sem-ads-toolbar h2 {
    margin: 10px 0;
}
.sem-ads-toolbar div {
    margin: 10px 0 10px 15px;
}
.sem-ads-toolbar div select {
    font-size: 15px;
    border: none;
}
.sem-ads-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -48px;
}
.sem-ads-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.sem-ads-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.sem-ads-jarvis2 {
    margin-top: 20px !important;
}
.sem-ads-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.sem-ads-table thead tr .sorting {
    font-size: 14px;
}
.dataTables_wrapper table.sem-ads-table tbody tr td label input:checked + i {
    border-color: #999;
}
.dataTables_wrapper table.sem-ads-table thead tr th label.checkbox  i,
.dataTables_wrapper table.sem-ads-table tbody tr td label.checkbox  i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.dataTables_wrapper table.sem-ads-table thead tr th label.checkbox i:hover,
.dataTables_wrapper table.sem-ads-table thead tr th label.checkbox i:checked,
.dataTables_wrapper table.sem-ads-table thead tr th label.checkbox i:after,
.dataTables_wrapper table.sem-ads-table tbody tr td label.checkbox i:hover,
.dataTables_wrapper table.sem-ads-table tbody tr td label.checkbox i:checked,
.dataTables_wrapper table.sem-ads-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.sem-ads-jarvis2 .dataTables_scroll .dataTables_scrollHead,
.sem-ads-jarvis2 .dataTables_scroll .dataTables_scrollBody {
    overflow: initial !important;
}
/* .sem-ads-jarvis2 .dataTables_scroll {
      overflow: auto;
  } */
.sem-ads-table tbody tr td a,
.sem-ads-table tbody tr td span.fa {
    color: #999 !important;
}
.sem-ads-nav {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
.sem-ads-nav .sem-white-btn1 {
    width: auto;
}

.sem-kw-row .sem-row2 {
    margin-left: 15px;
}
.sem-kw-row1 {
    margin-right: 0;
    display: flex;
}
.sem-kw-row1 .jarviswidget {
    margin: 0;
}
.sem-kw-jarvis header {
    background: #fff !important;
    border: none !important;
}
.sem-kw-jarvis header h2 {
    font-weight: bold;
    font-size: 18px;
}
.sem-kw-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px !important;
}
.sem-kw-toolbar h2 {
    margin: 10px 0;
}
.sem-kw-toolbar div {
    margin: 10px 0 10px 15px;
}
.sem-kw-toolbar div select {
    font-size: 15px;
    border: none;
}
.sem-kw-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -48px;
}
.sem-kw-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.sem-kw-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.sem-kw-jarvis2 {
    margin-top: 20px !important;
}
.sem-kw-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.sem-kw-table thead tr .sorting {
    font-size: 14px;
}
.dataTables_wrapper table.sem-kw-table tbody tr td label input:checked + i {
    border-color: #999;
}
.dataTables_wrapper table.sem-kw-table thead tr th label.checkbox  i,
.dataTables_wrapper table.sem-kw-table tbody tr td label.checkbox  i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.dataTables_wrapper table.sem-kw-table thead tr th label.checkbox i:hover,
.dataTables_wrapper table.sem-kw-table thead tr th label.checkbox i:focus,
.dataTables_wrapper table.sem-kw-table thead tr th label.checkbox i:checked,
.dataTables_wrapper table.sem-kw-table thead tr th label.checkbox i:after,
.dataTables_wrapper table.sem-kw-table tbody tr td label.checkbox i:hover,
.dataTables_wrapper table.sem-kw-table tbody tr td label.checkbox i:focus,
.dataTables_wrapper table.sem-kw-table tbody tr td label.checkbox i:checked,
.dataTables_wrapper table.sem-kw-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.sem-kw-jarvis2 .dataTables_scroll .dataTables_scrollHead,
.sem-kw-jarvis2 .dataTables_scroll .dataTables_scrollBody {
    overflow: initial !important;
}
/* .sem-kw-jarvis2 .dataTables_scroll {
      overflow: auto;
  } */
.sem-kw-table tbody tr td a,
.sem-kw-table tbody tr td span.fa {
    color: #999 !important;
}
.sem-key-table thead tr {
    background-image: none !important;
    background: transparent !important;
}
.sem-key-table thead tr th {
    border: none;
}
.sem-kw-nav {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}


.sem-res-row {
    margin-left: 0;
}
.sem-res-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    border: none;
    padding: 8px 8px 0 0 !important;
}
.sem-res-toolbar h2 {
    margin: 10px 0;
}
.sem-res-toolbar div {
    margin: 10px 0 10px 15px;
}
.sem-res-toolbar div select {
    font-size: 15px;
    border: none;
}
.sem-res-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -72px;
}
.sem-res-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.sem-res-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.sem-res-jarvis2 {
    margin-top: 20px;
}
.sem-res-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.sem-res-table thead tr .sorting {
    font-size: 14px;
}
.dataTables_wrapper table.sem-res-table tbody tr td label input:checked + i {
    border-color: #999;
}
.dataTables_wrapper table.sem-res-table thead tr th label.checkbox  i,
.dataTables_wrapper table.sem-res-table tbody tr td label.checkbox  i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.dataTables_wrapper table.sem-res-table thead tr th label.checkbox i:hover,
.dataTables_wrapper table.sem-res-table thead tr th label.checkbox i:checked,
.dataTables_wrapper table.sem-res-table thead tr th label.checkbox i:after,
.dataTables_wrapper table.sem-res-table tbody tr td label.checkbox i:hover,
.dataTables_wrapper table.sem-res-table tbody tr td label.checkbox i:checked,
.dataTables_wrapper table.sem-res-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.sem-res-jarvis2 .dataTables_scroll .dataTables_scrollHead,
.sem-res-jarvis2 .dataTables_scroll .dataTables_scrollBody {
    overflow: initial !important;
}
/* .sem-res-jarvis2 .dataTables_scroll {
    overflow: auto;
  } */
.sem-res-table tbody tr td a,
.sem-res-table tbody tr td span.fa {
    color: #999 !important;
}
.sem-res-table thead tr {
    background-image: none;
    background: none;
}
.sem-res-table thead tr th {
    border: none;
}
.res-down-btn {
    background: transparent !important;
    width: 200px;
    height: 37px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #6A74F8;
    color: #6A74F8;
    margin: 0;
    padding: 8px 0;
}
.res-down-btn:hover,
.res-down-btn:active,
.res-down-btn:focus {
    color: #6A74F8;
    border-color: #6A74F8;
}
.sem-res-sbtn {
    background: none;
    border: none;
    box-shadow: none;
    padding: 6px 4px;
    color: #999;
    font-size: 15px;
}
.sem-res-sbtn:active,
.sem-res-sbtn:focus {
    border-bottom: 3px solid #666;
    font-weight: bold;
    box-shadow: none;
    color: black;
}
.sem-res-nav {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
.learn-more-modal-content .learn-more-modal-header {
    margin-bottom: 20px;
}
.learn-more-modal-header .close {
    color: #000;
}
.learn-more-modal-header h4 {
    font-size: 28px;
    color: #fff !important;
}
.learn-more-modal-header h4 strong {
    font-size: 28px !important;
    color: #fff !important;
}
.learn-more-modal-content {
    height: 700px;
    overflow: auto;
    width: 90% !important;
    margin: 60px 5% 0 5%;
    top: 35px;
    position: relative;
}
.learn-more-modal-content .content_inner {
    padding: 0;
    margin: 0;
}
.learn-more-modal-content div h1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #4c4c4c;
}
.learn-more-modal-content h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #4c4c4c;
}
.learn-more-modal-content p,
.learn-more-t1 tbody tr td {
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    color: #666;
}
.learn-more-subt {
    margin: 40px 10% 30px 10%;
}
.learn-more-modal-content .learn-more-r1 {
    padding: 40px 10% 30px 10%;
}
.learn-more-modal-content .learn-more-r1 .row {
    margin: 30px 0;
}
.learn-more-modal-content .learn-more-r1 .row .col-sm-12 {
    padding: 0;
}
.learn-more-modal-content .learn-more-r1 p {
    text-align: left;
    line-height: 36px;
}
.learn-more-types,
.learn-more-types-mobile {
    background: #E3E3E3;
    margin: 0;
    padding: 30px 5% 10px 5%;
}
.learn-more-types h4,
.learn-more-types-mobile h4 {
    text-align: center;
    margin: 0 0 30px 0;
}
.learn-more-types h4 strong,
.learn-more-types-mobile h4 strong {
    font-size: 24px;
    color: #000;
}
.learn-more-types p,
.learn-more-types-mobile p {
    margin-bottom: 20px;
}
.learn-more-types p strong,
.learn-more-types-mobile p strong {
    color: #000;
}
.learn-more-r1 .col-md-2 p {
    font-size: 31px;
    color: #4c4c4c;
    line-height: 39px;
}
.learn-more-r1 .col-md-2 hr {
    border: navajowhite;
    color: #4c4c4c;
    height: 6px;
    width: 60px;
    background: #4c4c4c;
    position: absolute;
    margin-top: 10px;
}
.learn-more-modal-content .learn-more-r1 .row .learn-more-c1 {
    padding-top: 100px;
}
.learn-more-sr1 .col-md-10 .row {
    margin-top: 0;
    display: flex;
}
.learn-more-sr1 .col-md-10 .row .col-md-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
    height: auto;
    flex-grow: 1;
}
.learn-more-h {
    height: -webkit-fill-available;
    height: -moz-available;
    justify-content: space-between;
}
.learn-more-modal-content .learn-more-r1 .row .learn-more-p {
    padding: 0 10px;
}
.learn-more-sr1 .col-md-10 .row .learn-more-ct {
    justify-content: space-around;
}
.learn-more-of {
    height: auto;
}
.learn-more-gallery {
    justify-content: space-between;
    margin-top: 80px;
}

@media (max-width: 1400px) {
    .learn-more-r1 .col-md-2 p {
        font-size: 22px;
    }
}
@media (max-width: 1200px) {
    .learn-more-modal-content .learn-more-r1 {
        padding: 40px 5% 30px 5%;
    }
}
@media (max-width:1000px) and (min-width: 769px){
    .sem-kw-nav,
    .sem-ads-nav,
    .sem-overview-nav,
    .sem-groups-nav,
    .sem-res-nav,
    .sem-camp-nav {
        justify-content: initial;
    }
}
@media (max-width: 990px) {
    .sem-kw-jarvis {
        width: 100%;
        margin-bottom: 20px !important;
    }
    .learn-more-types {
        display:none;
    }
    .learn-more-types-mobile {
        display: block !important;
    }
    .learn-more-r1 .col-md-2 hr {
        display: block !important;
        margin-left: 0;
        position: relative;
    }
    .learn-more-sr1 {
        display:none;
    }
    .learn-more-sr1-mobile {
        display: block !important;
    }
    .learn-more-mv {
        margin: 20px 0;
    }
    .learn-more-modal-content .learn-more-r1 .row .learn-more-p {
        height: auto;
    }
    .learn-more-modal-content .learn-more-r1 .row {
        margin-bottom: 0;
    }
    .learn-more-modal-content .learn-more-sr1 p {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .sem-kw-row1 {
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .learn-more-modal-content {
        width: 100% !important;
        margin: 60px 0;
        top: 55px;
    }
    .learn-more-t1 tbody tr {
        justify-content: flex-start !important;
    }
    .learn-more-modal-header h4 {
        font-size: 24px;
    }
    .learn-more-subt {
        margin: 40px 5% 30px 5%;
    }
    .learn-more-modal-content .learn-more-r1 .row .learn-more-c1 {
        padding-top: 0;
    }
    .sem-res-toolbar .res-down-btn {
        width: 100px;
        margin-top: 10px;
    }
}

.learn-more-t1,
.learn-more-t2 {
    margin: 20px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.learn-more-t1 {
    flex-direction: column;
}
.learn-more-t1 thead {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
}
.learn-more-t1 thead tr {
    flex-direction: column;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.learn-more-t1 tbody {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    justify-content: space-evenly;
    flex-direction: column;
}
.learn-more-t1 tbody tr {
    display: flex;
    align-items: baseline;
    justify-content: center;
    word-break: break-word;
    white-space: pre;
}
.learn-more-t2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.learn-more-t2 thead {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.learn-more-t2 thead tr {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.learn-more-t2 tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.learn-more-t2 tbody tr {
    display: flex;
    justify-content: space-evenly;
}
.sem-camp-jarvis,
.sem-groups-jarvis,
.sem-ads-jarvis {
    margin-bottom: 0 !important;
}
.sem-overview-span {
    color: #666;
}
.sem-page-row3 div:last-of-type .well span strong {
    color: #44CBEE;
}

/* End SEM Work */

/* Start SEM Media Queries */

@media(max-width:1600px) {
    .sem-page-row3 div:nth-child(5) div {
        display: flex;
        word-break: break-word;
        font-size: 14px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (max-width: 1400px) {
    .sem-res-ads .dataTables_filter, .sem-kw-ads .dataTables_filter {
        left: 420px;
    }
}
@media (max-width: 1120px) {
    .sem-camp-ads .dataTables_filter,
    .sem-groups-ads .dataTables_filter,
    .sem-ads-ads .dataTables_filter,
    .sem-kw-ads .dataTables_filter {
        left: 320px;
    }
}
@media (max-width: 1000px) {
    .sem-row3 {
        flex-direction: column;
    }
    .sem-navbar {
        order: 2;
        width: 100%;
        padding-left: 0;
    }
    .sem-overview-tab {
        width: 100%;
    }
    .sem-overview-tab div {
        opacity: 1 !important;
    }
    .sem-overview-info-row {
        margin-left: 0;
    }
    .sem-filter-btn {
        font-size: 10px;
    }
    .sem-key-table thead tr th {
        text-align: center !important;
    }
    .sem-res-ads .dataTables_filter {
        left: 120px;
    }
    .sem-kw-ads .dataTables_filter {
        left: 240px;
    }
}

@media (max-width: 990px) {
    .sem-rate-col {
        width: 100%;
        margin: 0 auto;
    }
    .sem-chart-col {
        margin-top: 10px;
        padding-right: 0;
    }
}

@media (max-width: 768px) {
    .sem-camp-nav > .sem-transparent-btn1,
    .sem-groups-nav > .sem-transparent-btn1,
    .sem-ads-nav > .sem-transparent-btn1,
    .sem-kw-nav > .sem-transparent-btn1 {
        padding: 10px 16px !important;
    }
    .sem-camp-nav > .sem-transparent-btn1 a h2,
    .sem-groups-nav > .sem-transparent-btn1 a h2,
    .sem-ads-nav > .sem-transparent-btn1 a h2,
    .sem-kw-nav > .sem-transparent-btn1 a h2 {
        font-size: 14px !important;
    }
    .sem-white-btn1 i {
        display: none !important;
    }
    .sem-filter-btn {
        font-size: 14px;
    }
    .sem-row2 {
        text-align: center;
    }
    .sem-page-row3 {
        margin: 0;
    }
    .sem-overview-nav {
        justify-content: center;
        width: 100%;
        padding-right: 0;
    }
    .sem-navbar ul {
        display: flex;
        /*justify-content: center;*/
    }
    .sem-navbar .nav-tabs {
        width: 100%;
    }
    .sem-row3 > .sem-overview-nav > .sem-white-btn1,
    .sem-row3 > .sem-overview-nav > .sem-transparent-btn1 {
        padding: 10px 16px !important;
    }
    .sem-overview-tab {
        padding: 0;
        margin-bottom: 5px;
    }

    .sem-camp-chart,
    .sem-groups-chart,
    .sem-ads-chart,
    .sem-kw-chart {
        margin: 0;
        overflow: auto;
        width: 100%;
        padding-right: 0;
    }
    .sem-camp-filter-col,
    .sem-groups-filter-col,
    .sem-ads-filter-col,
    .sem-kw-filter-col {
        width: 100% !important;
        margin: 20px auto 0 auto;
        text-align: center;
        padding: 0;
        border-radius:0;
    }
    .sem-kw-filter-col {
        flex-grow: 1;
    }
    .sem-camp-row1,
    .sem-groups-row1,
    .sem-ads-row1,
    .sem-kw-row1 {
        margin-left: 0;
    }
    .sem-camp-row,
    .sem-groups-row,
    .sem-ads-row,
    .sem-kw-row {
        margin-right: 0;
    }
    .sem-camp-nav,
    .sem-groups-nav,
    .sem-ads-nav,
    .sem-kw-nav {
        justify-content: center;
        text-align: center;
        width: 80%;
        margin: 0 10%;
    }
    .sem-camp-jarvis .widget-body,
    .sem-groups-jarvis .widget-body,
    .sem-ads-jarvis .widget-body,
    .sem-kw-jarvis .widget-body  {
        width: 90%;
        padding: 0 0 13px 0;
        margin: 0 auto 20px auto;
    }
    .sem-camp-jarvis header h2,
    .sem-groups-jarvis header h2,
    .sem-ads-jarvis header h2,
    .sem-kw-jarvis header h2 {
        text-align: center;
        margin: 0;
        width:100%;
    }
    .sem-camp-jarvis div .widget-body,
    .sem-groups-jarvis div .widget-body,
    .sem-ads-jarvis div .widget-body,
    .sem-kw-jarvis div .widget-body {
        width:100%;
    }
    .sem-camp-jarvis div .widget-body #chart div h3,
    .sem-groups-jarvis div .widget-body #chart div h3,
    .sem-ads-jarvis div .widget-body #chart div h3,
    .sem-kw-jarvis div .widget-body #chart div h3 {
        font-size: 16px;
    }
    .sem-ads-results {
        background: none !important;
        border: none !important;
    }


    .sem-res-row {
        margin-right: 0;
    }
    .sem-res-nav {
        justify-content: center;
        text-align: center;
        width: 80%;
        margin: 0 10%;
    }
    .sem-res-btns {
        text-align:center;
    }
    .dataTables_wrapper table.sem-res-table thead tr th:first-child label {
        margin-left: 16px;
        margin-bottom: 5px;
    }

}
@media(max-width: 720px) {
    .res-down-btn {
        width: 80px;
        white-space: initial;
        height: 56px;
        bottom: 12px;
        position: relative;
    }
}
@media(max-width: 650px) {
    .sem-navbar > .nav-tabs {
        display: flex;
        /*flex-direction: column;*/
        /*align-items: center;*/
        margin: 8px 0;
    }
    .sem-navbar > .nav-tabs > li > a {
        /*padding-bottom: 0;*/
    }
    .sem-navbar > .nav-tabs > li.active > a {
        /*border-bottom: none !important;*/
    }
    .sem-overview-nav,
    .sem-camp-nav,
    .sem-groups-nav,
    .sem-ads-nav,
    .sem-kw-nav {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sem-white-btn1 {
        margin-top: 10px;
    }
    .sem-transparent-btn1 {
        margin-top: 10px;
        margin-left: 0;
    }
    .sem-camp-nav br,
    .sem-groups-nav br,
    .sem-ads-nav br {
        display: none;
    }
    .sem-res-toolbar {
        flex-direction: column;
        margin-bottom: 10px !important;
    }
    .sem-res-ads {
        padding: 0 17px 20px 17px !important;
    }
    .sem-res-ads .dataTables_filter {
        display:none;
    }
    .sem-ov-modal-content .sem-ov-modal-body {
        padding: 50px 0 0 0 !important;
    }
    .sem-ov-modal-footer ul {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .sem-ov-modal-footer ul li.finish {
        width: 100%;
    }
    .sem-ov-modal-r7 #adgroup_content {
        text-align: center;
    }
    .sem-ov-modal-r7 #keywords_content {
        text-align: center;
        margin-top: 20px;
        height: 125px !important;
    }
}
@media (max-height: 685px) {
    .sem-ov-modal-dialog .sem-ov-modal-content {
        height: 500px;
    }
}
@media (max-width: 575px) {
    .sem-row2 {
        margin-left: 0;
    }
    .sem-row2 h1 {
        font-size: 20px;
    }
    .sem-navbar .nav-tabs {
        word-break: break-word;
        /* padding-left: 0; */
    }
    .sem-row3 > .sem-overview-nav > .sem-white-btn1,
    .sem-row3 > .sem-overview-nav > .sem-transparent-btn1 {
        width: 120px;
        height: 41px;
        padding: 10px 0 !important;
        white-space: inherit;
        height: auto;
    }
    .sem-row3 > .sem-overview-nav > .sem-white-btn1 a h2,
    .sem-row3 > .sem-overview-nav > .sem-transparent-btn1 a h2 {
        font-size: 12px !important;
    }

    .sem-row3 > .sem-camp-nav > .sem-white-btn1,
    .sem-row3 > .sem-camp-nav > .sem-transparent-btn1,
    .sem-row3 > .sem-groups-nav > .sem-white-btn1,
    .sem-row3 > .sem-groups-nav > .sem-transparent-btn1,
    .sem-row3 > .sem-ads-nav > .sem-white-btn1,
    .sem-row3 > .sem-ads-nav > .sem-transparent-btn1,
    .sem-row3 > .sem-kw-nav > .sem-white-btn1,
    .sem-row3 > .sem-kw-nav > .sem-transparent-btn1,
    .sem-row3 > .sem-res-nav > .sem-white-btn1 {
        width: 120px;
        height: 41px;
        padding: 10px 5px !important;
        font-size: 12px !important;
    }
    .sem-camp-ads .dataTables_filter, .sem-groups-ads .dataTables_filter, .sem-ads-ads .dataTables_filter, .sem-kw-ads .dataTables_filter {
        display: none;
    }
}
@media (max-width: 420px) {
    .sem-ov-modal-x1,
    .sem-ov-modal-x2,
    .sem-ov-modal-x3 {
        font-size: 11px !important;
    }
    .sem-ov-modal-footer ul li.finish {
        display: flex;
        justify-content: center;
    }
    .sem-groups-modal-r9 {
        padding: 0 40px;
    }
    .sem-ads-modal-dist div .col-sm-12 {
        text-align: center;
    }
}
@media (max-width: 350px) {
    .res-down-btn {
        width: 160px;
    }
}

/* End SEM Media Queries */

/* Start SEM Modals */
.sem-ov-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 600px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.sem-ov-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.sem-ov-modal-header {
    border: none;
    padding: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.sem-ov-modal-header button {
    margin-right: 10px;
    color: #fff;
}
.sem-ov-modal-body {
    padding: 50px 20px 20px 20px !important;
}
.sem-ov-modal-footer {
    border: none !important;
    padding: 0;
}
.sem-ov-modal-r2 div {
    margin-top: 30px;
    text-align:center;
}
.sem-ov-modal-r2 div h4 {
    font-size: 20px;
}
.sem-ov-modal-tabs-col {
    top: 20px;
}
.sem-ov-modal-tabs-col li span.step {
    background: #fff;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 0 0 4px #999;
}
.sem-ov-modal-tabs-col li.active span.step {
    background: #fff;
    border: 3px solid #6A74F8;
    color: #fff;
}
.sem-ov-modal-tabs-col .bootstrapWizard li:before {
    border-top: none;
}
.sem-ov-modal-tabs-col span.title {
    color: #AEAEAE;
    font-size: 14px;
    text-transform: uppercase;
}
.sem-ov-modal-tabs-col li.active span.title {
    color: #444;
    font-weight: bold;
}
.sem-ov-modal-r2 div h4 {
    color: #666;
}
.sem-ov-modal-r2 div h4 strong {
    color: #444;
}
.sem-ov-modal-r3 div {
    margin: 20px 0;
}
.sem-ov-modal-r3 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-ov-modal-r3 div div input {
    width: 100% !important;
    border-radius: 3px !important;
}
.sem-ov-modal-r3 div div input:focus,
.sem-ov-modal-r3 div div input:active {
    border-color: #ccc;
}
.sem-ov-modal-r4 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-ov-modal-r4 div div select {
    border-radius: 3px !important;
    color: #AEAEAE;
}
.sem-ov-modal-r4 div div input:focus,
.sem-ov-modal-r4 div div input:active {
    border-color: #ccc;
}
.sem-ov-modal-r5 div h3 {
    text-align:center;
    color: #666;
}
.sem-ov-modal-r5 div h3 strong {
    color: #444;
}
.sem-ov-modal-r6 div h3 {
    text-align:center;
    color: #444;
    font-weight: bold;
}
.sem-ov-modal-keywords1 {
    overflow: auto !important;
}
.sem-ov-modal-keywords2 div {
    font-weight: bold !important;
}
.sem-ov-modal-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 20%;
    margin: 20px 40%;
    padding: 3px 14px !important;
}
.sem-ov-modal-btn:hover,
.sem-ov-modal-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.sem-ov-modal-tabs-col li.complete span.step {
    border-color: #fff !important;
    background: #fff !important;
    padding: 7px 13px !important;
}
.sem-ov-modal-tabs-col li.complete span.step i {
    color: #6A74F8 !important;
}
.sem-ov-modal-r8 div h2 {
    text-align: center;
    color: #666;
    margin: 30px 0;
    font-size: 20px;
}
.sem-ov-modal-r8 div h2 strong {
    color: #444;
}
.sem-ov-modal-r8 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    margin: 0 0 4px;
}
.sem-ov-modal-r8 div div input {
    width: 100% !important;
    border-radius: 3px !important;
}
.sem-ov-modal-r8 div div input:focus,
.sem-ov-modal-r8 div div input:active {
    border-color: #ccc;
}
.sem-ov-modal-r9 {
    padding: 0 13px;
}
.sem-ov-modal-r9 div {
    color: #666;
    font-size: 14px;
    font-style: normal !important;
    margin: 0;
    display: flex;
    align-items: center;
}
.sem-ov-modal-r9 div input {
    margin: 0 5px 0 0;
}
.sem-ov-modal-r9 p {
    color: #666;
    font-size: 14px;
    font-style: normal !important;
    margin: 0;
}
.sem-ov-modal-r10 h2 {
    text-align: center;
    color: #666;
    margin: 30px 0;
    font-size: 20px;
}
.sem-ov-modal-r10 h2 strong {
    color: #444;
}
.sem-ov-modal-r11 {
    margin: 0 0 20px 0;
    color: #666;
}
.sem-ov-modal-r11 div div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    margin: 0 0 4px;
}
.sem-ov-modal-r11 div div div div input {
    width: 100% !important;
    border-radius: 3px !important;
}
.sem-ov-modal-r11 div div div div input:focus,
.sem-ov-modal-r11 div div div div input:active {
    border-color: #ccc;
}
.sem-ov-modal-r12 div {
    text-transform: uppercase;
    color: #AEAEAE;
    margin: 0 0 4px;
    padding: 0 13px;
}
.sem-ov-modal-r12 select {
    width: 100%;
    padding: 6px 12px;
    border-radius: 3px !important;
    border-color: #ccc;
    color: #999;
}
.sem-ov-modal-subt1 {
    color: #666;
    text-align:center;
}
.sem-ov-modal-subt2 {
    text-align:center;
}
.sem-ov-modal-tab4 {
    text-align:center;
}
.sem-modal-save-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 120px !important;
    margin: 20px 40%;
    padding: 4px 14px !important;
    border-radius: 15px;
}
.sem-modal-save-btn:hover,
.sem-modal-save-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.sem-ov-modal-tab4 .row {
    text-align: center;
    margin: 0 0 20px 0;
}
.sem-ov-modal-tab4 .row h4 {
    font-weight: bold;
    font-size: 20px;
    color: #999;
}
.sem-ov-modal-tab4 .row p {
    font-weight: bold;
    font-size: 20px;
    color: #666;
}
.sem-ov-modal-finish-img {
    width: 350px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    background: url("../img/sem-illustrations/gg.png") no-repeat center;
    background-size: cover;
}
/* .sem-ov-modal-finish-img img {
    background: url(../img/sem-illustrations/gg.png) no-repeat center;
    background-size: cover;
    margin: 0 auto;
    width: 450px;
    height: 100%;
  } */
.sem-ov-modal-x0 {
    display :flex;
    justify-content: space-around;
    margin: 40px 0;
}
.sem-ov-modal-x1,
.sem-ov-modal-x2,
.sem-ov-modal-x3 {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.sem-ov-modal-x1 strong,
.sem-ov-modal-x2 strong,
.sem-ov-modal-x3 strong {
    font-size: 20px;
}
.sem-ov-modal-x2 {
    word-break: break-word;
}





.sem-groups-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
}
.sem-groups-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 500px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.sem-groups-modal-header {
    border: none;
    padding: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.sem-groups-modal-header button {
    margin-right: 10px;
    color: #fff;
}
.sem-groups-modal-body {
    padding: 20px !important;
}
.sem-groups-modal-footer {
    border: none !important;
    padding: 0;
}
.sem-groups-modal-r2 div,
.sem-groups-modal-r4 div,
.sem-groups-modal-r6 div {
    margin-top: 80px;
    margin-bottom: 30px;
    text-align:center;
}
.sem-groups-modal-r2 div h4,
.sem-groups-modal-r4 div h4,
.sem-groups-modal-r6 div h4 {
    font-size: 20px;
}
.sem-groups-modal-r2 div h4,
.sem-groups-modal-r4 div h4,
.sem-groups-modal-r6 div h4 {
    color: #666;
}
.sem-groups-modal-r2 div h4 strong,
.sem-groups-modal-r4 div h4 strong,
.sem-groups-modal-r6 div h4 strong,
.sem-groups-modal-r8 div h4 strong {
    color: #444;
}
.sem-groups-modal-r8 div {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align:center;
}
.sem-groups-modal-r8 div h5 {
    font-size: 18px;
    color: #AEAEAE;
}
.sem-groups-modal-tabs-col {
    top: 20px;
}
.sem-groups-modal-tabs-col li span.step {
    background: #fff;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 0 0 4px #999;
}
.sem-groups-modal-tabs-col li.active span.step {
    background: #fff;
    border: 3px solid #6A74F8;
    color: #fff;
}
.sem-groups-modal-tabs-col .bootstrapWizard {
    margin-top: 0 !important;
}
.sem-groups-modal-tabs-col .bootstrapWizard li:before {
    border-top: none;
}
.sem-groups-modal-tabs-col span.title {
    color: #AEAEAE;
    font-size: 14px;
    text-transform: uppercase;
}
.sem-groups-modal-tabs-col li.active span.title {
    color: #444;
    font-weight: bold;
}
.sem-groups-modal-r3 div {
    margin: 0;
}
.sem-groups-modal-r3 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-groups-modal-r3 div div input {
    width: 100% !important;
    border-radius: 3px !important;
}
.sem-groups-modal-r3 div div input:focus,
.sem-groups-modal-r3 div div input:active {
    border-color: #ccc;
}
.sem-groups-modal-r3 div:nth-child(2) {
    margin: 20px 0 0 0;
}
.sem-groups-modal-r3 div:nth-child(3) {
    margin: 20px 0 0 0;
}
.sem-groups-modal-r3 div div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
}
.sem-groups-modal-r3 div div select:focus,
.sem-groups-modal-r3 div div select:active {
    border-color: #ccc;
}
.sem-groups-modal-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 20%;
    margin: 0px 40% 20px 40%;
    padding: 4px 14px !important;
}
.sem-groups-modal-btn:hover,
.sem-groups-modal-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.sem-groups-modal-tabs-col li.complete span.step {
    border-color: #fff !important;
    background: #fff !important;
    padding: 7px 13px !important;
}
.sem-groups-modal-tabs-col li.complete span.step i {
    color: #6A74F8 !important;
}
.sem-modal-save-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 20% !important;
    margin: 0px 40% 20px 40%;
    padding: 3px 14px !important;
}
.sem-modal-save-btn:hover,
.sem-modal-save-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.sem-groups-modal-keywords-r h2,
.sem-groups-modal-keywords2 h2 {
    font-size: 20px;
    color: #444;
    font-weight: bold;
    text-align: center;
}
.sem-groups-modal-widget #DataTables_Table_1_filter,
.sem-groups-modal-widget #DataTables_Table_2_filter,
.sem-groups-modal-widget .dataTables_info {
    display: none;
}
.sem-groups-modal-widget .dataTables_scrollHead,
.sem-groups-modal-widget .dataTables_scrollBody,
.sem-groups-modal-table thead .row {
    width: 100%;
}
.sem-groups-modal-table thead tr th {
    padding-right: 70px !important;
}
.sem-groups-modal-table2 thead tr th {
    font-size: 16px;
}
.sem-groups-modal-widget .dataTables_wrapper table.table thead .sorting, .dataTables_wrapper table.table thead .sorting_asc, .dataTables_wrapper table.table thead .sorting_desc, .dataTables_wrapper table.table thead .sorting_asc_disabled, .dataTables_wrapper table.table thead .sorting_desc_disabled {
    padding: 8px;
    font-size: 16px;
}
.sem-groups-modal-widget2 {
    height: 330px;
    overflow: auto;
}
.sem-groups-modal-r5 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-groups-modal-r5 div div input {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
}
.sem-groups-modal-r5 div div input:focus,
.sem-groups-modal-r5 div div input:active {
    border-color: #ccc;
}
.sem-groups-modal-r5 div div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
}
.sem-groups-modal-r5 div div select:focus,
.sem-groups-modal-r5 div div select:active {
    border-color: #ccc;
}
.sem-groups-modal-r7 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    padding-left: 13px;
}
.sem-groups-modal-r7 div div input {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
}
.sem-groups-modal-r7 div div input:focus,
.sem-groups-modal-r7 div div input:active {
    border-color: #ccc;
}
.sem-groups-modal-r7 div div  div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
    padding: 6px 12px;
    border-color: #ccc;
}
.sem-groups-modal-r7 div div div select:focus,
.sem-groups-modal-r7 div div div select:active {
    border-color: #ccc;
}
.sem-groups-modal-r9 {
    padding: 0 60px;
    text-align: center;
}
.sem-groups-modal-r9 div strong {
    font-size: 14px;
}
.sem-groups-modal-r9 div span {
    color: #999;
}
.sem-groups-modal-r9 div p {
    font-size: 14px;
}
.sem-groups-modal-r9 div div p {
    color: #999;
}



.sem-ads-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 400px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.sem-ads-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.sem-ads-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    padding: 25px 15px !important;
}
.sem-ads-modal-header h4 {
    color: #666;
    font-size: 20px;
    letter-spacing: .5px;
}
.sem-ads-modal-header h4 strong {
    color: #444;
}
.sem-ads-modal-r1 .sem-ads-modal-c1 {
    margin: 30px 0;
}
.sem-ads-modal-r1 div div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.sem-ads-modal-r1 div div div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
    padding: 6px 12px;
    border-color: #ccc;
}
.sem-ads-modal-r1 div div div select:focus,
.sem-ads-modal-r1 div div div select:active {
    border-color: #ccc;
}
.sem-ads-modal-next-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 152px;
    margin: 0 10px;
    padding: 3px 14px !important;
    border-radius: 15px !important;
    order: 2;
}
.sem-ads-modal-next-btn:hover,
.sem-ads-modal-next-btn:focus {
    background: #6A74F8 !important;
    color: white;
}

.sem-ads-modal-cancel-btn {
    background: #fff !important;
    color: #666 !important;
    border: 1px solid #666;
    height: 30px;
    width: 152px;
    margin: 0 10px;
    padding: 4px 14px !important;
    border-radius: 15px !important;
}
.sem-ads-modal-cancel-btn:hover,
.sem-ads-modal-cancel-btn:focus {
    background: #fff !important;
    color: #666;
    border-color: #666;
}

.sem-ads-modal-dlt-btn {
    background: #fff !important;
    color: #666 !important;
    border: 1px solid #666;
    height: 30px;
    width: 152px;
    margin: 0 10px;
    padding: 4px 14px !important;
    border-radius: 15px !important;
    order: 3;
}
.sem-ads-modal-dlt-btn:hover,
.sem-ads-modal-dlt-btn:focus {
    background: #fff !important;
    color: #666;
    border-color: #666;
}

.sem-ads-modal-btn-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.sem-ads-modal-dist div {
    color: #999;
    margin: 0;
    text-align: left;
    padding-bottom: 5px;
}
.sem-ads-modal-dist div span {
    float: none !important;
}
.sem-ads-modal-slider .slider-handle {
    left: 50%;
    background: #fff;
    box-shadow: rgb(153, 153, 153) 0px 0px 10px;
    color: #fff;
    content: none;
    margin-top: -7px !important;
}
.sem-ads-modal-slider .slider-handle:before {
    content: "";
}
.sem-ads-modal-slider .slider-track {
    height: 5px !important;
    border-radius: 5px;
}

.sem-ads-modal-c2 div div div p,
.sem-ads-modal-c3 div div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    padding-left: 13px;
    margin-bottom: 5px;
}
.sem-ads-modal-c2 div div div div select,
.sem-ads-modal-c2 div div div div div input,
.sem-ads-modal-c2 div div div div div input,
.sem-ads-modal-c3 div div div div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
    padding: 6px 12px;
    border-color: #ccc;
}
.sem-ads-modal-c2 div div div div select:focus,
.sem-ads-modal-c2 div div div div select:active,
.sem-ads-modal-c2 div div div div div input:focus,
.sem-ads-modal-c2 div div div div div input:active,
.sem-ads-modal-c3 div div div div div input:focus,
.sem-ads-modal-c3 div div div div div input:active,
.sem-ads-modal-c3 div div div div select:focus,
.sem-ads-modal-c3 div div div div select:active {
    border-color: #ccc;
}



.sem-update-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 500px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.sem-update-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.sem-update-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    padding: 25px 0;
}
.sem-update-modal-header h4 strong {
    color: #444;
    font-size: 20px;
    letter-spacing: .5px;
}
.sem-update-modal-r1 {
    margin: 30px 0;
}
.sem-update-modal-r1 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    padding-left: 13px;
}
.sem-update-modal-r1 div div div select,
.sem-update-modal-r1 div div div input {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
    padding: 6px 12px;
    border-color: #ccc;
}
.sem-update-modal-r1 div div div select:focus,
.sem-update-modal-r1 div div div select:active,
.sem-update-modal-r1 div div div input:focus,
.sem-update-modal-r1 div div div input:active {
    border-color: #ccc;
}
.sem-update-modal-r1 div div div input[disabled] {
    background: #f1f1f1;
    font-style: italic;
    color: #9999;
    border: 1px solid #e3e3e3;
}
.sem-update-modal-r1 div div div input[disabled]:focus,
.sem-update-modal-r1 div div div input[disabled]:active {
    border-color: #e3e3e3;
}



.sem-kw-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 370px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.sem-kw-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.sem-kw-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
    padding: 25px 15px !important;
}
.sem-kw-modal-header div h4 strong {
    color: #444;
    font-size: 20px;
    letter-spacing: .5px;
}
.sem-kw-modal-r1 {
    margin: 30px 0;
}
.sem-kw-modal-r1 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
    padding-left: 13px;
}
.sem-kw-modal-r1 div div select {
    width: 100% !important;
    border-radius: 3px !important;
    color: #999;
    padding: 6px 12px;
    border-color: #ccc;
    overflow: auto;
}
.sem-kw-modal-r1 div div select:focus,
.sem-kw-modal-r1 div div select:active {
    border-color: #ccc;
}
.sem-kw-modal-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 152px;
    margin: 0 10px;
    padding: 3px 14px !important;
    border-radius: 15px !important;
    order: 2;
}
.sem-kw-modal-btn:hover,
.sem-kw-modal-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.sem-kw-modal-btn-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* End SEM Modals */

/* Start SEM Modals Media Queries */
@media(max-width: 1200px){
    .sem-ov-modal-x1 strong,
    .sem-ov-modal-x2 strong,
    .sem-ov-modal-x3 strong {
        font-size: 16px;
    }
    .sem-groups-modal-widget2 {
        height: 335px;
        overflow: auto
    }
}
@media(max-width: 910px) {
    .sem-groups-modal-r9 div .ads_results {
        border: none;
        background: transparent;
    }
}
@media(max-width: 768px){
    .sem-ov-modal-content,
    .sem-groups-modal-content,
    .sem-ads-modal-content,
    .sem-update-modal-content,
    .sem-kw-modal-content {
        width: 100% !important;
    }
    .sem-ov-modal-header span,
    .sem-groups-modal-header span {
        margin-right:20px
    }
}
@media(max-width: 600px) {
    .sem-ov-modal-content,
    .sem-groups-modal-content,
    .sem-update-modal-content,
    .sem-kw-modal-content {
        margin: 60px 5% 0 15%;
    }
    .sem-ov-modal-tabs-col,
    .sem-groups-modal-tabs-col {
        top: 30px;
    }
    .sem-ov-modal-tabs-col span,
    .sem-groups-modal-tabs-col span {
        margin-right: 0;
    }
    .sem-ov-modal-tabs-col span.title,
    .sem-groups-modal-tabs-col span.title {
        font-size: 10px;
    }
    .sem-ov-modal-tabs-col .form-wizard,
    .sem-groups-modal-tabs-col .form-wizard  {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .sem-ov-modal-footer,
    .sem-groups-modal-footer {
        display: flex;
        justify-content: center;
    }
    .sem-modal-next-btn,
    .sem-groups-modal-btn {
        width: 120px;
        margin: 0 0 20px 0;
    }
    .sem-ov-modal-r9 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


    .sem-groups-modal-content {
        height:460px;
    }

    .sem-ads-modal-content {
        height: 380px;
        margin: 60px 5% 0 15%;
    }

    .sem-res-table tbody tr td label {
        margin-top: 4px;
    }
    .sem-res-table tbody tr td label input {
        margin-left: 0 !important;
    }
}

@media(max-width: 350px) {
    .sem-ov-modal-content {
        height:500px;
    }
}

/* End SEM Modals Media Queries */

/* Start Email Work */

.email-row3 > .email-navbar {
    width: 66.66666666666666% !important;
    box-shadow: none;
}
.email-row1 {
    margin-left: 0;
}
.email-row2 {
    padding-left: 13px;
}
.email-row2 h1 {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 22px;
}
.email-row3 {
    display: flex;
    margin-left: 0;
}
.email-row3 .email-navbar > .nav-tabs {
    padding-left: 13px;
}
.email-row3 .email-navbar > .nav-tabs > li {
    margin-right: 20px;
}
.email-row3 .email-navbar > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.email-row3 .email-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.email-row3 .email-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.email-row3 .email-navbar > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
}
.email-white-btn1 {
    background: #fff !important;
    width: auto;
    height: 43px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666 !important;
    padding: 10px 16px !important;
}
.email-white-btn1 a {
    margin: 0 !important;
    color: #999 !important;
    font-size: 16px !important;
    font-weight: 500;
}
.email-camp-pyramid-chart {
    box-shadow: 0px 0px 14px #0000001F;
}
.email-camp-prog-chart .highcharts-container,
.email-camp-pyramid-chart .highcharts-container,
.email-camp-pyramid-chart .highcharts-root {
    height: 300px;
}
.email-camp-pyramid-chart .highcharts-container {
    width: 100%;
    box-shadow: 0px 3px 12px #00000029 !important;
}

.email-camp-prog-chart .highcharts-container {
    padding: 0 15px;
    box-shadow: 0px 3px 12px #00000029 !important;
    width: 100% !important;
}
.email-camp-prog-chart-col {
    padding-right: 0;
}
.email-camp-prog-chart .highcharts-container .highcharts-root {
    width: 100%;
}
#multiple-axes-chart .highcharts-container,
#multiple-axes-chart .highcharts-container .highcharts-root,
.stud-coop-web-chart1 .highcharts-container,
.stud-coop-web-chart1 .highcharts-container .highcharts-root,
.stud-coop-sem-rr1 .progressChart-bar .highcharts-container,
.stud-coop-sem-rr1 .progressChart-bar .highcharts-container .highcharts-root,
.stud-coop-sem-rr1 .progressChart-pie .highcharts-container,
.stud-coop-sem-rr1 .progressChart-pie .highcharts-container .highcharts-root {
    width: 100% !important;
}
.email-camp-pyramid {
    padding-left: 10px;
}
.email-camp-pyramid-chart {
    background: #fff;
}
.email-camp-prog-widget {
    margin: 0 !important;
    box-shadow: 0px 0px 14px #0000001F;
}
.email-camp-row4 .email-camp-tab div {
    height: 90px;
    padding: 15px 0;
    opacity: 1;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    text-transform: uppercase;
    box-shadow: 0px 0px 14px #0000001F;
    border-radius: 3px;
}
.email-camp-row4 .email-camp-tab div span {
    color: #3E75F6;
    font-size: 35px !important;
}
.email-camp-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px !important;
    align-items:center;
}
.email-camp-toolbar h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    color: black;
}
.email-camp-toolbar div {
    margin: 10px 0 10px 15px;
}
.email-camp-toolbar div select {
    font-size: 15px;
    border: none;
}
.email-camp-ads {
    padding: 0 15px;
    box-shadow: 0px 0px 14px #0000001F;
    overflow: auto;
}
.email-camp-jarvis {
    margin-top: 20px !important;
    padding: 0 13px !important;
}
.email-camp-ads table.email-camp-table thead tr .sorting {
    font-size: 14px;
}
.email-camp-ads table.email-camp-table tbody tr td label input:checked + i {
    border-color: #999;
}
.email-camp-ads table.email-camp-table thead tr th label.checkbox i,
.email-camp-ads table.email-camp-table tbody tr td label.checkbox i {
    border-radius: 3px;
    width: 16px;
    height: 16px;
}
.email-camp-ads table.email-camp-table thead tr th label.checkbox i:hover,
.email-camp-ads table.email-camp-table thead tr th label.checkbox i:focus,
.email-camp-ads table.email-camp-table thead tr th label.checkbox i:checked,
.email-camp-ads table.email-camp-table thead tr th label.checkbox i:after,
.email-camp-ads table.email-camp-table tbody tr td label.checkbox i:hover,
.email-camp-ads table.email-camp-table tbody tr td label.checkbox i:focus,
.email-camp-ads table.email-camp-table tbody tr td label.checkbox i:checked,
.email-camp-ads table.email-camp-table tbody tr td label.checkbox i:after {
    border-color: #999;
    color: #999;
}
.email-camp-ads table.email-camp-table tbody tr td {
    word-break: break-word;
}
.email-camp-jarvis2 .dataTables_scroll .dataTables_scrollHead {
    overflow: auto !important;
}
.email-camp-table tbody tr td a,
.email-camp-table tbody tr td span.fa {
    color: #999 !important;
}
.email-camp-row5 .campaigns-table {
    margin: 0;
}
.email-camp-table thead tr th {
    font-size: 16px;
    color: black;
}


.sent-emails-main-row .sent-emails-table {
    height: 707px;
    background: #fff;
    overflow-y: scroll;
    border-radius: 3px;
    margin-top: 15px;
    box-shadow: 0px 3px 12px #00000029;
}
.sent-emails-table-r1 {
    padding: 5px;
    box-shadow: 0 2px 5px 0 #e3e3e3;
}
.sent-emails-table-r2 h5 strong {
    font-size: 16px;
}
.sent-emails-table-r2 {
    padding: 15px 5px;
}
.sent-emails-table-r2 div p {
    font-size: 14px;
    color: #666;
    word-break: break-word;
}
.sent-emails-table-r2 div p:hover {
    cursor: pointer;
    color: black;
}
.sent-emails-items-col {
    padding-left: 0;
    margin-top: 100px;
}
.sent-emails-items-col div {
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 16px;
    margin-bottom: 5px !important;
    box-shadow: 0px 3px 12px #00000029 !important;
}
.sent-emails-items-col div span {
    color: #5C67F6;
}
.sent-emails-main-row {
    margin-left: 0;
}
.sent-emails-table-col {
    padding: 0;
    box-shadow: 0px 1px 0px 0px white, 0px -2px 0px 0px white, 0 0px 0 #e3e3e3, -2px 15px 8px #e3e3e3;
    border-radius: 0;
}
.sent-emails-table-col .web-body-row {
    width: 100% !important;
    border-radius: 0;
}
.sent-emails-table-col .web-team-header .ws_header_cta {
    margin-right: 0 !important;
}
.sent-emails-table-col .web-footer-logo {
    color: #fff !important;
}
.sent-emails-table-col .ws_footer .web-footer-btn {
    width: 150px;
    margin-right: 10px;
}
.sent-emails-table-col .ws_footer .ws_footer_text h6 textarea {
    padding: 0;
}
.sent-emails-table-col .web-team-motto {
    margin-top: 5% !important;
}

/* End Email Work */


/* Start Email Modal Work */

.stud-email-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 570px;
    overflow-x: hidden;
    width: 70% !important;
    margin: 60px auto 0 auto !important;
}
.stud-email-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.stud-email-modal-header {
    border: none;
    padding: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.stud-email-modal-header button {
    margin-right: 10px;
    color: #fff;
}
.stud-email-modal-r2 .col-sm-12 {
    margin-top: 50px;
    text-align:center;
    margin-bottom: 40px;
}
.stud-email-modal-r2 .col-sm-12 h4 {
    font-size: 20px;
    color: #666;
}
.stud-email-modal-r2 .col-sm-12 h4 strong {
    color: #444;
}
.stud-email-modal-tabs-col {
    top: 20px;
}
.stud-email-modal-tabs-col li {
    width: 50% !important;
}
.stud-email-modal-tabs-col li span.step {
    background: #fff;
    border: 3px solid #fff;
    color: #fff;
    box-shadow: 0 0 4px #999;
}
.stud-email-modal-tabs-col li.active span.step {
    background: #fff;
    border: 3px solid #6A74F8;
    color: #fff;
}
.stud-email-modal-tabs-col .bootstrapWizard li:before {
    border-top: none;
}
.stud-email-modal-tabs-col span.title {
    color: #AEAEAE;
    font-size: 14px;
    text-transform: uppercase;
}
.stud-email-modal-tabs-col li.active span.title {
    color: #444;
    font-weight: bold;
}
.stud-email-modal-tabs-col li.complete span.step {
    border-color: #fff !important;
    background: #fff !important;
    padding: 7px 13px !important;
}
.stud-email-modal-tabs-col li.complete span.step i {
    color: #6A74F8 !important;
}
.stud-email-modal-r2 div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.stud-email-modal-r2 div select {
    border-radius: 3px !important;
    color: #AEAEAE;
}
.stud-email-modal-footer ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.stud-email-modal-next-btn,
.stud-email-modal-save-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 120px;
    margin: 0 auto;
    padding: 3px 14px !important;
}
.stud-email-modal-next-btn:hover,
.stud-email-modal-next-btn:focus,
.stud-email-modal-save-btn:hover,
.stud-email-modal-save-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.stud-email-modal-prev-btn {
    background: #fff !important;
    border: none;
    height: 30px;
    width: 120px;
    margin: 0 auto;
    padding: 3px 14px !important;
}
.stud-email-modal-prev-btn:hover,
.stud-email-modal-prev-btn:focus {
    background: #fff !important;
    color: black;
}
.stud-email-modal-tab1,
.stud-email-modal-tab2 {
    padding: 20px 40px;
}
.stud-email-modal-tablet {
    box-shadow:0px 15px 0px 0px white,0px -15px 0px 0px white, 5px 0px 8px #e3e3e3,-5px 0px 8px #e3e3e3;
    margin: 20px 0;
}
.stud-email-modal-tablet .ws_header_logo span {
    word-break: break-word;
}
.stud-email-modal-tablet .ws_header_cta h6 select {
    display: none;
}
.stud-email-modal-tablet .ws_footer_logo {
    color: #fff !important;
}
.stud-email-modal-tabs-col li:before {
    border-top: none !important;
}
.stud-email-modal-tablet .web-team-motto textarea {
    font-size: 20px !important;
    overflow: auto !important;
}
.stud-email-modal-r3 .col-sm-12 h4 {
    font-size: 20px;
    color: #666;
}
.stud-email-modal-r3 .col-sm-12 h4 strong {
    color: #444;
}
.stud-email-modal-r3 .col-sm-12 {
    margin-top: 50px;
    text-align: center;
    margin-bottom: 40px;
}
.stud-email-modal-r3 div p {
    text-transform: uppercase;
    color: #AEAEAE;
    font-weight: normal !important;
}
.stud-email-modal-r3 div input {
    border-radius: 3px !important;
    color: #AEAEAE;
}
.stud-email-modal-r3 p,
.stud-email-modal-r3 span {
    font-weight: bold;
    margin: 20px 0 5px 0;
    font-size: 14px;
    color: #666;
}
.stud-email-modal-r3 #container-checkbox .form-control,
.stud-email-modal-r3 .form-check {
    border: none;
    padding: 6px 0px !important;
    display: flex;
    align-items: center;
}
.stud-email-modal-r3 #container-checkbox .form-control input,
.stud-email-modal-r3 .form-check input {
    margin: 0 5px 0 0;
}
.stud-email-modal-r3 #container-checkbox .form-control label,
.stud-email-modal-r3 .form-check label {
    margin: 0;
}
.stud-email-modal-r4 p {
    font-weight: bold;
    margin: 20px 0 5px 0;
    font-size: 14px;
    color: #666;
}
.stud-email-modal-r4 div select {
    border-radius: 3px !important;
    color: #AEAEAE;
}
.stud-email-modal-r5 > div > .slider-horizontal > .slider-track {
    width: 100%;
    position:relative;
    top: 0;
    margin: 10px 0;
    height: 3px;
}
.stud-email-modal-r5 > div > .slider-horizontal > .slider-track > .slider-selection {
    background: #6A74F8;
}
.stud-email-modal-r5 > div > .slider-horizontal > .slider-track > .slider-handle {
    color: #fff;
    background: #fff;
    border: 1px solid #999;
    text-shadow: none;
    box-shadow: 0 0 3px #E3E3E3;
    margin-top: -7px;
}
.stud-email-modal-r5 div p {
    font-size: 14px;
}
.stud-email-modal-r5 div strong {
    font-weight: bold;
    margin: 20px 0 5px 0;
    color: #666;
}
.stud-email-modal-footer .tooltipb span {
    width: 150px;
    padding: 5px;
}
.stud-email-modal-dialog a:hover,
.stud-email-modal-dialog .wb-elem:hover,
.stud-email-modal-dialog .wb-product-card.wb-elem:hover,
.stud-email-modal-dialog .wb-product-select:hover,
.stud-email-modal-dialog .wb-standard-btn:hover {
    transform: initial;
    box-shadow: none;
    cursor: initial;
}

/* End Email Modal Work */

/* Start Sent Emails edits after Web Module */

.sent-emails-main-row a:hover,
.sent-emails-main-row .wb-elem:hover,
.sent-emails-main-row .wb-product-card.wb-elem:hover,
.sent-emails-main-row .wb-product-select:hover,
.sent-emails-main-row .wb-standard-btn:hover {
    transform: initial;
    box-shadow: none;
    cursor: initial;
}
.sent-emails-pages .wb-footer-col1 {
    padding-left: 20px;
}
.sent-emails-pages .wb-footer-col2 .wb-standard-btn {
    width: auto;
    padding: 0 20px;
}
.sent-emails-pages .wb-video-container .container,
.sent-emails-pages .wb-video-container .container iframe {
    width: 100%;
}
.sent-emails-pages .wb-footer-imgc .wb-img-container {
    width: auto;
    margin-left: 5px;
}
.sent-emails-pages .wb-header-col1 {
    padding-left: 100px;
}


/* End Sent Emails edits after Web Module */

/* Start Email Media Queries */
@media (max-width: 1570px) {
    .sent-emails-pages .wb-shorttext .col-md-3 {
        display: flex;
        justify-content: flex-end;
    }
    .sent-emails-pages .wb-shorttext .wb-img-container i {
        font-size: 65px;
    }
}
@media (max-width: 1400px) {
    .sent-emails-pages .wb-header-col1 {
        padding-left: 70px;
    }
}
@media (max-width: 1250px) {
    .sent-emails-pages .wb-footer-col1 a {
        font-size: 15px;
    }
}
@media (min-width: 1220px) {
    .sent-emails-table-col .ws_footer {
        padding: 0 20px 0 60px !important;
    }
}
@media (max-width: 1150px) {
    .sent-emails-pages .wb-footer-col2 .wb-standard-btn {
        font-size: 15px;
    }
    .sent-emails-pages .wb-footer-title {
        font-size: 21px;
        margin-right: 5px;
    }
    .sent-emails-pages .wb-header-teamname {
        font-size: 30px;
    }
}
@media(min-width: 990px) and (max-width: 1220px) {
    .sent-emails-table-col .ws_footer {
        padding: 0 !important;
        flex-direction: column;
        text-align: center;
    }
    .sent-emails-table-col .ws_footer .ws_footer_text {
        width: auto;
    }
    .sent-emails-table-col .ws_footer .ws_footer_text h6 textarea {
        width: 100%;
        padding: 0;
    }
}
@media(max-width: 1100px) {
    .stud-email-modal-tablet .ws_header .ws_header_cta h5 {
        font-size: 14px;
    }
    .stud-email-modal-tablet .ws_header .ws_header_cta {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media (max-width: 990px) {
    .sent-emails-main-row .sent-emails-table {
        height: auto;
        /*overflow: auto;*/
        overflow-y: scroll;
        margin-bottom: 20px;
    }
    .sent-emails-pages .wb-shorttext .col-md-3 {
        display: none;
    }
    .sent-emails-table-col {
        border-radius: 0;
        box-shadow: none;
    }
    .sent-emails-table-col .web-body-row {
        border-radius: 0;
    }
    .sent-emails-table-col .web-footer-builder {
        display: flex;
    }
    .sent-emails-table-col .ws_footer .ws_footer_text {
        width: auto !important;
        margin: 0 !important;
    }
    .sent-emails-table-col .ws_footer .ws_footer_text h6 textarea {
        width: 100%;
        padding: 0;
    }
    .sent-emails-items-col {
        width: 100%;
        margin-top: 20px;
        padding-right: 0;
    }
    .sent-emails-items-col div {
        border-radius: 25px;
    }
    .email-row2 h1 {
        text-align: center;
    }
    .email-navbar-empty {
        display: none;
    }
}
@media (max-width: 908px) {
    .email-row2  h1 {
        margin-bottom: 0;
    }
    .email-camp-row5 {
        margin-left: 0;
        margin-right: 0;
    }
    .email-camp-row5 .campaigns-table {
        margin: 30px 0 0 0;
        background: #fff;
        overflow: auto;
        padding: 0;
    }
    .email-camp-jarvis .email-camp-table thead tr th:first-child .checkbox i {
        left: -15px;
    }
    .email-camp-jarvis .email-camp-table tbody tr td:first-child .checkbox i {
        left: -15px;
    }
}
@media (max-width: 768px){
    .email-camp-toolbar h2 {
        font-size: 18px;
    }
    .email-camp-table thead {
        display: contents !important;
    }
    .email-camp-table thead tr th {
        font-size: 12px;
    }
    .email-row3 > .email-navbar {
        width: 100% !important;
    }
    .email-camp-nav {
        display: flex;
        justify-content: center;
    }
    .email-camp-prog-chart-col {
        padding: 0;
    }
    .email-camp-pyramid {
        padding: 0;
        margin-bottom: 15px;
    }
    .email-camp-tab {
        padding: 0;
    }
    .email-white-btn1 {
        width: 160px;
        padding: 10px !important;
    }
    .stud-email-modal-tablet .ws_header .ws_header_cta {
        padding: 0 !important;
    }
    .stud-email-modal-tablet .ws_header .ws_header_cta h5 {
        font-size: 12px;
    }
    .stud-email-modal-tabs-col {
        display: flex !important;
        top: 30px;
    }
    .sent-emails-table-r1 {
        display: flex;
        justify-content: center;
    }
    .sent-emails-table-r2 {
        display: flex;
        justify-content: space-evenly;
    }
    .sent-emails-table-col .ws_content_video_box h5,
    .sent-emails-table-col .ws_content_cta_link h5,
    .sent-emails-table-col .ws_content_pic_gall h5,
    .sent-emails-table-col .ws_content_social_box h5,
    .sent-emails-table-col .ws_content_conv_text h5 {
        text-align: center;
        width: 100%;
    }
    .sent-emails-table-col .ws_content_pic_gall h6 textarea,
    .sent-emails-table-col .ws_content_social_box h6 textarea,
    .sent-emails-table-col .ws_content_video_box h6 textarea,
    .sent-emails-table-col .ws_content_conv_text h6 textarea {
        width: 100%;
    }
    .sent-emails-main-row {
        margin-left: -13px;
    }
    .email-camp-jarvis {
        margin-top: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 767px) {
    .stud-email-modal-r1 .col-sm-12 {
        margin-top: 26px;
    }
}
@media (max-width: 700px) {
    .sent-emails-table-col .web-footer-builder {
        display: grid !important;
    }
}
@media(max-width: 600px) {
    .stud-email-modal-content {
        width: 100% !important;
        height: 550px;
    }
    .stud-email-modal-tab1,
    .stud-email-modal-tab2 {
        padding: 0;
    }
    .stud-email-modal-tablet .ws_header .ws_header_cta {
        width: 100% !important;
        padding: 3px 0 !important;
    }
    .stud-email-modal-tablet .ws_home_header_logo {
        position: relative;
        left: 0;
        width: 100%;
    }
    .stud-email-modal-tablet .ws_home_header_logo img {
        margin: 0 auto;
    }
    .stud-email-modal-tablet .ws_header #page-name-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-email-modal-tablet .ws_product_placement {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .stud-email-modal-tablet .ws_product_placement .web-product-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-email-modal-tablet .web-footer-builder .web-footer-logo {
        margin-left: 0px !important;
    }
    .stud-email-modal-tablet .web-footer-builder .web-footer-contact {
        padding-left: 0px;
    }
    .stud-email-modal-tablet .web-footer-builder .web-footer-btn,
    .stud-email-modal-tablet #ws_footer_builder div.ws_footer_social,
    .stud-email-modal-tablet #ws_footer_builder div.ws_footer_text {
        margin-left: 35px !important;
    }
}
@media(max-width: 500px) {
    .stud-email-modal-footer .tooltipb span {
        left: -30px;
    }
    .stud-email-modal-r5 .form-group {
        text-align: center;
        margin-bottom: 0;
    }
    .stud-email-modal-r5 div #email-slider-description-b {
        float:none !important;
    }
}
@media(max-width: 355px) {
    .email-row3 .email-navbar > .nav-tabs > li > a {
        font-size: 14px !important;
    }
    .email-row3 .email-navbar > .nav-tabs > li.active > a {
        font-size: 14px !important;
    }
}
/* End Email Media Queries */


/* Start Dashboard( Courses ) Work */

.dashboard-col1 h1,
.dashboard-col2 h1 {
    color: #fff;
    font-weight:600;
    font-size: 22px;
}
.dashboard-col1 p {
    width: 70%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 13.5px;
}
.credits-link-button {
    background: #fff;
    height: 43px;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999;
    color: #666 !important;
    padding: 4px 12px !important;
    box-shadow: 0px 3px 12px #00000029;
    margin-top: 20px;
}
.credits-link-button:active,
.credits-link-button:focus {
    color: #666 !important;
    border: 1px solid #999 !important;
}
.dashboard-tab .dashboard-img-div-web {
    width:80%;
    height:180px;
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background: url("../img/courses-illustrations/web-blue.svg") no-repeat center;
}
.dashboard-tab .dashboard-img-div-ads {
    width:80%;
    height:180px;
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background: url("../img/courses-illustrations/ads-blue.svg") no-repeat center;
}
.dashboard-tab .dashboard-img-div-mail {
    width:80%;
    height:180px;
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background: url("../img/courses-illustrations/email-blue.svg") no-repeat center;
}
.dashboard-tab .dashboard-img-div-cm {
    width:80%;
    height:180px;
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background: url("../img/courses-illustrations/cm-blue.svg") no-repeat center;
}
.dashboard-tab .dashboard-img-div-affiliate {
    width:80%;
    height:180px;
    margin: 0 auto;
    display: flex;
    background-size: cover;
    background: url("../img/courses-illustrations/affiliate-blue.svg") no-repeat center;
}
.dashboard-tab {
    margin-bottom: 20px;
}
.dashboard-tab .well {
    border-radius: 3px;
    box-shadow: 0px 3px 14px #0000001F;
    height: 365px !important;
    overflow: auto !important;
}
.dashboard-tab div h2 {
    margin: 0;
    letter-spacing: 0;
    font-size: 20px;
    color: #aeaeae;
}
.dashboard-tab .sparks {
    margin: 0;
    height: 100px;
    display: flex;
    justify-content:center;
    align-items:center;
}
.dashboard-tab .sparks li {
    padding: 0 25px;
}
.dashboard-tab .sparks li h3 {
    font-weight: 500;
    font-size: 16px;
    color: #aeaeae;
}
.dashboard-tab .dashboard-ads-tab-na,
.dashboard-tab .dashboard-email-tab-na {
    font-size: 14px;
    font-style: italic;
    color: red;
}
.dashboard-tab .sparks li h3 span {
    font-weight: 700;
    color: #8C75FF;
    font-size: 25px;
    margin-top: 10px;
}

.dashboard-ads-tab .sparks li h5 span {
    font-weight: 700;
    color: #44CBEE;
    font-size: 25px;
    margin-top: 10px;
}

.dashboard-mail-tab .sparks li h5 span {
    font-weight: 700;
    color: #3E75F6;
    font-size: 25px;
    margin-top: 10px;
}
.dashboard-cm-tab li h5 span {
    color: #7075FE;
}
.dashboard-cm-tab:hover {
    cursor: pointer;
}
.dashboard-tab .well:hover {
    /* box-shadow: 0 3px 14px #f1f1f1; */
    transform: scale(1.02);
}

#student-dash-timeline .dashboard-timeline-well {
    padding: 20px 0;
    border-radius: 28px;
    box-shadow: 0px 0px 14px #0000001F;
}
.dashboard-timeline-info {
    border-left: 4px solid red;
    word-break: break-word;
    height: 80px;
    padding-left: 90px;
    padding-right: 5px;
    /* overflow: auto; */
}
.dashboard-timeline-info strong {
    font-size: 14px;
    color: #666;
}
.dashboard-timeline-info small {
    font-size: 14px !important;
}
.dashboard-timeline-date {
    font-size: 11px;
}
.dashboard-timeline-rounds {
    display: block;

}
.dashboard-timeline-rounds span {
    color: #aeaeae;
    font-style: italic;
    margin-bottom: 20px;
    display: inherit;
    padding-top: 5px;
}
.dashboardImg {
    width: 60px !important;
    margin: 0 10px 25px 25px !important;
    border-radius: 50% !important;
}

/* End Dashboard( Courses ) Work */

/* Start Dashboard( Courses ) Media Queries */

@media (max-width: 990px) {
    .dashboard-tab .well {
        height: 365px !important;
    }
}

@media(max-width: 768px) {
    .dashboard-col1 h1 {
        color: #fff;
        text-align:center;
    }
    .dashboard-col2 h1 {
        color: black;
        text-align:center;
        margin: 20px 0 10px 0;
    }
    .dashboard-col1 p {
        text-align:center;
        margin: 0 auto 20px auto;
    }
    .dashboard-col2 > .dashboard-timeline-well {
        padding: 30px 0 20px 0 !important;
        border-radius: 3px;
    }
}
@media (max-width: 400px) {
    .dashboard-tab .dashboard-img-div-web {
        background-position: 5% !important;
    }
}

/* End Dashboard( Courses ) Media Queries */


/* Start Student Profile Work */

.stud-profile-r1 h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 13px;
}
.stud-profile-r2 {
    display: flex;
    margin-left: 0;
}
.stud-profile-r3 .col-sm-12 {
    padding-right: 0;
}
.stud-profile-navbar {
    width: 60%;
    box-shadow: none;
}
.stud-profile-navbar ul {
    padding-left: 13px;
}
.stud-profile-navbar > .nav-tabs > li {
    margin-right: 20px;
}
.stud-profile-navbar > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
    padding: 11px 10px !important;
}
.stud-profile-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.stud-profile-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.stud-profile-navbar > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
}
.stud-profile-c1 {
    display: flex;
    flex-direction: column;
}
.stud-pic-display {
    width: 140px;
    height: 140px;
    margin: 0 auto !important;
    padding: 0 !important;
}
.stud-pic-display img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.stud-pic-display img:hover {
    cursor:pointer;
    opacity: .3;
}
.stud-profile-txt {
    text-align:center;
}
.stud-blue-btn1 {
    background: #5C67F6 !important;
    width: 50%;
    white-space: inherit;
    height: auto;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 16px !important;
    margin: 15px auto 0 auto !important;
    box-shadow: 0px 3px 12px #00000029 !important;
}
.stud-blue-btn1:focus,
.stud-blue-btn1:hover {
    background: #5C67F6 !important;
    border: 1px solid #fff;
    color: #fff !important;
}
.stud-white-btn1 {
    background: #fff !important;
    width: 50%;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    color: black !important;
    padding: 10px 16px !important;
    margin: 0 auto;
}
.stud-white-btn1:focus,
.stud-white-btn1:hover {
    background: #fff !important;
    border: 1px solid black;
    color: black !important;
}
.stud-profile-txt h2:first-of-type {
    margin: 15px 0 5px 0;
}
.stud-profile-txt h2:first-of-type strong {
    color: black;
}
.stud-profile-txt h4 {
    font-size: 14px;
    font-style: italic;
    color: #aeaeae;
}
.stud-profile-txt p {
    font-size: 15px;
    color: #aeaeae;
}
.stud-profile-txt p strong {
    color: #666;
}
.stud-white-btn1 {
    margin-top: 20px;
    font-size: 13.5px;
}
.stud-profile-sc1 h2 strong,
.stud-profile-sc2 h2 strong {
    color: #666;
    font-size:18px;
}
.stud-profile-sc1 div,
.stud-profile-sc2 div {
    margin: 20px 0;
}
.stud-profile-sc1 div label input,
.stud-profile-sc2 div label input {
    border-radius: 3px !important;
    border-color: #aeaeae !important;
    width: 90% !important;
    color: #999 !important;
    padding: 16px 10px !important;
}
.stud-profile-sc2 div label input::placeholder {
    color: #999;
}
.stud-profile-sc2 div label input[disabled] {
    background: #f1f1f1;
}
.stud-profile-sc1 div label select,
.stud-profile-sc2 div label select {
    border-radius: 3px !important;
    border-color: #aeaeae !important;
    width: 90% !important;
    color: #999 !important;
    padding: 0 10px !important;
    font-size: 13px;
    height: 36px;
}
.stud-profile-sc1 div h2,
.stud-profile-sc2 div h2 {
    font-size: 11px;
    color: black;
    text-transform: uppercase;
    padding: 0 0 5px 0;
    letter-spacing: 0;
}
.stud-profile-sc2 div textarea {
    border-radius: 3px !important;
    border-color: #aeaeae !important;
    width: 87% !important;
    color: #999 !important;
    padding: 10px;
    word-break: break-word;
    height: 88px;
    font-size: 13px;
}
.stud-profile-tab-content {
    margin-bottom: 0;
}
.stud-pic-display .stud-text-display {
    color: black;
    /* text-shadow: 1px 1px 1px black; */
    position: absolute;
    top: 52%;
    left: 57%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    font-weight: 400;
}
.stud-profile-modal-dialog {
    width: 100%;
    margin: 0 auto;
}
.stud-profile-modal-content {
    width: 45% !important;
    margin: 60px auto 0 auto !important;
}
.stud-profile-modal-header {
    border: none;
    padding: 0 0 30px 0;
}
.stud-profile-modal-header  h4 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.stud-profile-modal-body div img {
    border-radius: 50%;
}
.stud-profile-modal-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.stud-profile-modal-footer .stud-white-btn1,
.stud-profile-modal-footer .stud-blue-btn1 {
    width: 120px;
    height: 34px;
    padding: 5px 16px !important;
    margin: 10px 0 0 0 !important;
}
.stud-profile-modal-footer .stud-blue-btn1 {
    border: 1px solid #5C67F6;
    font-size: 13.5px;
    margin: 0;
}


.stud-team-well {
    display: flex;
    border: none !important;
}
.stud-team-info {
    position: relative;
    width: 80%;
    float: right;
}
.stud-team-info h1{
    margin:0px;
}
.stud-team-info p {
    line-height: 1.5;
}
.stud-team-info h1,
.stud-team-info p {
    /*font-size: 14px;*/
    font-size: 108%;
    color: #666;
    word-break: break-word;
}
.stud-team-info h1 strong,
.stud-team-info p strong {
    color: #999;
    margin-right: 2px;
    text-transform: uppercase;
}
.stud-team-r1 img {
    width: 70px;
    height: 70px;
    margin: 0 20px 0 0;
    padding: 0;
    border-radius: 50%;
}
.stud-team-r1 .stud-team-well:last-child {
    border-bottom: none !important;
    box-shadow: none;
}

.rc-purp1,
.rc-dark1,
.rc-hor1 {
    display: flex;
    width: 95%;
    margin-left: 30px;
    justify-content: end;
    height: 60px;
    align-items: center;
    border-radius: 3px;
    margin-top: 5px !important;
}
.rc-purp1 span,
.rc-dark1 span,
.rc-hor1 span {
    border: none;
    left: -10px;
}
.radio-input-hor1,
.radio-input-dark1,
.radio-input-purp1 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #666;
    font-family: 'Open Sans',Arial,Helvetica, sans-serif;
}
.rc-purp1,
.rc-purp1 span {
    background: #FF6B6B;
}
.rc-dark1,
.rc-dark1 span {
    background: #0DBDBB;
}
.rc-hor1,
.rc-hor1 span {
    background: #5C67F6;
}
.stud-switcher-row {
    margin-top: 90px !important;
}
.stud-switcher {
    width: 100%;
    display: flex;
    align-items: center;
}
.stud-switcher input {
    opacity: 1;
    width: 13px;
    height: 13px;
    margin-right: 17px;
    margin-top: 0;
}
.stud-switcher h4 {
    color: #999;
}
.stud-profile-lnf #changeT {
    padding-left: 0 !important;
}
.stud-theme-row {
    text-align:center;
}
.stud-blue-btn2 {
    background: #5C67F6 !important;
    width: 240px;
    height: 44px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 16px !important;
    margin: 15px auto;
    box-shadow: 0px 3px 12px #00000029 !important;
}
.stud-blue-btn2:focus,
.stud-blue-btn2:hover {
    background: #5C67F6 !important;
    border: 1px solid #fff;
    color: #fff !important;
}
.stud-profile-games-widget-body .widget-body-toolbar {
    background: #fff;
    border: none;
}
.stud-profile-games-widget-body .dataTables_length .smart-form {
    top: 0 !important;
}
.stud-profile-games-widget-body .dataTables_filter {
    top: -38px !important;
    left: 0 !important;
    width: 50% !important;
    position: absolute;
}
.stud-profile-games-jcol {
    display: none;
}
.stud-profile-games-jcol label input {
    background: #fff;
    padding: 16px 10px;
    border: 2px solid #fff;
    border-radius: 3px !important;
    font-size: 13px;
    color: #666;
}
.stud-profile-games-jcol label input::placeholder {
    color: #666;
    font-family: 'Open Sans',Arial,Helvetica, sans-serif;
}
.stud-profile-games-jcol label input:focus {
    border: 2px solid #fff;
}
.stud-profile-games-btn1 {
    margin: 0 0 3px 0;
    padding: 9px 9px;
    background: #fff !important;
    color: #666;
    font-weight: bold;
    border-radius: 3px;
}
.stud-profile-table-head {
    display: none;
}
.stud-profile-tab-pane-padd {
    padding-left: 13px;
}
.stud-profile-games-table tbody tr td {
    padding-left: 0 !important;
}
.stud-profile-games-col1 h6 {
    padding-left: 0 !important;
    margin: 0 0 5px 0;
}
.stud-profile-games-col1 h6 small {
    font-size: 14px !important;
    margin-top: 8px;
}
.stud-profile-games-col1 h2 a {
    font-size: 20px !important;
}
.stud-profile-games-col1 .stud-profile-progress-bg {
    background: #E3E3E3 !important;
    height: 10px !important;
    border-radius: 25px;
}
.stud-profile-progress-bg .bg-color-blueLight {
    background: #5C67F6 !important;
    border-radius: 25px;
}
.stud-profile-progress-bg .bg-color-greenLight {
    background: #5C67F6 !important;
    border-radius: 25px;
}
.stud-profile-games-table .stud-profile-games-col2 {
    font-size: 14px;
    padding-left: 25px !important;
    padding-top: 25px !important;
}
.stud-profile-games-table .stud-profile-games-col2x1 div,
.stud-profile-games-table .stud-profile-games-col2x2 div {
    display: flex;
    margin-bottom: 0 !important;
    justify-content: center;
}
.icon-Icon_Scenario_Home:before {
    color: orange !important;
}
.stud-profile-games-col2 i {
    font-size: 30px !important;
    color: orange !important;
    margin-top: .2em;
    height: 60px;
}
.stud-profile-games-col2 strong {
    color: black;
}
/*
  }
  .stud-profile-games-col4 strong {
    font-size: 14px;
  } */
.stud-profile-games-col4 .stud-blue-btn1 {
    width: 178px !important;
    height: 42px !important;
    margin-top: 0 !important;
}
.stud-profile-games-col4 {
    text-align: center;
}
.stud-profile-games-col .dt-row {
    background: #fff;
    border: none;
}
.stud-profile-games-col .dataTables_info {
    display: none;
}
.stud-profile-games-col .dataTables_paginate {
    text-align: center;
}
.stud-profile-games-col .dataTables_paginate ul li a {
    border: none;
    background: #fff;
    box-shadow: none;
    font-weight: bold;
    color: #999;
    font-size: 14px;
}
.stud-profile-games-col .dataTables_paginate ul li a:hover {
    color: #666;
}
.stud-profile-games-col .dataTables_paginate ul li.active a,
.stud-profile-games-col .dataTables_paginate ul li.active a:hover {
    background: none;
    color: #fff;
    font-size: 14px;
}
.stud-profile-tab-content {
    padding: 0 30px !important;
}

.col-sm-12 .stud-profile-well {
    box-shadow: 0px 0px 14px #0000001F;
}

.stud-calendar-r1 h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 13px;
    margin-top: 12px;
    margin-left: 10px;
}
.stud-calendar-r2 {
    display: flex;
    margin-left: 0;
}
.stud-calendar-widget {
    width: 100%;
    box-shadow: none;
    display: flex;
}
.stud-calendar-widget > .nav-tabs {
    padding-left: 13px;
}
.stud-calendar-widget > .nav-tabs > li {
    margin-right: 20px;
}
.stud-calendar-widget > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.stud-calendar-widget > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.stud-calendar-widget > .nav-tabs > li > a:focus {
    background: none;
}
.stud-calendar-widget > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
    padding-left: 0 !important;
}
div .stud-calendar-well {
    padding: 20px;
    box-shadow: 0px 0px 14px #0000001F;
    padding-top: 0;
}
.stud-calendar-well .jarviswidget {
    margin-bottom: 0;
}
.stud-calendar-well .tab-content {
    padding-top: 10px;
}
.stud-calendar-well .tab-content #s2 {
    /*display: flex;*/
}
.stud-calendar-col1 {
    height: 359px;
    display: flex;
    flex-direction: column;
}
.stud-calendar-col1 .row {
    height: 100%;
    padding-right: 22px;
}
.stud-calendar-col1 .stud-col1-subcol1 {
    height: 50%;
    border-bottom: 2px solid #f1f1f1;
}
.stud-calendar-col1 .stud-col1-subcol1 .subcol1-txt {
    text-align: center;
}
.stud-calendar-col1 .stud-col1-subcol1 .subcol1-txt p {
    font-size: 90px;
    font-weight: bold;
    color: #999;
    margin-bottom: 0;
}
.stud-calendar-col1 .stud-col1-subcol1 .subcol1-txt h2 {
    margin: 0;
    font-weight: bold;
    font-size: 20px;
}
.stud-calendar-col1 .stud-col1-subcol2 {
    height: 50%;
}
.stud-calendar-col1 .stud-col1-subcol2 div {
    margin-top: 20px;
    padding: 0 35px;
}
.stud-calendar-col1 .stud-col1-subcol2 p i {
    margin-right: 10px;
    font-size: 16px;
}
.stud-calendar-col1 .stud-col1-subcol2 h4 {
    color: #AEAEAE;
    font-size: 11px;
    margin-bottom: 5px;
}
.stud-calendar-col1 .stud-col1-subcol2 p {
    color: #999;
    word-break: break-all;
    font-size: 13.5px;
}
.stud-calendar-col2 {
    border-left: 2px solid #f1f1f1;
}
.stud-calendar-col2 .fc-header-title h2 {
    margin-top: -40px !important;
    text-shadow: 0 1px 0 #ffffff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
}
.stud-calendar-col2 #calendar-buttons {
    right: 20px;
    top: -2px;
}
.stud-obj-widget {
    font-size: 13px;
}
.stud-obj-widget legend {
    border: none;
    color: #444;
}
.stud-obj-r {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    display: flex;
    align-items: center;
    padding-left: 0px !important;
}
.stud-obj-r span {
    height: 7px;
    width: 7px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
.stud-obj-widget a {
    color: #999;
    margin: 15px 0;
    position: relative;
    padding-left: 13px;
    display: block;
}
.stud-obj-widget ul {
    padding-left: 20px;
    font-size: 13px;
}
.stud-obj-widget ul li {
    margin: 30px 0;
}
.stud-obj-widget ul li.stud-obj-li-normal .stud-obj-container {
    display: none;
    flex-wrap: wrap;
}
.stud-obj2 {
    border-right: 1px solid #707070;
    padding-right: 10px;
}
.learnedHowTo{
    font-size: 18px;
}
.stud-obj2 .stud-obj-widget .stud-obj-bon {
    padding-left: 0;
    font-size: 18px;
    line-height: 35px;
    color: #666;
    display: none;
    justify-content: flex-start;
    align-items: center;
}
.stud-obj2 .stud-obj-bon i {
    order: -2;
    color: red;
}
.stud-obj2 .stud-obj-bon img {
    order: -1;
}
.stud-obj2 .stud-obj-bon i,
.stud-obj2 .stud-obj-bon img {
    margin-right: 25px;
}
.stud-obj1 h2,
.stud-obj2 h2 {
    font-size: 36px;
}
.stud-obj-li-current div a {
    color: #fff;
}
.stud-obj-li-current .obj-dot {
    display: none;
}
.stud-obj-li-current .stud-round-objective , stud-obj-li-current .stud-tasks{
    align-items: baseline;
    display: flex;
}
.stud-obj2 .stud-obj-li-current .stud-obj-bon,
.stud-obj2 .stud-obj-li-current strong {
    color: #fff;
}
.stud-obj2 .stud-obj-li-current strong {
    margin-left: 35px;
}
.stud-obj2 .stud-obj-li-current {
    padding: 30px 22px;
    box-shadow: 0px 3px 14px #0000001F;
    border-radius: 3px;
}
.stud-obj2 .stud-obj-li-current .stud-obj-r {
    margin-top: 0;
    color: #fff;
}
.stud-obj-li-current .stud-obj-bon img {
    margin: 0 10px;
}
.stud-obj-rteam {
    margin-left: 10px;
}
.stud-obj-rteam img {
    margin: 0 5px;
}
.stud-obj-roundcheck,
.stud-objicon  {
    margin-right: 12px;
}
.stud-obj-none {
    font-size: 18px;
    color: #666;
}
.stud-round-objective ,  .stud-tasks {
    font-size: 18px;
    color: #666;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #00000033;
    border-radius: 11px;
    padding: 25px 22px 30px 22px;
    margin-bottom: 10px;
}
.hideLast:last-child,
.stud-obj-none,
.stud-obj-li-normal .stud-obj-container {
    display: none;
}
.stud-objcheck {
    position: absolute;
    top: 15px;
    left: 50%;
}
.stud-obj-illustration1,
.stud-obj-illustration2 {
    width: 100%;
    padding-right: 40px;
    padding-top: 20px;
}
.stud-obj-r .stud-obj-round {
    background: none;
    display: contents;
    width: auto;
    height: auto;
    border-radius: 0;
}
.stud-obj-r .stud-obj-round:hover {
    cursor:pointer;
}
.stud-obj-li-current .stud-obj-container {
    display: flex;
    /*justify-content: center;*/
    flex-wrap: wrap;
}

/* End Student Profile Work */

/* Start Student Media Queries */
@media (min-width: 1200px) {
    .stud-profile-games-table .stud-profile-games-col2x0 {
        padding-left: 0 !important;
    }
    .stud-obj1 h2,
    .stud-obj2 h2 {
        font-size: 30px;
    }
}
@media(max-width: 1180px) {
    .stud-profile-games-table .stud-profile-games-col2 {
        padding-left: 0px !important;
    }
    @-moz-document url-prefix() {
        .rc-purp1,
        .rc-dark1,
        .rc-hor1 {
            justify-content: initial;
        }
    }
}
@media(min-width: 1120px) {
    .stud-profile-games-table .stud-profile-games-col2x1 p strong {
        margin-left:25px;
    }
}
@media(max-width: 1100px) {
    .stud-blue-btn1 {
        padding: 10px 10px !important;
        font-size: 13px;
    }
}
@media(max-width: 990px) {
    .stud-profile-well {
        margin-top: 10px;
    }
    .stud-blue-btn1 {
        height: 43px;
    }
    .stud-white-btn1 {
        padding: 11px 10px !important;
        font-size: 13px;
        display: block !important;
        margin: 10px auto 0 auto !important;
    }
    .stud-profile-r1 {
        text-align: center;
    }
    .stud-profile-r2 {
        flex-direction: column;
    }
    .stud-profile-r2 > .stud-profile-navbar {
        display: flex !important;
        flex-direction: column;
        /*align-items: center;*/
        /*justify-content: center;*/
        width: 100%;
    }
    .stud-profile-sc1,
    .stud-profile-sc2 {
        margin-top: 20px;
    }
    .stud-profile-sc1 h2,
    .stud-profile-sc2 h2 {
        padding-left: 20px;
    }
    .stud-profile-sc1 div,
    .stud-profile-sc2 div {
        padding: 0 20px;
        margin: 20px auto;
    }
    .stud-profile-sc1 div label input,
    .stud-profile-sc1 div label select,
    .stud-profile-sc2 div label input {
        width: 100% !important;
        margin: 0 auto;
    }
    .stud-profile-sc2 .stud-profile-ta textarea {
        width: 96.5% !important;
        max-width: none !important;
    }
    .stud-profile-games-jcol {
        margin-top: 15px;
        text-align: center;
    }
    .stud-calendar-r1 h1 {
        text-align: center;
        margin-top: 20px;
    }
    .stud-calendar-widget {
        justify-content: center;
    }
    .stud-profile-navbar > .nav-tabs > li {
        margin-right: 0;
    }
}
@media(max-width: 910px) {
    .stud-profile-games-widget-body .dataTables_length {
        right: 13px;
    }
    .stud-profile-games-widget-body .widget-body-toolbar {
        min-height: 42px;
    }
    .stud-profile-games-table .stud-profile-games-col2 {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .stud-profile-navbar > #myTab1 > li.active > a {
        border-bottom: 4px solid #f1f1f1 !important;
        border-bottom-width: 7px !important;
    }
    .stud-profile-r3 .col-sm-12 {
        padding-left: 0;
    }
    .rc-purp1, .rc-dark1, .rc-hor1 {
        width: 100%;
        margin: 0;
    }
    .stud-blue-btn2 {
        width: 200px;
    }
    .stud-profile-tab-content {
        padding: 0 !important;
    }
    .stud-profile-games-table tbody {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .stud-profile-games-table tbody tr {
        display: flex;
        flex-direction: column;
        width: 80%;
        border: 1px solid #e3e3e3;
        margin: 30px 0;
        border-radius: 25px;
        padding: 20px;
    }
    .stud-profile-games-table .stud-profile-games-col2,
    .stud-profile-games-table .stud-profile-games-col4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-profile-games-table .stud-profile-games-col2 {
        padding-top: 5px !important;
    }
    .stud-profile-games-table .stud-profile-games-col2 i {
        height: auto;
    }
    .stud-profile-games-table .stud-profile-games-col4 {
        padding-right: 0 !important;
    }
    .stud-profile-games-col2 div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-profile-games-col2 div .fa {
        margin-right: 0;
    }
    .half-tab-obj {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .half-tab-obj2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-calendar-well .tab-content #s2 {
        flex-direction: column;
    }
    .stud-calendar-well .tab-content #s2 .half-tab-obj {
        width: 100%;
    }
    .stud-calendar-well .tab-content #s3 .half-tab-obj {
        width: 100%;
    }
    .stud-calendar-well .tab-content #s2 .half-tab-obj2 {
        width: 100%;
    }
    .stud-calendar-well .tab-content #s3 .half-tab-obj2 {
        width: 100%;
    }
    .stud-obj1 {
        border: none;
    }
    .stud-obj1 h2 {
        /*display: none;*/
    }
    .stud-obj-r {
        font-size: 27px;
    }
    .stud-obj-widget ul {
        padding: 0 20px;
    }
    .stud-obj-illustration1,
    .stud-obj-illustration2 {
        padding-top: 0;
    }
    .stud-obj2 .stud-obj-widget .stud-obj-bon {
        line-height: 28px;
    }
}
@media (max-width: 630px) and (min-width: 530px) {
    .stud-profile-sc2 .stud-profile-ta textarea {
        width: 95.5% !important;
    }
}
@media (max-width: 600px) {
    .stud-obj-r {
        font-size: 22px;
    }
    .stud-obj2 {
        width: 100% !important;
        padding-left: 10px;
    }
    .stud-obj2 h2 {
        font-size: 30px;
    }
    .stud-obj-widget ul li div {
        justify-content: center;
    }
    .stud-round-objective , .stud-tasks {
        box-shadow: 0px 3px 5px #00000033;
    }
    .stud-obj2 .stud-obj-li-current strong {
        margin: 0;
    }
}
@media(max-width: 500px) {
    .stud-profile-navbar > #myTab1 {
        display: flex !important;
        /*flex-direction: column;*/
        align-items: center;
    }
    .stud-profile-navbar > #myTab1 > li.active > a {
        /*border-bottom: none !important;*/
        border-bottom: 7px solid rgba(250,250,250, 0.5) !important;
    }
    .stud-profile-navbar > #myTab1 > li > a {
        padding: 5px 0 0 0;
    }
    .stud-profile-games-col1 h2 a {
        font-size: 17px !important;
    }
    .stud-profile-games-col1 h6 small {
        font-size: 12px !important;
    }
    .stud-team-info h1, .stud-team-info p {
        font-size: 12px;
    }
    .stud-profile-sc2 .stud-profile-ta textarea {
        width: 94.5% !important;
    }
}
@media(max-width: 420px) {
    .stud-profile-modal-header h4 {
        font-size: 18px;
    }
    .stud-profile-modal-body div img {
        width: 180px;
    }
    .stud-profile-modal-footer,
    .stud-profile-modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .stud-profile-sc2 .stud-profile-ta textarea {
        width: 93.5% !important;
    }
    .stud-obj-widget ul {
        padding: 0;
    }
    .stud-obj-r {
        text-align: center;
        font-size: 18px;
    }
}
@media(max-width: 350px) {
    .stud-profile-games-table tbody tr {
        padding: 20px 5px;
        width: 85%;
    }
}

/* End Student Media Queries */



/* Start Student Coopetition Work */
.stud-coop-r1 {
    margin:0;
}
.stud-coop-r1 h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 13px;
}
.stud-coop-r2 {
    display: flex;
    margin-left: 0;
}
/* .row-results {
      margin-left: 0;
  } */
.stud-coop-navbar {
    width: 100%;
    box-shadow: none;
}
.stud-coop-navbar > .nav-tabs {
    width: 100%;
}
.stud-coop-navbar > .nav-tabs > li {
    margin-right: 20px;
}
.stud-coop-navbar > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.stud-coop-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.stud-coop-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.stud-coop-navbar > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
    padding-left: 0 !important;
}
.stud-coop-web-jarvis .highcharts-container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 0px 14px #0000001F;
}
.rankings-credits .stud-coop-web-ranks {
    height: 620px;
    padding: 20px 0;
    background: #fff;
    border-radius: 25px;
    overflow: auto;
    width: 100%;
    margin-left: 1.333%;
    box-shadow: 0px 0px 14px #0000001F;
}
.rankings-credits .stud-coop-web-table1{
    margin: 30px 0;
}

.stud-coop-web-ranks {
    height: 400px;
    padding: 20px 0;
    background: #fff;
    border-radius: 25px;
    overflow: auto;
    width: 32%;
    margin-left: 1.333%;
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-web-ranks h4 {
    font-weight: bold;
    font-size: 20px;
    padding-left: 29px;
}
.stud-coop-web-table1 {
    border-left: 4px solid red;
    margin: 20px 0;
}
.stud-coop-web-table1 caption {
    background: none;
    color: black !important;
    font-weight: bold;
    border-left: 4px solid red;
    font-size: 16px;
    padding: 0 25px 8px 25px !important;
}
.stud-coop-web-table1 tbody tr {
    display: flex;
    align-items: center;
    padding-left: 21px;
}
.stud-coop-web-table1 tbody tr td {
    border: none;
    font-size: 14px;
    color: #444;
    background: #fff;
    padding: 8px 0 0 0;
}
.stud-coop-web-toolbar {
    background: #fff !important;
    margin: 0 !important;
    display: flex !important;
    border: none;
    padding: 8px 8px 8px 30px !important;
}
.stud-coop-web-toolbar h2 {
    margin: 10px 0;
}
.stud-coop-web-toolbar div {
    margin: 10px 0 10px 15px;
}
.stud-coop-web-ads .dataTables_filter {
    position: absolute;
    left: 820px;
    top: -48px;
}
.stud-coop-web-ads .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.stud-coop-web-ads .dataTables_filter div input {
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.stud-coop-web-jarvis2 {
    margin-top: 20px !important;
}
.stud-coop-web-jarvis2 .dataTables_info {
    display: none;
}
.dataTables_wrapper table.stud-coop-web-table thead tr .sorting {
    font-size: 14px;
}
.stud-coop-web-table2 thead tr th {
    color: black;
}
.stud-coop-web-table2 tbody tr td {
    font-size: 14px;
}
.stud-coop-web-table2 tr th:first-child,
.stud-coop-web-table2 tr td:first-child {
    text-align: left;
    padding-left: 30px !important;
}
.stud-coop-web-table2 .dataTables_scrollBody {
    overflow:hidden;
}
.stud-coop-web-ads {
    overflow: auto;
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-web-ads .dataTables_scrollHead,
.stud-coop-web-ads .dataTables_scrollBody {
    overflow: initial !important;
}
.stud-coop-web-ads .dataTables_scroll {
    overflow: auto;
}
.stud-coop-web-table3 tr td {
    text-align: center;
    /*word-break: break-all;*/
    height: 35px;
}
.stud-coop-web-table3 tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-web-head {
    text-align: center;
    margin-top: 15px;
}
.stud-coop-web-head tr td {
    color:black !important;
}
.stud-coop-web-head tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-web-jarvis3 {
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-web-jarvis3 .row {
    background: #fff;
    margin: 0;
    display: flex;
    border: none;
    padding: 8px 8px 8px 30px !important;
}
.stud-coop-web-jarvis3 .row h2 {
    margin: 10px 0;
}
.stud-coop-web-table3 tbody tr.ractive td b {
    text-transform: uppercase;
    color: #999;
}
.stud-coop-web-head tr td {
    white-space: nowrap;
}
.stud-coop-web-widget-body {
    overflow: auto !important;
}
.stud-coop-web-table2-col,
.stud-coop-web-table3-col {
    padding: 0 !important;
}


.stud-coop-sem-jarvis1 .highcharts-container {
    background: #fff;
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-sem-jarvis2 .highcharts-container {
    background: #fff;
    width: 900px;
    margin-left: 5px;
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-sem-jarvis3 .widget-body{
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-sem-jarvis3 #myChart-4 {
    background: #fff;
}
.stud-coop-sem-table tr td {
    text-align: center;
    word-break: break-all;
    height: 35px;
}
.stud-coop-sem-table tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-sem-head {
    text-align: center;
    margin-top: 15px;
}
.stud-coop-sem-head tr td {
    color:black !important;
}
.stud-coop-sem-head tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-sem-jarvis4 .row {
    background: #fff;
    margin: 0;
    display: flex;
    border: none;
    padding: 8px 8px 8px 30px !important;
}
.stud-coop-sem-jarvis4 {
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-sem-jarvis4 .row h2 {
    margin: 10px 0;
}
.stud-coop-sem-table tbody tr.ractive td b {
    text-transform: uppercase;
    color: #999;
}
.stud-coop-sem-table tbody tr.ractive td:nth-child(2),
.stud-coop-sem-table tbody tr.ractive td:nth-child(3),
.stud-coop-sem-table tbody tr.ractive td:nth-child(4) {
    text-align: left;
}
.stud-coop-sem-table-col {
    padding: 0 0 0 13px;
}
.stud-coop-sem-head {
    table-layout: auto !important;
}
.stud-coop-sem-head tr td {
    white-space: nowrap;
}
.stud-coop-sem-ads {
    overflow: auto;
}
.stud-coop-sem-rr1,
.stud-coop-sem-rr2 {
    margin-left: 0;
}


.stud-coop-email-table tr td {
    text-align: center;
    word-break: break-all;
    height: 35px;
}
.stud-coop-email-table tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-email-table tbody tr td:nth-child(5),
.stud-coop-email-table tbody tr td:nth-child(6),
.stud-coop-email-table tbody tr td:nth-child(7),
.stud-coop-email-table tbody tr td:nth-child(8) {
    /*padding-right: 140px;*/
}
.stud-coop-email-head {
    text-align: center;
    margin-top: 15px;
}
.stud-coop-email-head tr td {
    color:black !important;
}
.stud-coop-email-head tr td:first-child {
    text-align: left;
    padding-left: 30px;
}
.stud-coop-email-jarvis,
.stud-coop-dec-jarvis {
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-email-jarvis .row {
    background: #fff;
    margin: 0;
    display: flex;
    border: none;
    padding: 8px 8px 8px 30px !important;
}
.stud-coop-email-jarvis .row h2 {
    margin: 10px 0;
}
.stud-coop-email-table tbody tr.ractive td b {
    text-transform: uppercase;
    color: #999;
}
.stud-coop-email-table-col {
    padding: 0 0 0 13px;
}
.stud-coop-email-head {
    table-layout: auto !important;
}
.stud-coop-email-head tr td {
    white-space: nowrap;
}
.stud-coop-email-ads {
    overflow: auto;
}

.stud-coop-dec-jarvis .row {
    padding-left: 30px !important;
}
.stud-coop-dec-jarvis #myChart-1 {
    padding: 20px;
    height: 400px;
}

.stud-coop-res-jarvis,
.stud-coop-res-jarvis2,
.stud-coop-res-jarvis3 {
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-coop-res-jarvis .row,
.stud-coop-res-jarvis2 .row,
.stud-coop-res-jarvis3 .row {
    padding-left: 30px !important;
}
.stud-coop-res-jarvis #myChart-2,
.stud-coop-res-jarvis2 #myChart-3,
.stud-coop-res-jarvis3 #myChart-5 {
    padding: 20px;
    height: 400px;
}

/* End Student Coopetition Work */

/* Start Student Coopetition Media Queries */
@media (max-width: 1200px){
    .stud-coop-web-ads .dataTables_filter {
        left: 420px;
    }
}
@media(max-width: 990px) {
    .stud-coop-email-table-col {
        padding: 0 13px 0 13px;
    }
    .stud-coop-navbar > .nav-tabs > li {
        margin-right: 0;
    }
    .stud-coop-web-ranks {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
    }
}
@media(max-width: 768px) {
    .stud-coop-web-ads .dataTables_filter {
        display: none;
    }
    .stud-coop-web-head,
    .stud-coop-sem-head,
    .stud-coop-email-head {
        display: inherit !important;
    }
    .stud-coop-sem-head tr td {
        padding-left: 10px;
    }
    .stud-coop-email-head tr td {
        padding-left: 10px;
    }
    .stud-coop-navbar > .nav-tabs {
        padding: 0;
    }
    .stud-coop-web-head tr td {
        padding-left: 10px;
    }
    .stud-coop-web-table3 tr td {
        text-align: center;
        /*word-break: break-all;*/
        height: 35px;
    }
    .stud-coop-web-table3 tbody tr td{
        text-align: left;
    }
}
@media(max-width: 580px) {
    /*.stud-coop-web-head tr td:first-child,*/
    /*.stud-coop-email-head tr td:first-child {*/
    /*  display: flex;*/
    /*}*/
}
@media(max-width: 500px){
    .stud-coop-r1 {
        text-align: center;
    }
    .stud-coop-r2 .stud-coop-navbar ul{
        display: flex !important;
        /*flex-direction: column;*/
        align-items: center;
        /*justify-content: center;*/
        width: 100%;
        margin: 8px 0;
    }
    .stud-coop-web-head,
    .stud-coop-sem-head,
    .stud-coop-email-head {
        display: block !important;
    }
    .stud-coop-sem-rr1 .progressChart-bar,
    .stud-coop-sem-rr1 .progressChart-pie {
        padding: 0;
    }
    .stud-coop-sem-rr1 .jarviswidget .widget-body {
        margin: 0 !important;
    }
}

/* End Student Coopetition Media Queries */



/* Start Student Resources Work */

.stud-res-nt h1,
.inst-res-nt h1 {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding-left: 13px;
}
.inst-res-nt {
    margin-left: 0;
}
.inst-res-nt h1 {
    color: #000;
}
.stud-res-nt,
.stud-res-r1 {
    margin-left:0;
}
.stud-res-r1 {
    padding-left: 13px;
}
.stud-res-r2 {
    display: flex;
    margin-left: 0;
}
.stud-res-navbar {
    width: 100%;
    box-shadow: none;
}
.stud-res-navbar > .nav-tabs {
    padding-left: 13px;
}
.stud-res-navbar > .nav-tabs > li {
    margin-right: 20px;
}
.stud-res-navbar > .nav-tabs > li > a {
    color: #e3e3e3 !important;
    font-size: 16px !important;
}
.stud-res-navbar > .nav-tabs > li > a:hover {
    background: none;
    color: #fff !important;
}
.stud-res-navbar > .nav-tabs > li > a:focus {
    background: none;
}
.stud-res-navbar > .nav-tabs > li.active > a {
    color: #fff !important;
    font-size: 18px !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
    padding-left: 0 !important;
}
.stud-res-btn1 {
    background: #5C67F6!important;
    width: auto !important;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    color: white;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 15px !important;
}
.stud-res-btn2 {
    background: transparent !important;
    width: auto;
    padding: 5px 30px !important;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    /* padding: 8px !important; */
}
.stud-res-btn1:hover,
.stud-res-btn1:focus {
    color: #fff;
}
.stud-res-btn2:hover,
.stud-res-btn2:focus {
    color: black;
}
div .stud-res-up-btn {
    height: 42px;
    background: #fff !important;
    color: black;
    border: none;
    margin-top: 5px;
    box-shadow: 0px 3px 12px #00000029;
}
.stud-res-up-btn:hover,
.stud-res-up-btn:focus {
    color: black;
}

.stud-guides-div,
.inst-guides-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    word-break: break-word;
}
.stud-guides-btn1 {
    width: auto;
    background: transparent !important;
    padding: 0 !important;
    border: none;
    height: auto;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    float: right;
    position: relative;
}
.stud-guides-btn1 a {
    color: #fff;
}
.stud-guides-btn1:hover {
    transform: scale(1.1);
}
.stud-guides-src {
    text-align: center;
    display: flex;
}
.stud-guides-src .fas {
    color: #fff;
}
.stud-guides-btn2,
.stud-guides-btn3,
.stud-guides-btn4 {
    background: #fff !important;
    width: 100px;
    height: 36px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #999;
    color: #666;
    padding: 7px 16px !important;
}
.stud-guides-btn3:hover,
.stud-guides-btn3:focus,
.stud-guides-btn4:hover,
.stud-guides-btn4:focus {
    color: #666 !important;
    border: 1px solid #999 !important;
}
.stud-guides-btn2 {
    width: auto;
    margin-top: 0 !important;
    border-radius: 0 !important;
    height: 37.5px;
    color: #fff;
}
.stud-guides-btn2:hover,
.stud-guides-btn2:focus {
    color: #fff;
}
.stud-guides-container {
    float: left;
    background: #fff;
    border: none;
    border-radius: 3px;
    padding: 0;
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-guides-container .inst-guides-r1 {
    margin: 0;
}
.stud-guides-r2 {
    margin-top: 0 !important;
    display: flex;
}
.stud-guides-sc1 {
    border-right: 1px solid #e3e3e3 !important;
    background: #1B1E24;
    padding: 20px 35px !important;
}
.stud-guides-src input {
    padding: 18px 12px;
    border: 1px solid #aeaeae;
    font-size: 14px;
    border-top-left-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    width: 70%;
}
.stud-guides-src input:focus {
    border: 1px solid #aeaeae;
}
.stud-guides-src span {
    top: 11px !important;
    position: absolute;
    right: -18px !important;
}
.stud-guides-cap div h4 {
    color: #fff;
    font-size: 15px;
}
.stud-guides-cap div h5 {
    font-size: 15px !important;
    margin: 0;
    padding-bottom: 10px;
    color: #fff;
}
.stud-guides-cap div h5.highlight-title {
    font-weight: bold !important;
    text-decoration: none !important;
    color: #fff !important;
}
.stud-guides-sc2 {
    padding: 20px 20px 20px 0;
}
.stud-guides-sc2 div h1 {
    font-weight: bold;
    color: #000 !important;
}
#manual .stud-guides-sc2 div p {
    color: #666;
    font-size: 20px;
    line-height: 29px;
}
#manual .correct-div i,
#manual .wrong-div i {
    padding-top: 20px;
}
.stud-guides-sc2 div p b {
    color: #000 !important;
    font-weight: normal
}
.stud-guides-sc2 div p b span {
    color: #000 !important;
}
.stud-guides-sc2 div h3 {
    font-weight: bold;
    font-style: normal !important;
}
.stud-guides-sc2 div h3 u {
    text-decoration: none;
}
.stud-guides-sc2 div h4 {
    color: #000 !important;
}
.stud-guides-sc2 div h3.h-subtitle {
    color: #666 !important;
}
.stud-guides-container {
    width: 69%;
}
.stud-guides-container .share-link p {
    font-weight: bold;
}
.stud-guides-sc2 .content {
    max-height: 600px !important;
}
.stud-guides-sc2 div div #quiz-form div div.question-title p {
    font-weight: bold;
}
.stud-guides-sc1 .tools-icon {
    float: right;
    right: 90px;
    position: relative;
    font-size: 30px;
    color: #fff;
}
.stud-guides-slidebtn {
    height: 75px;
    margin: auto 0;
    width: 2%;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.stud-guides-slidebtn .fas {
    font-size: 30px;
    margin: 20px;
}

/* End Student Resources Work */

/* Start Student Resources Media Queries */
@media (max-width: 1260px) and (min-width: 900px) {
    .stud-guides-sld {
        flex-direction: column;
        align-items: center;
    }
    #manual .stud-guides-sld p {
        margin-bottom: 15px;
    }
    .stud-guides-sld input[type=range] {
        width: 100%;
    }
}
@media (max-width: 1600px) {
    .wd-30 > div > .stud-res-btn1,
    .wd-30 > div > .stud-res-btn2 {
        padding: 8px 14px !important;
    }
}
@media (max-width: 1400px) {
    .stud-guides-cap .submenu-1,
    .stud-guides-cap .submenu-2,
    .stud-guides-cap .submenu-3,
    .stud-guides-cap .submenu-4 {
        margin-left: 10px !important;
    }
}
@media (max-width: 1149px) {
    .table>tbody>tr>td>div>.stud-res-btn1,
    .table>tbody>tr>td>div>.stud-res-btn2 {
        padding: 8px !important;
    }
    .stud-guides-sc1 {
        padding: 10px;
    }
}
@media (max-width: 990px){
    .stud-guides-container {
        width: 100% !important;
    }
    .stud-guides-sc1 {
        border: none !important;
        padding: 15px 25px !important;
    }
    .stud-guides-sc1 .menu-icon,
    .stud-guides-sc1 .search-icon {
        color: #fff;
    }
    .stud-guides-sc2 .content {
        height: 330px;
        overflow: auto;
    }
    .stud-guides-r2 {
        flex-direction: column;
        margin-right: 0;
    }
    .stud-guides-src span {
        right: 0 !important;
    }
    .stud-guides-slidebtn {
        display: none;
    }
}
@media (max-width: 900px) {
    .stud-guides-menu {
        box-shadow: 0 0 10px #e3e3e3;
        padding: 10px;
        border-radius: 3px;
        border: none !important;
        background: #1B1E24 !important;
    }
    .stud-res-nt {
        display: none;
    }
    #manual .content {
        word-break: break-word;
        overflow-y: auto !important;
    }
}
@media(max-width: 768px) {
    .stud-guides-container .share-link {
        width: 100%;
    }
    .stud-guides-container .share-link p {
        font-size: 12px;
        word-break: break-word;
    }
    .stud-res-r1 .stud-res-navbar {
        display: flex !important;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
    }
    .stud-res-r1 .stud-res-navbar ul {
        padding-left: 0 !important;
    }
}
@media (max-width: 600px) {
    .stud-guides-r2 {
        margin-right: -13px;
    }
}
@media (max-width: 400px) {
    .stud-res-navbar > .nav-tabs > li.active > a {
        font-size: 16px !important;
    }
}
@media (max-width: 361px) {
    .stud-guides-sc2 .content {
        height: 152px;
    }
}

/* End Student Resources Media Queries */



/* Start Student Timeline Work */

.stud-timeline-t,
.inst-timeline-t,
h1.stud-timeline-t {
    color: #fff;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 22px;
    margin-left: 10px;
}
.page-title.inst-timeline-t {
    font-weight: bold;
    font-size: 22px;
    margin: 10px 0;
    color: #000;
}
.row-timeline,
.stud-timeline-t-x {
    margin-left: 0;
    margin-right: 0;
}
.stud-timeline-t-x .search-div {
    margin-top: 10px;
}
.stud-timeline-t-x .search-div div input::placeholder {
    font-style: normal;
}
.stud-timeline-t-x .search-inputs {
    display: flex;
}
#listResults {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}
.search-div .search-inputs .stud-timeline-btn1,
.search-div .search-inputs .stud-timeline-btn2 {
    background: #fff!important;
    width: 220px;
    height: 44px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #666;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 8px 16px !important;
    box-shadow: 0px 3px 12px #00000029;
}
.stud-timeline-btn1:hover,
.stud-timeline-btn1:active,
.stud-timeline-btn2:hover,
.stud-timeline-btn1:active {
    color: #666;
}
.row-timeline .search-div,
.stud-timeline-t-x .search-div {
    display: flex;
    align-items: center;
    padding-left: 0;
}
.search-div .search-inputs .stud-timeline-btn1 {
    margin-left: 25px;
    height: 41px;
}
.search-div .search-inputs .stud-timeline-btn2 {
    margin-left: 25px;
    height: 41px;
    display:none;
}
.stud-timeline-top-search-div {
    padding-left: 0;
}
.search-div .search-inputs #myInput {
    padding: 8px 20px 8px 20px !important;
    font-size: 15px !important;
    border: none !important;
    color: #808080 !important;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 300px;
    height: 41px;
}
.search-div .search-inputs #myInput::placeholder {
    font-style: italic;
}
.search-div .stud-timeline-faicon {
    padding: 8px 15px 8px 15px;
    height: 41px;
    background: #fff;
    border-right: 1px solid #707070;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    display: flex;
    align-items: center;
}
.search-div .stud-timeline-faicon .fa-filter {
    color: #666;
    font-size: 16px;
}
.stud-timeline-s-res {
    background: transparent !important;
    width: 115px !important;
    height: 35px !important;
    border-radius: 50px !important;
    font-size: 11px !important;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid white !important;
    color: white;
}
.stud-timeline-s-res .searched-text{
    display: block;
    grid-area: center;
    text-align:center;
    margin: auto;
    font-size: 11px !important;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
}
.stud-timeline-s-res .count-searches{
    display: block;
    grid-area: left;
    margin: auto;
    font-size: 11px !important;
    font-family: Verdana, Geneva, sans-serif;
    color: #fff;
}
.stud-timeline-s-res .delete-searched-item{
    display: block;
    grid-area: right;
    font-size: 11px !important;
    margin: auto;
    margin-right: 10px;
    color: #fff;
}
.one-saved-result {
    margin: 0 !important;
    height: auto !important;
    padding: 7px;
    word-break: break-word;
}
/* .one-saved-result::-webkit-scrollbar {
    width: .1px;
}
  .one-saved-result::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
}
  .one-saved-result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
} */
#whatWasSearched .list-results-instructor {
    margin-bottom: 0 !important;
}
div .stud-timeline-well {
    box-shadow: 0px 0px 14px #0000001F;
}
.stud-timeline-wrapper,
.stud-timeline-well {
    padding-left: 0;
}
.stud-timeline-wrapper .log-content {
    border-left: 4px solid red;
    margin-bottom: 15px;
    padding: 15px 25px;
}
.stud-timeline-wrapper .log-content .user-name,
.stud-timeline-wrapper .log-content .user-course-team {
    font-size: 14px;
}
.stud-timeline-wrapper .log-content .user-msg {
    margin-top: 5px;
    color: #666;
    padding-left: 80px;
}
.stud-timeline-wrapper .log-content .user-timezone {
    font-style: italic;
    font-size: 11px;
    color: #aeaeae;
    padding-left: 77px;
}
.stud-timeline-wrapper .log-content .user-date {
    color: #aeaeae;
    font-style: italic;
}
.search-div .btn-group {
    position: relative;
    display: flex;
    float: right;
    margin-right: 30px;
}
.search-div .btn-group .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 116px;
    height: 41px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 22px;
    font-size: 15px;
}
.search-div .btn-group ul {
    position: absolute;
    /*left: -155px;*/
    width: 270px;
    padding: 7px 10px;
}
.search-div .btn-group ul li {
    margin-bottom: 10px;
}
.search-div .btn-group ul li a.small, .search-div .btn-group ul li label.small {
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
}
.search-div .btn-group ul li a.small img,
.search-div .btn-group ul li a.small input,
.search-div .btn-group ul li label.small img,
.search-div .btn-group ul li label.small input {
    margin-right: 15px;
}
.search-div .btn-group ul hr {
    border-top: 1px solid #e3e3e3;
    width: 90%;
    margin: 12px auto;
}

/* End Student Timeline Work */

/* Start Student Timeline Media Queries */

@media(max-width: 1575px) {
    #listResults #saveResults {
        grid-template-columns: repeat(10, 1fr);
    }
}

@media(max-width: 1340px) {
    #listResults #saveResults {
        grid-template-columns: repeat(8, 1fr);
    }
}

@media(max-width: 1100px) {
    #listResults #saveResults {
        grid-template-columns: repeat(6, 1fr) !important;
    }

}
@media(max-width: 860px) {
    #listResults #saveResults {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}
@media(max-width: 768px) {
    .page-title.stud-timeline-t,
    .page-title.inst-timeline-t {
        text-align: center;
        margin-bottom: 15px;
    }
    #listResults #saveResults {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .stud-timeline-t-x .search-div {
        margin-top: 0;
    }
    /* .search-div .search-inputs .s-s {
        display:none;
    } */
    .search-div .search-inputs .stud-timeline-btn1 {
        float:right !important;
        font-size: 12px;
        height: 41px;
        display:block;
        margin-left: 0;
        margin-top: 10px;
        width: 55% !important;
        order: 3;
    }
    #widget-grid .stud-timeline-well {
        padding-left: 0 !important;
    }
}
@media (max-width: 500px) {
    .stud-timeline-wrapper .log-content .user-msg {
        word-break: break-word;
        white-space: inherit;
        margin-top: 15px;
    }
}
@media(max-width: 424px) {
    #listResults #saveResults {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .stud-timeline-well {
        padding: 0;
    }
    .stud-timeline-t-x .search-inputs {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        align-items: center;
    }
    .stud-timeline-t-x .search-inputs #myInput {
        width: 88% !important;
        margin: 0 auto;
    }
    .stud-timeline-t-x .search-inputs #myInput[type=search]::-ms-clear {
        display: none;
    }
    .stud-timeline-btn1 {
        margin-top: 10px;
        margin-left: 0 !important;
    }
    .stud-timeline-wrapper .log-content .user-name,
    .stud-timeline-wrapper .log-content .user-course-team {
        font-size: 12px;
    }
    .stud-timeline-wrapper .log-content .user-date {
        padding-top: 0;
    }
    .stud-timeline-wrapper .log-content {
        padding-left: 5px;
    }
}

/* End Student Timeline Media Queries */




/* Start Instructor Courses Modals */

.inst-courses-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 550px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.inst-courses-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.inst-courses-modal-header {
    border: none;
    padding: 0 !important;
    background: #1a7775;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.inst-courses-modal-close-btn {
    margin-right: 40px;
    margin-top: -30px !important;
    color: #fff;
    opacity: .6;
}
.inst-courses-modal-close-btn:hover {
    color: red;
}
.inst-courses-modal-body {
    padding: 50px 100px 0px 100px !important;
}
.inst-courses-modal-footer {
    border: none !important;
    padding: 0;
}
.inst-courses-modal-r1 {
    height: 60px;
}
.inst-courses-modal-r2 {
    margin-top: 0;
    text-align:center;
}
.inst-courses-modal-r2 h3 {
    font-size: 20px;
    font-weight: bold;
}
.inst-courses-modal-tabs-col {
    top: 45px;
    padding: 0 15%;
}
.inst-courses-modal-tabs-col li span.step {
    background: #fff;
    border: 8px solid #fff;
    color: #fff;
    box-shadow: 0 0 4px #999;
    font-size: 1px;
    padding: 6px;
}
.inst-courses-modal-tabs-col li.active span.step {
    background: #fff;
    border: 10px solid #45B9B6;
    color: #fff;
    font-size: 1px;
    padding: 6px;
}
.inst-courses-modal-tabs-col .bootstrapWizard li:before {
    border-top: none;
}
.inst-courses-modal-tabs-col span.title {
    color: #AEAEAE !important;
    font-size: 11px !important;
    text-transform: uppercase;
    word-break:break-word;
}
.inst-courses-modal-tabs-col li.active span.title {
    color: #444;
    font-weight: bold;
}
.inst-courses-modal-tabs-col li.complete a .step {
    border: 8px solid #fff !important;
    background: #fff !important;
    padding: 7px 3px !important;
    font-size: 1px !important;
}
.inst-courses-modal-tabs-col li.complete a span.step i {
    color: #45B9B6 !important;
    top: 4px;
}
.inst-courses-modal-r3 div {
    margin: 20px 0;
}
.inst-courses-modal-r3 div div p {
    text-transform: uppercase;
    color: #AEAEAE;
}
.inst-courses-modal-r3 .inst-courses-modal-subcol1 {
    margin: 0 0 40px 0;
    text-align: center;
}
.inst-courses-modal-r3 .inst-courses-modal-subcol1 p {
    color: black;
    text-transform: initial;
    font-size: 14px;
    color: #666;
}
.inst-courses-modal-r3 .inst-courses-modal-scen {
    padding: 0 20px;
    border-left: 1px solid #e3e3e3;
}
.inst-courses-modal-r3 .inst-courses-modal-scen p {
    color: #999;
    text-transform: initial;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0 !important;
}
.inst-courses-modal-r3 .inst-courses-modal-scen p strong {
    margin-bottom: 10px;
    color: #000;
    font-style: normal;
}
.inst-courses-modal-r3 .inst-courses-modal-check {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.inst-courses-modal-r3 .inst-courses-modal-check label {
    margin: 0;
}
.inst-courses-modal-r3 .inst-courses-modal-check label i {
    margin-left: 10px;
}
.inst-courses-modal-r3 .inst-courses-modal-check input {
    margin: 0 10px 0 0;
}
.inst-courses-modal-r3 .inst-courses-modal-check .form-check-label {
    font-size: 14px;
}
.inst-courses-modal-r3 .inst-courses-modal-check .popover {
    top: 70px !important;
    left: 0px !important;
    max-width: 100% !important;
}


.inst-courses-modal-r3 div div .input-group {
    width: 100% !important;
}
.inst-courses-modal-r3 div div .input-group select,
.inst-courses-modal-r3 div div .input-group input,
.inst-courses-modal-r3 div div .input-group input::placeholder {
    border-radius: 3px !important;
    color: #999;
    height: 35px;
    font-style: normal;
}
.inst-courses-modal-footer .wizard {
    display: flex;
    justify-content: center;
}
.inst-courses-modal-next-btn,
.inst-courses-modal-save-btn,
.inst-courses-modal-invite-btn,
.inst-part-modal1-invite-btn,
.inst-part-modal2-create-btn,
.inst-part-modal3-send-btn {
    background: #1a7775!important;
    width: 150px;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
    margin-bottom: 30px;
}
.inst-courses-modal-next-btn:hover,
.inst-courses-modal-next-btn:active,
.inst-courses-modal-next-btn:focus,
.inst-courses-modal-save-btn:hover,
.inst-courses-modal-save-btn:active,
.inst-courses-modal-save-btn:focus,
.inst-courses-modal-invite-btn:hover,
.inst-courses-modal-invite-btn:active,
.inst-courses-modal-invite-btn:focus,
.inst-part-modal1-invite-btn:hover,
.inst-part-modal1-invite-btn:active,
.inst-part-modal1-invite-btn:focus,
.inst-part-modal2-create-btn:hover,
.inst-part-modal2-create-btn:active,
.inst-part-modal2-create-btn:focus,
.inst-part-modal3-send-btn:hover,
.inst-part-modal3-send-btn:active,
.inst-part-modal3-send-btn:focus {
    color: #fff !important;
}
.inst-courses-modal-prev-btn,
.inst-courses-modal-close-btn2,
.inst-part-modal1-cancel-btn,
.inst-part-modal2-cancel-btn,
.inst-part-modal3-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
    margin-bottom: 30px;;
}
.inst-courses-modal-invite-btn,
.inst-part-modal1-invite-btn,
.inst-part-modal2-create-btn,
.inst-part-modal3-send-btn {
    padding: 5px 16px !important;
}
.inst-courses-modal-close-btn2,
.inst-part-modal1-cancel-btn,
.inst-part-modal2-cancel-btn,
.inst-part-modal3-cancel-btn {
    padding: 6px 16px !important;
}
.inst-courses-modal-prev-btn:hover,
.inst-courses-modal-prev-btn:active,
.inst-courses-modal-prev-btn:focus,
.inst-courses-modal-close-btn2:hover,
.inst-courses-modal-close-btn2:active,
.inst-courses-modal-close-btn2:focus,
.inst-part-modal1-cancel-btn:hover,
.inst-part-modal1-cancel-btn:active,
.inst-part-modal1-cancel-btn:focus,
.inst-part-modal2-cancel-btn:hover,
.inst-part-modal2-cancel-btn:active,
.inst-part-modal2-cancel-btn:focus,
.inst-part-modal3-cancel-btn:hover,
.inst-part-modal3-cancel-btn:active,
.inst-part-modal3-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-courses-modal-col2 {
    margin: 30px 0;
}
.inst-courses-modal-part {
    font-weight: bold;
    font-size: 15px;
}
.inst-courses-modal-part2 {
    font-size: 14px;
    /*font-style: italic;*/
    color: black;
}
.inst-courses-modal-slider {
    margin-bottom: 0;
}
.inst-courses-modal-slider .slider-track {
    height: 4px !important;
    border-radius: 25px;
}
.inst-courses-modal-slider .slider-selection {
    border-radius: 25px;
    background: #1a7775;
}
.inst-courses-modal-slider .slider-handle {
    margin-top: -7px !important;
}
.inst-courses-modal-structure h3 {
    margin-bottom: 10px;
}
.inst-courses-modal-structure h3 strong {
    font-size: 15px;
}
.inst-courses-modal-structure .input-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.inst-courses-modal-structure .input-group div {
    width: 48%;
}
.inst-courses-modal-structure .input-group div p {
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    color: #aeaeae;
}
.inst-courses-modal-structure .input-group div select {
    width: 100% !important;
    color: #666;
    border-color: #aeaeae;
    border-radius: 3px !important;
    height: 35px;
}
.inst-courses-modal-licensing {
    margin-bottom: 0px;
}
.inst-courses-modal-licensing div h3 {
    font-size: 15px;
    margin-bottom: 10px;
}
.inst-courses-modal-licensing div label {
    font-size: 15px;
    font-style: italic;
    color: #666;
}
.inst-courses-modal-licensing div input {
    margin-right: 10px;
}
.inst-courses-modal-licensing-r1 i {
    color: red;
    margin-left: 5px;
}
.inst-courses-modal-licensing-r2 input {
    margin-top: 12px;
}
.inst-courses-modal-licensing #student-prices i {
    color: #aeaeae;
}
.inst-courses-modal-licensing-r2 div i.fa {
    margin-left: 5px;
    font-size: 34px !important;
}
.inst-courses-modal-licnum {
    color: #666;
    font-weight: bold;
}


.inst-courses-modal-tab3 h3 {
    text-align: center;
}
.inst-courses-modal-timetable-desc {
    margin-bottom: 30px;
}
.inst-courses-modal-timetable-desc p {
    width: 60%;
    margin: 0 auto;
    font-size: 15px;
    color: #666;
    word-break: break-word;
    text-align: center;
}
.inst-courses-modal-timetable-col2 {
    border-left: 1px solid #e3e3e3;
}
.inst-courses-modal-timetable-subcol p {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #aeaeae;
}
.inst-courses-modal-timetable-subcol {
    margin-bottom: 30px;
}
.inst-courses-modal-timetable-subcol select,
.inst-courses-modal-timetable-subcol input {
    width: 100% !important;
    color: #666;
    border-color: #aeaeae;
    border-radius: 3px !important;
    height: 37px;
}
.inst-courses-modal-timetable-subcol select::placeholder,
.inst-courses-modal-timetable-subcol input::placeholder {
    border-radius: 3px !important;
    color: #999;
    height: 35px;
    font-style: normal;
}
.inst-courses-modal-timetable-desc2 {
    margin: 30px 0;
}
.inst-courses-modal-timetable-desc2 p {
    font-size: 13px;
    padding: 0 40px;
    color: #666;
    text-align: center;
}
.inst-courses-modal-timetable-desc2 i {
    font-size: 15px;
    margin-right: 5px;
}


.inst-courses-modal-tab4 h3 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.inst-courses-modal-summary-desc {
    margin-bottom: 30px;
}
.inst-courses-modal-summary-desc p {
    width: 60%;
    margin: 0 auto;
    font-size: 13px;
    color: #aeaeae;
    word-break: break-word;
    text-align: center;
    font-style: italic;
}
.inst-courses-modal-summary-desc p strong {
    font-size: 14px;
    color: #666;
    font-style: normal;
}
.inst-courses-modal-summary-col2 {
    border-left: 1px solid #e3e3e3;
    padding-left: 30px;
}
.inst-courses-modal-summary-col1 .inst-courses-modal-summary-subcol p , .inst-courses-modal-check span{
    margin-bottom: 15px;
    font-size: 13px;
    color: #666;
}
.inst-courses-modal-summary-col1 .inst-courses-modal-summary-subcol p b,
.inst-courses-modal-summary-col2 .inst-courses-modal-summary-subcol p strong {
    margin-bottom: 20px;
    font-size: 15px;
    color: #666;
}
.inst-courses-modal-summary-subcol {
    margin-bottom: 30px;
}
.inst-courses-modal-summary-col2 .inst-courses-modal-summary-subcol p {
    margin-bottom: 15px;
}
.inst-courses-modal-summary-col2 .inst-courses-modal-summary-subcol p label {
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    color: #aeaeae;
}
.inst-courses-modal-summary-col2 .inst-courses-modal-summary-subcol p input {
    width: 100% !important;
    color: #666;
    border: 1px solid #aeaeae;
    border-radius: 3px !important;
    height: 37px;
    padding: 4px 4px 4px 8px;
}
.inst-courses-modal-summary-col2 .inst-courses-modal-summary-subcol p input::placeholder {
    border-radius: 3px !important;
    color: #999;
    height: 35px;
    font-style: normal;
}


.inst-courses-modal-finish-dialog {
    width: 100% !important;
}
.inst-courses-modal-finish-content {
    padding: 20px 7px 0 7px !important;
    width: 80% !important;
    margin: 0 auto !important;
    height: 600px;
    overflow: auto;
}
.inst-courses-modal-finish-body {
    padding: 0 0 20px 0;
}
.inst-courses-modal-finish-r2 {
    text-align: center;
    box-shadow: 0 4px 5px #f1f1f1;
}
.inst-courses-modal-finish-r2 i {
    font-size: 34px;
    color: #1a7775;
}
.inst-courses-modal-finish-r2 h2 {
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.inst-courses-modal-finish-r2 p {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
}
.inst-courses-modal-finish-r2 p strong a {
    color: #1a7775;
    font-size: 16px;
}
.inst-courses-modal-finish-desc {
    margin: 20px 0;
    text-align: center;
}
.inst-courses-modal-finish-desc p {
    color: #666;
    font-size: 14px;
}
.inst-courses-modal-finish-desc p:first-child {
    color: #aeaeae;
    margin-bottom: 5px;
}
.inst-courses-modal-finish-desc p:first-child span {
    color: #1a7775;
    font-size: 20px;
}
.inst-courses-modal-finish-img {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    background: url("../img/instructor-illustrations/fin2.svg") no-repeat center;
    background-size: cover;
}
/* .inst-courses-modal-finish-img img {
    background: url("../img/instructor-illustrations/fin2.svg") no-repeat;
    background-size: cover;
    width: 300px;
    height: 100%;
    margin: 0 auto;
  } */
.inst-courses-modal-finish-r3 {
    margin: 30px 0 0 0;
    padding: 0 100px;
}
.inst-courses-modal-finish-r3 p {
    color: #666;
    text-align: left;
    word-break: break-word;
}
.inst-courses-modal-finish-r3 textarea {
    border-radius: 3px;
    border: 1px solid #aeaeae;
    color: #999;
    padding: 5px 10px;
}
.inst-courses-modal-finish-r3 textarea::placeholder {
    color: #aeaeae;
}
.inst-courses-modal-finish-r3 .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0 0 0;
}


.inst-part-modal1-dialog {
    width: 100%;
}
.inst-part-modal1-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 20px 0 !important;
    height: 530px !important;
    overflow: auto;
}
.inst-part-modal1-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 10px !important;
    text-align: center;
}
.inst-part-modal1-header h4 strong {
    font-size: 20px;
    color: #666;
}
.inst-part-modal1-header h4 p {
    font-size: 20px;
}
.inst-part-modal1-body {
    padding: 30px 150px 0 150px !important;
}
.inst-part-modal1-body .row-fluid div {
    padding: 0;
}
.inst-part-modal1-body .row-fluid .control-label {
    font-size: 14px;
    color: #666;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.inst-part-modal1-body .row-fluid div textarea {
    height: 50px;
    border-color: #aeaeae;
    border-radius: 3px !important;
}
.inst-part-modal1-hrd {
    width: 100%;
    height: 15px;
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    margin: 30px 0 50px 0;
}
.inst-part-modal1-hrd span {
    background: #fff;
    padding: 0 10px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.inst-part-modal1-r2 p {
    font-size: 14px;
    color: #666;
}
.inst-part-modal1-r2 p strong {
    font-size: 16px;
    color: #1a7775;
    word-break: break-word;
}
.inst-part-modal1-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0;
}

.inst-part-modal2-dialog {
    width: 100%;
}
.inst-part-modal2-dialog .inst-part-modal2-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 20px 0 0 0 !important;
    height: 220px;
    overflow: auto;
}
.inst-part-modal2-body {
    box-shadow: 0 4px 5px #f1f1f1;
}
.inst-part-modal2-body p {
    text-align: center;
    font-size: 18px;
}
.inst-part-modal2-footer {
    border: none;
}
.inst-part-modal2-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0;
    padding-top: 40px;
}


.inst-part-modal3-dialog {
    width: 100%;
}
.inst-part-modal3-dialog > .inst-part-modal3-content {
    width: 50% !important;
    margin: 60px auto 0 auto;
    padding: 10px 0;
    height: 500px;
    overflow: auto;
}
.inst-part-modal3-header {
    border: none;
    box-shadow: 0 4px 5px #f1f1f1;
}
.inst-part-modal3-header h4 {
    font-size: 20px;
    text-align: center;
}
.inst-part-modal3-header h4 p {
    margin-bottom: 0;
    color: #666;
}
.inst-part-modal3-r1 {
    padding: 20px 100px;
}
.inst-part-modal3-col1 {
    border-right: 2px solid #f1f1f1;
}
.inst-part-modal3-col1 #team-selector {
    border-right: none;
    height: auto;
    overflow-y: auto !important;
}
.inst-part-modal3-col2 #user-selector {
    border-right: none;
    height: auto;
    overflow-y: auto !important;
}
.inst-part-modal3-col1 #team-selector div span a {
    color: #666;
}
.inst-part-modal3-col1 #user-selector div span {
    color: #666;
}
.inst-part-modal3-col1 div div span {
    color: #666;
}
.inst-part-modal3-col1 h3,
.inst-part-modal3-col2 h3 {
    font-size: 16px;
    color: #666;
}
.inst-part-modal3-col2 {
    padding-left: 30px;
}
.inst-part-modal3-body .form-horizontal {
    width: 100%;
}
.inst-part-modal3-body .form-horizontal .form-group {
    width: 60%;
    margin: 0 auto 20px auto;
}
.inst-part-modal3-body .form-horizontal .form-group label {
    font-size: 11px;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 5px;
}
.inst-part-modal3-body .form-horizontal .form-group div #email-subject , .form-group div #titleInput{
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #e3e3e3;
}
.inst-part-modal3-body .form-horizontal .form-group div textarea {
    border-color: #e3e3e3;
}
.inst-part-modal3-body .form-horizontal .form-group div #email-attachment {
    border: none;
    padding-left: 0;
    border-bottom: 1px solid #e3e3e3;
    color: #666;
}
.inst-part-modal3-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0;
    padding-top: 40px;
}

/* End Instructor Courses Modals */

/* Start Instructor Courses Modals Media Queries */
@media(max-width: 1400px) {
    .inst-courses-modal-timetable-subcol p {
        font-size: 11px;
    }
    .inst-courses-modal-r3 .inst-courses-modal-check .popover {
        top: -100px !important;
        left: 0px !important;
        max-width: 100% !important;
    }
}
@media(max-width: 990px) {
    .inst-courses-modal-summary-subcol {
        text-align: center;
    }
    .inst-courses-modal-summary-col2 {
        border-left: none;
    }
    .inst-courses-modal-finish-content {
        width: 70% !important;
        margin: 0 15%;
    }
}
@media(max-width: 768px){
    .inst-courses-modal-content {
        width: 80% !important;
    }
    .inst-courses-modal-header span {
        margin-right:20px
    }
    .inst-part-modal2-dialog .inst-part-modal2-content {
        width: 80% !important;
    }
    .inst-part-modal3-dialog .inst-part-modal3-content {
        width: 70% !important;
    }
    .inst-part-modal3-r1 {
        padding: 20px 10px;
    }
    .inst-part-modal3-col1 {
        border-right: none;
    }
    .inst-part-modal3-col1,
    .inst-part-modal3-col2 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inst-part-modal3-col2 {
        padding-left: 0;
        padding-right: 0;
    }
    .inst-part-modal3-col2 h3 {
        text-align: center;
    }

}
@media(max-width: 700px) {
    .inst-courses-modal-finish-dialog {
        width: 100% !important;
    }
    .inst-courses-modal-finish-content {
        width: 90% !important;
        margin: 0 auto;
    }
    .inst-courses-modal-finish-r3 {
        padding: 0 20px;
    }
    .inst-courses-modal-finish-r3 .row {
        flex-direction: column;
    }
    .inst-courses-modal-close-btn2,
    .inst-courses-modal-invite-btn {
        margin-bottom: 10px;
    }
}
@media(max-width: 600px) {
    .inst-courses-modal-tabs-col {
        top: 40px;
    }
    .inst-courses-modal-tabs-col span {
        margin-right: 0;
    }
    .inst-courses-modal-tabs-col span.title {
        font-size: 10px !important;
    }
    .inst-courses-modal-tabs-col .form-wizard {
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .inst-courses-modal-footer {
        display: flex;
        justify-content: center;
    }
    .inst-part-modal1-body {
        padding: 30px 50px 0 50px !important;
    }
    .inst-courses-modal-r3 .inst-courses-modal-check .popover {
        top: 0px !important;
        left: 0px !important;
        max-width: 100% !important;
        height: 500px;
        overflow: auto;
    }
}
@media(max-width: 500px) {
    .inst-courses-modal-close-btn {
        margin-right: 10px;
        margin-top: -70px !important;
    }
    .inst-courses-modal-body {
        padding: 50px 50px 0px 50px !important;
    }
    .inst-courses-modal-r3 .inst-courses-modal-scen {
        padding: 0;
        border-left: none;
        text-align: center;
    }
    .inst-courses-modal-r3 .inst-courses-modal-check {
        justify-content: center;
    }
    .inst-courses-modal-footer .wizard {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .inst-courses-modal-prev-btn {
        margin-bottom: 10px;
    }
    .inst-courses-modal-timetable-col2 {
        border-left: none;
    }
    .inst-courses-modal-timetable-desc2 {
        margin: 10px 0 20px 0;
    }
    .inst-part-modal1-content {
        height: 600px;
    }
    .inst-part-modal3-dialog .inst-part-modal3-content {
        width: 100% !important;
        height: 500px;
    }
    .inst-courses-modal-tabs-col {
        top: 55px;
    }
}
@media (max-width: 420px) {
    .inst-courses-modal-finish-img {
        width: 320px;
    }
}
@media(max-width: 350px) {
    .inst-courses-modal-content {
        height:500px;
    }
}

/* End Instructor Courses Modals Media Queries */

/* DISABLED ANIMATION */

/* #background-animation {
    display: none !important;
  } */


/* Start Instructor Calendar Modals */

.inst-cal-modal-dialog,
.inst-cal-closed-modal-dialog,
.cal-delete-confirm-modal-dialog {
    width: 100%;
}
.inst-cal-modal-dialog > .inst-cal-modal-content,
.inst-cal-closed-modal-content,
.cal-delete-confirm-modal-content {
    width: 40% !important;
    margin: 60px auto 0 auto !important;
    padding: 10px 0;
    height: 400px;
    overflow: auto;
    top: 0 !important;
    right: 0 !important;
}
.inst-cal-closed-modal-content {
    height: 200px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 !important;
}
.cal-delete-confirm-modal-content {
    height: 200px;
    text-align: center;
}
.inst-cal-modal-header,
.inst-cal-closed-modal-header,
.cal-delete-confirm-modal-header {
    text-align: center;
    box-shadow: 0 4px 5px #f1f1f1;
    padding: 20px 10px !important;
}
.inst-cal-modal-header h4,
.inst-cal-modal-header p {
    font-size: 20px;
    color: #666;
}
.inst-cal-modal-body,
.inst-cal-closed-modal-body {
    padding: 30px 80px !important;
}
.inst-cal-modal-body .inst-cal-modal-r1 .input-group {
    width: 100%;
}
.inst-cal-modal-body .inst-cal-modal-r1 .input-group select {
    border-radius: 3px !important;
    border-color: #aeaeae;
    color: #666;
    height: 35px;
}
.inst-cal-modal-body .inst-cal-modal-r1 .form-group input {
    border-radius: 3px !important;
    border-color: #aeaeae;
    color: #666;
    height: 35px;
}
.inst-cal-modal-col1 {
    border-right: 2px solid #f1f1f1;
}
.inst-cal-modal-col1 p {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #999;
}
.inst-cal-modal-col2 .form-group {
    padding-left: 20px;
    color: #999;
    font-size: 14px;
}
.inst-cal-modal-col2 .form-group p {
    margin: 0;
}
.inst-cal-modal-col2 .form-group strong,
.inst-cal-modal-col2 .form-group p b {
    color: #666;
}
.inst-cal-modal-col2 .form-group p:last-child {
    margin-top: 10px;
}
.inst-cal-modal-footer,
.inst-cal-closed-modal-footer,
.cal-delete-confirm-modal-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0;
    padding-top: 10px;
}
.inst-cal-modal-save-btn,
.cal-delete-modal-ok-btn {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
    margin-bottom: 30px;
}
.inst-cal-modal-save-btn:hover,
.inst-cal-modal-save-btn:active,
.inst-cal-modal-save-btn:focus,
.cal-delete-modal-ok-btn :hover,
.cal-delete-modal-ok-btn :active,
.cal-delete-modal-ok-btn :focus {
    color: #fff !important;
}
.inst-cal-modal-cancel-btn,
.cal-delete-modal-cancel-btn  {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
}
.inst-cal-modal-cancel-btn:hover,
.inst-cal-modal-cancel-btn:active,
.inst-cal-modal-cancel-btn:focus,
.cal-delete-modal-cancel-btn:hover,
.cal-delete-modal-cancel-btn:active,
.cal-delete-modal-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-cal-modal-save-btn {
    padding: 5px 16px !important;
}
.inst-cal-modal-cancel-btn {
    padding: 6px 16px !important;
}

.inst-cal-modal2-dialog {
    width: 100%;
}
.inst-cal-modal2-dialog > .inst-cal-modal2-content {
    width: 50% !important;
    margin: 60px auto 0 auto;
    padding: 10px 0;
    height: 480px;
    overflow: auto;
    top: 0 !important;
    right: 0 !important;
}
.inst-cal-modal2-header {
    text-align: center;
    box-shadow: 0 4px 5px #f1f1f1;
    padding: 20px 10px !important;
}
.inst-cal-modal2-header h4,
.inst-cal-modal2-header p {
    font-size: 20px;
    color: #666;
}
.inst-cal-modal2-body {
    padding: 30px 80px !important;
    margin: 0 0 230px 0;
}
.inst-cal-modal2-body .inst-cal-modal2-r1 div .input-group {
    width: 100%;
}
.inst-cal-modal2-body .inst-cal-modal2-r1 .inst-cal-modal2-col1 div select,
.inst-cal-modal2-body .inst-cal-modal2-r1 .inst-cal-modal2-col2 .form-group select {
    border-radius: 3px !important;
    border-color: #aeaeae;
    color: #666;
    height: 35px;
    width: 100% !important;
}
.inst-cal-modal2-body .inst-cal-modal2-r1 .inst-cal-modal2-col2 .form-group select {
    margin-bottom: 10px;
}
.inst-cal-modal2-col1 {
    border-right: 2px solid #f1f1f1;
    padding-right: 33px;
}
.inst-cal-modal2-col1 p,
.inst-cal-modal2-col2 div div p {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}
.inst-cal-modal2-col1 .form-group {
    margin-bottom: 10px;
}
.inst-cal-modal2-col1 div textarea {
    background-color: transparent !important;
    border: none;
    padding-left: 0;
    padding-top: 0;
    font-style: italic;
    font-size: 14px;
}
.inst-cal-modal2-col2 {
    padding-left: 33px;
}
.inst-cal-modal2-col2 .form-group div {
    display: flex;
    flex-direction: column;
}
.inst-cal-modal2-footer {
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
}
.inst-cal-modal2-footer div {
    display: flex !important;
    justify-content: space-evenly;
}
.inst-cal-modal2-save-btn {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
    margin-bottom: 30px;
}
.inst-cal-modal2-save-btn:hover,
.inst-cal-modal2-save-btn:active,
.inst-cal-modal2-save-btn:focus {
    color: #fff !important;
}
.inst-cal-modal2-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
}
.inst-cal-modal2-cancel-btn:hover,
.inst-cal-modal2-cancel-btn:active,
.inst-cal-modal2-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-cal-modal2-save-btn {
    padding: 5px 16px !important;
}
.inst-cal-modal2-cancel-btn {
    padding: 6px 16px !important;
}



.cal-options-modal-dialog {
    width: 100%;
}
.cal-options-modal-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 0 !important;
    height: 460px !important;
    overflow: auto;
    right: 0 !important;
}
.cal-options-modal-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 10px !important;
    text-align: center;
}
.cal-options-modal-header h4 strong {
    font-size: 20px;
    color: #666;
}
.cal-options-modal-body div .show-picker {
    text-align: center;
    margin-top: 15px;
}
.cal-options-modal-body div .show-picker input {
    width: 60% !important;
    margin: 0 auto;
    font-size: 14px;
    padding: 3px 17px;
    border-radius: 5px !important;
    color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}
.cal-options-modal-body div .show-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cal-options-modal-footer {
    border: none;
}
.cal-options-modal-footer div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.cal-options-modal-btn2,
.cal-options-modal-btn3 {
    background: #1a7775!important;
    width: 150px;
    height: 41px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin: 0 auto !important;
}
.cal-options-modal-btn3 {
    padding: 9px 0 !important;
}
.cal-options-modal-btn1 {
    background: #fff !important;
    width: 150px;
    height: 40px !important;
    border-radius: 50px !important;
    border: 1px solid #000;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin: 0 auto !important;
}
.cal-options-modal-btn1:hover,
.cal-options-modal-btn1:focus {
    border: 1px solid #000;
    color: #000 !important;
}

@media(max-width: 768px) {
    .cal-options-modal-content {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .cal-options-modal-content {
        height: 440px !important;
    }
    .inst-cal-modal-save-btn,
    .inst-cal-modal2-save-btn {
        margin-left: 0 !important;
    }
}

/* End Instructor Calendar Modals */


/* Start Instructor Calendar Modals Media Queries*/

@media(max-width: 990px) {
    .inst-cal-modal-dialog > .inst-cal-modal-content {
        width: 80% !important;
    }
    .inst-cal-modal-body {
        padding: 30px 30px 0 30px !important;
    }
    .inst-cal-modal-col1 {
        border-right: none;
    }
    .inst-cal-modal-footer div {
        text-align:center;
    }
    .inst-cal-modal2-body {
        margin-bottom: 481px;
    }
    .inst-cal-modal2-col1 {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
    }
    .inst-cal-modal2-col2 {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(max-width: 768px) {
    .inst-cal-modal2-body {
        padding-bottom: 0;
    }
    .inst-cal-modal2-footer {
        margin: 20px 0;
    }
    .inst-cal-modal2-footer div {
        flex-direction: column;
        align-items: center;
    }
    .inst-cal-modal2-cancel-btn {
        margin-bottom: 10px;
    }
}
@media(max-width: 767px) {
    .inst-cal-modal2-body {
        margin-bottom: 0;
    }
}
@media(max-width: 600px) {
    .inst-cal-modal2-dialog .inst-cal-modal2-content {
        width: 80% !important;
    }
    .inst-cal-modal-dialog > .inst-cal-modal-content {
        width: 100% !important;
        height: 470px;
    }
    .test-modal  .inst-cal-modal2-content {
        width: 80% !important;
    }

}
@media(max-width: 430px) {
    /* .inst-cal-modal-cancel-btn, */
    .cal-delete-modal-cancel-btn {
        margin-bottom: 10px;
    }
    .inst-cal-modal2-body {
        padding: 20px !important;
    }
}

/* End Instructor Calendar Modals Media Queries*/



/* Start Instructor Resources Modals */

.inst-res-modal-dialog {
    width: 100%;
}
.inst-res-modal-dialog > .inst-res-modal-content {
    width: 50% !important;
    margin: 60px auto 0 auto;
    padding: 10px 0;
    height: 550px;
    overflow: auto;
    top: 0 !important;
    right: 0 !important;
}
.inst-res-modal-header {
    text-align: center;
    box-shadow: 0 4px 5px #f1f1f1;
    padding: 20px 10px !important;
}
.inst-res-modal-header h3 strong,
.inst-res-modal-header p {
    font-size: 20px;
    color: #666;
}
.inst-res-modal-body {
    padding: 30px 100px !important;
}
.inst-res-modal-body u {
    text-decoration: none;
    margin-top: 0;
    padding-top: 0;
}
.inst-res-modal-body div {
    padding: 20px 0;
    border-bottom: 1px solid #f1f1f1;
}
.inst-res-modal-body ul {
    display: grid;
    list-style-type: none;
    padding: 0;
    grid-template-columns: 1fr 1fr;
    height: 200px;
    overflow: auto;
}
.inst-res-modal-body h3 strong {
    color: #666;
}
.inst-res-modal-up-btn {
    margin: 0 auto;
    border: none;
    box-shadow: none;
}
.inst-res-modal-up-btn:hover,
.inst-res-modal-up-btn:active {
    background: #fff;
    border: none;
}
.inst-res-modal-list label li input {
    display: none;
}
.inst-res-modal-list label li span {
    font-size: 16px;
    color: #999;
}
.inst-res-modal-list label li span:hover {
    cursor:pointer;
    color: black;
}
.inst-res-modal-footer {
    border: none;
    padding-bottom: 0;
    padding-top: 10px;
    display: flex;
    justify-content: space-evenly;
}
.inst-res-modal-footer .inst-res-modal-submit-btn,
.inst-res-modal-footer .stud-res-modal-submit-btn {
    background: #1a7775!important;
    width: 150px;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
    margin-bottom: 30px;
}
.inst-res-modal-footer .stud-res-modal-submit-btn {
    background: #5C67F6 !important;
}
.inst-res-modal-footer .inst-res-modal-submit-btn:hover,
.inst-res-modal-footer .inst-res-modal-submit-btn:active,
.inst-res-modal-footer .inst-res-modal-submit-btn:focus,
.inst-res-modal-footer .stud-res-modal-submit-btn:hover,
.inst-res-modal-footer .stud-res-modal-submit-btn:active,
.inst-res-modal-footer .stud-res-modal-submit-btn:focus {
    color: #fff !important;
}
.inst-res-modal-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
}
.inst-res-modal-cancel-btn:hover,
.inst-res-modal-cancel-btn:active,
.inst-res-modal-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-res-modal-footer .inst-res-modal-submit-btn {
    padding: 5px 16px !important;
}
.inst-res-modal-cancel-btn {
    padding: 6px 16px !important;
}
.inst-res-modal-content u {
    text-decoration: none;
}
.inst-res-modal-f1 {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* End Instructor Resources Modals */

/* Start Instructor Resources Modals Media Queries */

@media(max-width: 990px) {
    .inst-res-modal-body {
        padding: 30px 20px !important;
    }
    .inst-res-modal-f1 {
        padding: 0 !important;
    }
}
@media(max-width: 600px) {
    .inst-res-modal-dialog .inst-res-modal-content {
        width: 90% !important;
    }
    .inst-res-modal-header h3 strong, .inst-res-modal-header p {
        font-size: 18px;
    }
    .inst-res-modal-footer {
        flex-direction: column;
        align-items: center;
    }
    .inst-res-modal-cancel-btn {
        margin-bottom: 10px;
    }
    .inst-res-modal-submit-btn {
        margin-left: 0 !important;
    }
}

/* End Instructor Resources Modals Media Queries */


/* Start Instructor Scenarios Modals */

.inst-scen-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 570px;
    overflow-x: hidden;
    width: 50% !important;
    margin: 60px auto 0 auto !important;
}
.inst-scen-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.inst-scen-modal-header {
    border: none;
    padding: 0 !important;
    background: #1a7775;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}
.inst-scen-modal-content .inst-scen-modal-body {
    padding: 50px 100px 0px 100px !important;
}
.inst-scen-modal-r1 {
    height: 60px;
}
.inst-scen-modal-tabs-title {
    margin-top: 0;
    text-align:center;
}
.inst-scen-modal-tabs-title h4 {
    font-size: 18px;
    font-weight: bold;
    color: #666;
}
.inst-scen-modal-tabs-col {
    top: 16px;
    padding: 0 15%;
}
.inst-scen-modal-tabs-col li span.step {
    background: #fff;
    border: 8px solid #fff;
    color: #fff;
    box-shadow: 0 0 4px #999;
    font-size: 1px;
    padding: 6px;
}
.inst-scen-modal-tabs-col li.active span.step {
    background: #fff;
    border: 10px solid #45B9B6;
    color: #fff;
    font-size: 1px !important;
    padding: 6px;
}
.inst-scen-modal-tabs-col .bootstrapWizard li:before {
    border-top: none;
}
.inst-scen-modal-tabs-col span.title {
    color: #AEAEAE !important;
    font-size: 11px !important;
    text-transform: uppercase;
    word-break:break-word;
}
.inst-scen-modal-tabs-col li.active span.title {
    color: #444;
    font-weight: bold;
}
.inst-scen-modal-tabs-col li.complete .step {
    border: 8px solid #fff !important;
    background: #fff !important;
    padding: 7px 3px !important;
}
.inst-scen-modal-tabs-col li.complete span.step i {
    color: #45B9B6 !important;
    top: 4px;
}
.inst-scen-modal-tabs-title {
    margin-bottom: 20px;
}
.inst-scen-modal-tab1 div p {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    color: #999;
}
.inst-scen-modal-tab1 div div div input,
.inst-scen-modal-tab1 div div textarea {
    border-radius: 3px !important;
    border-color: #aeaeae;
    color: #666;
}
.inst-scen-modal-tab1 div div div input::placeholder,
.inst-scen-modal-tab1 div div textarea::placeholder {
    border-color: #999;
}
.inst-scen-modal-footer {
    display: inline-flex;
    margin: 0 !important;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    border: none;
    padding: 0;
}
.inst-scen-modal-footer .inst-scen-modal-next-btn,
.inst-scen-modal-footer .inst-scen-modal-save-btn,
.inst-scen-modal-add-btn {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
.inst-scen-modal-add-btn,
.inst-scen-modal-save-btn {
    margin-bottom: 5px;
}
.inst-scen-modal-footer .inst-scen-modal-next-btn:hover,
.inst-scen-modal-footer .inst-scen-modal-next-btn:active,
.inst-scen-modal-footer .inst-scen-modal-next-btn:focus,
.inst-scen-modal-footer .inst-scen-modal-save-btn:hover,
.inst-scen-modal-footer .inst-scen-modal-save-btn:active,
.inst-scen-modal-footer .inst-scen-modal-save-btn:focus,
.inst-scen-modal-add-btn:hover,
.inst-scen-modal-add-btn:active,
.inst-scen-modal-add-btn:focus {
    color: #fff !important;
}
.inst-scen-modal-prev-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
    margin-right: 5px;
}
.inst-scen-modal-prev-btn:hover,
.inst-scen-modal-prev-btn:active,
.inst-scen-modal-prev-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-scen-modal-prev-btn {
    padding: 6px 16px !important;
}
.inst-scen-modal-r4 div div textarea {
    height: 70px;
}
.inst-scen-modal-r5 p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 40px;
    color: #666;
}
.inst-scen-modal-r6 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.inst-scen-modal-r6 .form-group {
    width: 70%;
}
.inst-scen-modal-r6 div p {
    margin-bottom: 5px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}
.inst-scen-modal-r6 div p i {
    color: black;
    margin-left: 5px;
    font-weight: 300;
    font-size: 16px;
}
.inst-scen-modal-r6 div input,
.inst-scen-modal-r6 div textarea {
    width: 100%;
    border-radius: 3px !important;
    padding: 7px;
    border: 1px solid #999;
    color: #999;
}
.inst-scen-modal-r7 {
    margin: 40px 0;
}
.inst-scen-modal-r7 .table thead tr th {
    font-size: 14px;
    width: 25%;
}
.inst-scen-modal-r7 .table tbody tr td {
    width: 25%;
}
.inst-scen-modal-r7 .table tbody tr td:nth-child(3) {
    text-align: center;
}
.inst-scen-modal-r7 .table tbody tr td:nth-child(4) a .fa {
    font-size: 14px;
    margin-left: 10px;
    color: #666 !important;
}
.inst-scen-modal-r7 .table tbody tr td:nth-child(4) a .fa:hover {
    color: black !important;
}
.inst-scen-modal-col1,
.inst-scen-modal-col2 {
    display: flex;
    flex-direction: column;
}
.inst-scen-modal-subcol {
    text-align: center;
}
.inst-scen-modal-col1 div div p,
.inst-scen-modal-col2 div div p {
    margin-bottom: 5px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}
.inst-scen-modal-col1 div div input,
.inst-scen-modal-col2 div div input {
    width: 100%;
    border-radius: 3px !important;
    padding: 6px 12px;
    border: 1px solid #aeaeae;
    color: #666;
}
.inst-scen-modal-subcol div p {
    margin-bottom: 5px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
}
.inst-scen-modal-subcol div {
    text-align: center;
    margin: 10px 0;
}
.inst-scen-modal-subcol div input {
    width: 80%;
    border-radius: 3px !important;
    padding: 7px;
    border: 1px solid #aeaeae;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #666;
}
.inst-scen-modal-r8 p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #666;
}
.inst-scen-modal-tab4 .row {
    text-align: center;
    margin: 0 0 20px 0;
}
.inst-scen-modal-tab4 .row h4 {
    font-weight: bold;
    font-size: 20px;
    color: #999;
}
.inst-scen-modal-tab4 .row p {
    font-weight: bold;
    font-size: 20px;
    color: #666;
}
.inst-scen-modal-finish-img {
    width: 400px;
    height: 300px;
    margin: 0 auto;
    display: flex;
    background: url("../img/scenarios-illustration/scen2.svg") no-repeat;
    background-size: cover;
}
/* .inst-scen-modal-finish-img img {
    background: url(../img/scenarios-illustration/scen2.svg) no-repeat;
    background-size: cover;
    width: 450px;
    height: 100%;
    margin: 0 auto;
  } */
.inst-scen-modal-x0 {
    display :flex;
    justify-content: space-around;
    margin: 40px 0;
}
.inst-scen-modal-x1,
.inst-scen-modal-x2,
.inst-scen-modal-x5 {
    color: #666;
    font-size: 14px;
    text-align: center;
}
.inst-scen-modal-x1 strong,
.inst-scen-modal-x2 strong,
.inst-scen-modal-x5 strong {
    font-size: 20px;
}
.inst-scen-modal-x2 {
    word-break: break-word;
}
.inst-scen-modal-x4 {
    color: black;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.inst-scen-modal-x3 {
    text-align: center;
    font-size: 14px;
    color: #666;
}
.inst-scen-modal-close-btn {
    padding-right: 15px !important;
}



.inst-scen-modal2-content,
.inst-scen-modal5-content  {
    padding: 0 !important;
    overflow-y: auto;
    height: 470px;
    overflow-x: hidden;
    width: 50% !important;
    margin: 60px auto 0 auto !important;
}
.inst-scen-modal5-content {
    height:370px;
}
.inst-scen-modal2-dialog,
.inst-scen-modal5-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.inst-scen-modal2-header,
.inst-scen-modal5-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 20px !important;
    text-align: center;
}
.inst-scen-modal2-header h4,
.inst-scen-modal2-header p,
.inst-scen-modal5-header h4 {
    font-size: 20px;
    color: #666;
}
.inst-scen-modal2-subcol div {
    text-align: center;
    margin: 10px 0;
}
.inst-scen-modal2-subcol div p {
    margin-bottom: 5px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
}
.inst-scen-modal2-subcol div input {
    width: 100%;
    border-radius: 3px !important;
    padding: 7px;
    border: 1px solid #aeaeae;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    color: #999;
}
.inst-scen-modal2-body,
.inst-scen-modal5-body {
    padding-bottom: 0;
}
.inst-scen-modal2-r1,
.inst-scen-modal5-r1 {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
}
.inst-scen-modal2-r1 .col-sm-12 div p,
.inst-scen-modal5-r1 .col-sm-12 div p {
    margin-bottom: 5px;
    color: #999;
    font-size: 11px;
}
.inst-scen-modal2-r1 .col-sm-12 div input,
.inst-scen-modal5-r1 .col-sm-12 div input {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #aeaeae;
    text-align: center;
    font-style: italic;
    color: #999;
}
.inst-scen-modal2-footer,
.inst-scen-modal5-footer  {
    border: none;
    padding: 0;
}
.inst-scen-modal2-footer .row,
.inst-scen-modal5-footer .row  {
    display: flex;
    justify-content: space-evenly;
}
.inst-scen-modal2-save-btn,
.inst-scen-modal5-save-btn {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
    margin-bottom: 30px;
}
.inst-scen-modal2-save-btn:hover,
.inst-scen-modal2-save-btn:active,
.inst-scen-modal2-save-btn:focus,
.inst-scen-modal5-save-btn:hover,
.inst-scen-modal5-save-btn:active,
.inst-scen-modal5-save-btn:focus {
    color: #fff !important;
}
.inst-scen-modal2-cancel-btn,
.inst-scen-modal5-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 7px 16px !important;
}
.inst-scen-modal2-cancel-btn:hover,
.inst-scen-modal2-cancel-btn:active,
.inst-scen-modal2-cancel-btn:focus,
.inst-scen-modal5-cancel-btn:hover,
.inst-scen-modal5-cancel-btn:active,
.inst-scen-modal5-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-scen-modal2-footer .inst-scen-modal2-save-btn,
.inst-scen-modal5-footer .inst-scen-modal5-save-btn {
    padding: 5px 16px !important;
}
.inst-scen-modal2-cancel-btn,
.inst-scen-modal5-cancel-btn {
    padding: 6px 16px !important;
}


.inst-scen-modal3-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 470px;
    overflow-x: hidden;
    width: 50% !important;
    margin: 60px auto 0 auto !important;
}
.inst-scen-modal3-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.inst-scen-modal3-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 20px !important;
    text-align: center;
}
.inst-scen-modal3-header h4,
.inst-scen-modal3-header p {
    font-size: 20px;
    color: #666;
}
.inst-scen-modal3-body {
    padding: 30px 150px 20px 150px !important;
}
.inst-scen-modal3-r1 .col-sm-12 p,
.inst-scen-modal3-r2 .col-sm-12 p,
.inst-scen-modal3-r3 .col-sm-12 p {
    margin-bottom: 5px;
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 13px;
}
.inst-scen-modal3-r1 .col-sm-12 div input,
.inst-scen-modal3-r3 .col-sm-12 div input {
    padding: 5px 7px;
    border-radius: 3px !important;
    border: 1px solid #aeaeae;
    font-style: italic;
    color: #999;
    height: 35px;
}
.inst-scen-modal3-r2 .col-sm-12 div textarea {
    width: 100%;
    border-radius: 3px !important;
    padding: 5px 7px;
    border: 1px solid #999;
    color: #999;
}
.inst-scen-modal3-footer {
    border: none;
    padding: 0;
}
.inst-scen-modal3-footer .row {
    display: flex;
    justify-content: space-evenly;
}
.inst-scen-modal3-inv-btn {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin-bottom: 30px;
}
.inst-scen-modal3-inv-btn:hover,
.inst-scen-modal3-inv-btn:active,
.inst-scen-modal3-inv-btn:focus {
    color: #fff !important;
}
.inst-scen-modal3-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 6px 16px !important;
}
.inst-scen-modal3-cancel-btn:hover,
.inst-scen-modal3-cancel-btn:active,
.inst-scen-modal3-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}


.inst-scen-modal4-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 480px;
    overflow-x: hidden;
    width: 70% !important;
    margin: 60px auto 0 auto !important;
}
.inst-scen-modal4-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.inst-scen-modal4-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 20px !important;
    text-align: center;
}
.inst-scen-modal4-header h4,
.inst-scen-modal4-header p {
    font-size: 20px;
    color: #666;
}
.inst-scen-modal4-body {
    padding: 30px 50px 20px 50px !important;
}
.inst-scen-modal4-r1 #drop_file_zone {
    display: flex;
    background: none;
    border: #999 2px dashed;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    height: auto;
    padding: 50px 0;
}
.inst-scen-modal4-r1 #drop_file_zone #drag_upload_file {
    width: 100% !important;
}
.inst-scen-modal4-r1 #drop_file_zone div form .file-selected {
    font-size: 16px;
}
.inst-scen-modal4-r1 div p {
    color: #999;
    text-transform: uppercase;
}
.inst-scen-modal4-r1 div p strong {
    color: #666;
    text-transform: initial;
}
.inst-scen-modal4-footer {
    border: none;
    padding: 0;
    text-align: center;
    margin-bottom: 10px;
}
.inst-scen-modal4-browse-btn,
.inst-scen-modal4-redtxt span .btn-success {
    background: #1a7775!important;
    width: 150px;
    height: 33px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 6px !important;
    margin-bottom: 30px;
}
.inst-scen-modal4-browse-btn:hover,
.inst-scen-modal4-browse-btn:active,
.inst-scen-modal4-browse-btn:focus,
.inst-scen-modal4-redtxt span .btn-success:hover,
.inst-scen-modal4-redtxt span .btn-success:active,
.inst-scen-modal4-redtxt span .btn-success:focus {
    color: #fff !important;
}
.inst-scen-modal4-close-btn,
.inst-scen-modal4-drag-btn,
.inst-scen-modal4-preview-btn,
.inst-scen-modal4-ibtn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 6px !important;
}
.inst-scen-modal4-close-btn:hover,
.inst-scen-modal4-close-btn:active,
.inst-scen-modal4-close-btn:focus,
.inst-scen-modal4-drag-btn:hover,
.inst-scen-modal4-drag-btn:active,
.inst-scen-modal4-drag-btn:focus,
.inst-scen-modal4-preview-btn:hover,
.inst-scen-modal4-preview-btn:active,
.inst-scen-modal4-preview-btn:focus,
.inst-scen-modal4-ibtn:hover,
.inst-scen-modal4-ibtn:active,
.inst-scen-modal4-ibtn:focus {
    color: black !important;
    border-color: black !important;
}
.inst-scen-modal4-table {
    margin-top: 20px;
}
.inst-scen-modal4-table thead tr th {
    font-size: 12px;
}
.inst-scen-modal4-redtxt {
    margin: 20px 0 0 0;
}
.inst-scen-modal4-redtxt span .btn-success {
    margin-top: 10px;
    margin-bottom: 0;
    padding: 7px 6px !important;
    font-size: 10px;
}
.inst-scen-modal4-redtxt span .btn-success .fa {
    display: none;
}
.scenarios-widget-body .dataTables_filter div input {
    color: #666;
    background-color: transparent;
    padding: 10px;
    font-size: 14px;
    border-color: #999;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.scenarios-widget-body .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.inst-scen-modal4-jarvis .widget-body {
    overflow: auto;
}

/* End Instructor Scenarios Modals */

/* Start Instructor Scenarios Modals Media Queries */

@media(max-width: 1400px) {
    .inst-scen-modal2-r1,
    .inst-scen-modal5-r1 {
        width: 80%;
    }
}
@media(max-width: 1200px){
    .inst-scen-modal-body {
        padding: 80px 50px 0 50px !important;
    }
    .inst-scen-modal-x1 strong,
    .inst-scen-modal-x2 strong,
    .inst-scen-modal-x5 strong {
        font-size: 16px;
    }
}
@media(max-width: 990px) {
    .inst-scen-modal2-r1 .col-md-2 div,
    .inst-scen-modal5-r1 .col-md-2 div {
        text-align: center;
    }
    .inst-scen-modal2-r1 .col-md-2 div p,
    .inst-scen-modal5-r1 .col-md-2 div p {
        font-weight: bold;
    }
    .inst-scen-modal2-r1 .col-md-2 div input,
    .inst-scen-modal5-r1 .col-md-2 div input {
        text-align: center;
        width: 60%;
    }
    .inst-scen-modal2-subcol div p {
        text-align: center !important;
    }
    .inst-scen-modal2-subcol div input {
        width: 90%;
        font-size: 15px;
    }
    .inst-scen-modal3-body,
    .inst-scen-modal4-body {
        padding: 30px !important;
    }
    .inst-scen-modal4-table {
        table-layout: auto !important;
    }
}
@media(max-width: 768px){
    .inst-scen-modal-content,
    .inst-scen-modal2-content,
    .inst-scen-modal3-content,
    .inst-scen-modal4-content,
    .inst-scen-modal5-content {
        width: 90% !important;
    }
    .inst-scen-modal2-body,
    .inst-scen-modal5-body {
        width: 100%;
    }
    .inst-scen-modal2-footer .row,
    .inst-scen-modal3-footer .row,
    .inst-scen-modal5-footer .row {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .inst-scen-modal2-save-btn,
    .inst-scen-modal5-save-btn {
        margin-left: 0;
    }
    .inst-scen-modal2-cancel-btn,
    .inst-scen-modal3-cancel-btn,
    .inst-scen-modal5-cancel-btn {
        margin-bottom: 10px;
    }
    .inst-scen-modal3-inv-btn {
        margin-left: 0;
    }
    .scenarios-widget-body,
    .market-widget-body,
    .kw-widget {
        overflow: auto;
    }
    .market-widget-body .keywords-btns-col {
        display: flex;
        flex-direction: column;
    }
    .market-widget-body .keywords-btns-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .scenarios-widget-body .scenario-listing tr td {
        white-space: inherit !important;
        word-break: inherit;
    }
    .inst-scen-modal4-table thead {
        display: contents !important;
    }
}
@media(max-width: 767px){
    .inst-scen-modal-tabs-col {
        top: 32px;
    }
    .inst-scen-modal-content {
        height: 500px;
    }
    .inst-scen-modal-content .inst-scen-modal-body {
        padding: 80px 20px 0 20px !important;
    }
    .inst-scen-modal-r7 .table tbody tr td:nth-child(4) {
        display: flex;
    }
    .inst-scen-modal-r6 .form-group {
        width: 100%;
    }
}
@media(max-width: 580px) {
    .scenarios-widget-body .dataTables_filter {
        display: none;
    }
}

/* End Instructor Scenarios Modals Media Queries */

/*
@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget {
    float: left !important;
    width: auto !important;
    height: auto !important;
}
}
    @media  (min-width: 481px) and (max-width: 767px) {
        .bootstrap-datetimepicker-widget {
            float:right !important;
            width: auto !important;
            height: auto !important;
        }
    } */
@media  (min-width: 770px) and (max-width: 1500px) {
    .show-picker .bootstrap-datetimepicker-widget {
        left: 0px !important;
        width: 27em !important;
    }
}

@media  (min-width: 770px) and (max-width: 989px) {
    .bootstrap-datetimepicker-widget {
        left: -65px !important;
        width: 27em !important;
    }
}

@media(min-width: 990px) and (max-width: 1200px) {
    .bootstrap-datetimepicker-widget {
        left: -65px !important;
        width: 27em !important;
    }
}
/*datetimepicker for mac*/
@media(min-width: 1201px) and (max-width: 1500px) {
    .bootstrap-datetimepicker-widget {
        left: -85px !important;
        width: 30em !important;
    }
}



/* Start Instructor Profile Modal Work */

.inst-profile-modal-dialog {
    width: 100%;
    margin: 0 auto;
}
.inst-profile-modal-content {
    width: 45% !important;
    margin: 60px auto 0 auto !important;
}
.inst-profile-modal-header {
    border: none;
    padding: 0 0 30px 0;
}
.inst-profile-modal-header  h4 {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}
.inst-profile-modal-body div img {
    border-radius: 50%;
}
.inst-profile-modal-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.inst-profile-modal-footer .inst-profile-modal-white-btn1,
.inst-profile-modal-footer .inst-profile-modal-green-btn1 {
    width: 120px;
    height: 34px;
    padding: 5px 16px !important;
    margin: 10px 0 0 0 !important;
}
.inst-profile-modal-footer .inst-profile-modal-green-btn1 {
    border: 1px solid #166968;
    font-size: 13.5px;
    margin: 0;
}
.inst-profile-modal-green-btn1 {
    background: #166968 !important;
    width: 50%;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 16px !important;
    margin: 15px auto 0 auto !important;
}
.inst-profile-modal-green-btn1:focus,
.inst-profile-modal-green-btn1:hover {
    background: #166968 !important;
    border: none;
    color: #fff !important;
}
.inst-profile-modal-white-btn1 {
    background: #fff !important;
    width: 50%;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    color: black !important;
    padding: 10px 16px !important;
    margin: 0 auto;
}
.inst-profile-modal-white-btn1:focus,
.inst-profile-modal-white-btn1:hover {
    background: #fff !important;
    border: 1px solid black;
    color: black !important;
}

@media(max-width: 420px) {
    .inst-profile-modal-header h4 {
        font-size: 18px;
    }
    .inst-profile-modal-body div img {
        width: 180px;
    }
    .inst-profile-modal-footer,
    .inst-profile-modal-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* End Instructor Profile Modal Work */

/* Start Instructor Archived Simulation Work */

.inst-arc-btn1 {
    background: #1a7775!important;
    width: 230px !important;
    height: 40px !important;
    border-radius: 50px !important;
    font-size: 14px;
    color: white !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 9px 16px !important;
    top: -4px !important;
}
.inst-arc-btn1:hover,
.inst-arc-btn1:active,
.inst-arc-btn1:focus {
    color: #fff !important;
}
.i-home-table .arch-home-user-col2 {
    font-size: 14px;
    padding-left: 25px !important;
    padding-top: 30px !important;
    /* display: flex !important;
        justify-content: center;
        align-items: center; */
}
/* .icon-Icon_Scenario_Home:before {
      color: orange !important;
    } */
.i-home-table .arch-home-user-col2x0 {
    display: table-cell;
    padding-left: 105px !important;
    vertical-align: middle !important;
}
.i-home-table .arch-home-user-col2x0 a {
    color: black;
}
.arch-home-user-col2 i,
.arch-home-user-col2 div i {
    font-size: 30px !important;
    color: orange !important;
    margin-top: .2em;
    height: 60px;
}
.arch-home-user-col2 strong,
.arch-home-user-col2 div strong {
    color: black;
}
.arch-home-user-btn1 {
    background: white !important;
    width: 170px;
    height: 40px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid black;
    color: black !important;
    padding: 10px 16px !important;
    margin: 0 auto !important;
}
.arch-home-user-btn1:hover,
.arch-home-user-btn1:focus {
    border: 1px solid black;
}
.i-home-table > tbody > tr > .home-user-col1 > .home-progress-bg > .arch-home-progress-bar {
    background: #1a7775 !important;
}
.inst-arch-progress-bg {
    width: 100%;
    margin-left: 0 !important;
}

@media(max-width: 1250px) {
    .inst-arch-widget-body .dataTables_filter {
        display:none;
    }
}
@media (max-width: 990px) {
    .i-home-table .arch-home-user-col2,
    .i-home-table .arch-home-user-col2x3 {
        padding: 20px 0 !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .arch-home-user-col2 i {
        height: 30px;
    }
    .inst-arch-widget-body #dt_basic_length .smart-form {
        top: 20px;
    }
}

/* End Instructor Archived Simulation Work */


/* Start Student Team Pick Modal Work */

.stud-team-modal-content {
    padding: 0 !important;
    overflow-y: auto;
    height: 600px;
    overflow-x: hidden;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
}
.stud-team-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.stud-team-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 25px 15px !important;
}
.stud-team-modal-header h4,
.stud-team-modal-header p {
    font-size: 20px;
    color: #666;
}
.stud-team-modal-body {
    margin-top: 40px;
    padding: 0 20px 0 20px !important;
}
.stud-team-modal-tt0 {
    width: 95% !important;
    border: none !important;
    background: #fff !important;
    box-shadow: 0 0 5px #e3e3e3 !important;
    border-radius: 3px !important;
}
.stud-team-modal-tt0 .stud-team-modal-tt2 {
    width: 49% !important;
    border: none !important;
    background: #fff !important;
    box-shadow: none !important;
    padding: 6px 10px !important;
    margin: 0 !important;
}
.stud-team-modal-tt0 .stud-team-modal-tt2 img {
    margin: 0 60% 0 40% !important;
}
.stud-team-modal-tt0 .stud-team-modal-tt2 p {
    width: 100%;
    text-align: center;
}
.stud-team-modal-tt {
    width: 100% !important;
    height: auto !important;
    padding: 20px 0;
    border: none !important;
    background: #fff !important;
    border-radius: 5px;
    margin-bottom: 0 !important;
}
.stud-team-modal-tt:hover {
    box-shadow: 0 0 2px #e3e3e3;
}
.stud-team-modal-tt h4 {
    font-size: 20px;
    color: #444 !important;
    text-align: center;
}
.stud-team-modal-tt p {
    font-size: 20px;
    color: #444 !important;
}
.stud-team-modal-tt h4:hover,
.stud-team-modal-tt p:hover {
    color: black !important;
}
.stud-team-modal-btn {
    background: #6A74F8 !important;
    color: white !important;
    border: none;
    height: 30px;
    width: 152px;
    margin: 0 10px;
    padding: 5px 14px !important;
    border-radius: 15px !important;
}
.stud-team-modal-btn:hover,
.stud-team-modal-btn:focus {
    background: #6A74F8 !important;
    color: white;
}
.stud-team-modal-btn-row {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/* End Student Team Pick Modal Work */

/* Start Student Team Pick Modal Media Queries */

@media(max-width: 990px){
    .stud-team-modal-t1 {
        padding:0;
    }
    .stud-team-modal-tt0 .stud-team-modal-tt2 {
        width: 100% !important;
    }
    .stud-team-modal-tt p,
    .stud-team-modal-tt0 .stud-team-modal-tt2 p {
        max-width: initial !important;
    }
}

/* End Student Team Pick Modal Media Queries */


/* Start Student Confetti Modal Work */

.stud-confetti-modal-content {
    padding: 0 !important;
    width: 60% !important;
    margin: 60px auto 0 auto !important;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.stud-confetti-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.stud-confetti-modal-header {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 25px 15px !important;
    border: none;
}
.stud-confetti-modal-header h4 {
    color: #444;
    border: none;
    font-size: 20px;
}
.stud-confetti-modal-header p {
    font-size: 20px;
    color: #666;
}
.stud-confetti-modal-body {
    padding: 0 !important;
    background: none !important;
}
.stud-confetti-modal-r1 {
    width: 100%;
    margin: 10px auto;
}
.stud-confetti-modal-r1 h5 {
    color: #666;
}
.stud-confetti-modal-r1 h5 strong {
    color: #444;
}
.stud-confetti-modal-r2 {
    padding: 20px 0;
    background: #e3e3e3;
}
.stud-confetti-modal-col {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stud-confetti-modal-col div {
    text-align: center;
}
.stud-confetti-modal-col div h4 {
    color: #444;
    border: none;
}
.stud-confetti-modal-col div p,
.stud-confetti-modal-col div span {
    color: #666;
    font-size: 15px;
}
.stud-confetti-modal-col div p i {
    font-size: 30px;
}
.stud-confetti-modal-img {
    width: 80%;
    height: 200px;
    margin: 0 auto;
    display: flex;
    background: url("../img/student-illustration/re-illustration.svg") no-repeat center;
    background-size: contain;
}
/* .stud-confetti-modal-img img {
    background: url("../img/student-illustration/re-illustration.svg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  } */
.stud-confetti-modal-footer {
    display: flex;
    justify-content: center;
    border: none;
    padding-top: 0;
}
.stud-confetti-modal-cancel-btn {
    /* background: #6A74F8 !important; */
    color: white !important;
    border: none;
    height: 30px;
    width: 200px;
    margin: 20px auto;
    padding: 3px 14px !important;
}
.stud-confetti-modal-cancel-btn:hover,
.stud-confetti-modal-cancel-btn:focus {
    /* background: #6A74F8 !important; */
    color: white;
}

@media(max-width: 990px) {
    .stud-confetti-modal-dialog .stud-confetti-modal-content {
        width: 90% !important;
    }
}

/* End Student confetti Modal Work */

/* Start Logout Modal Work */

.logout-modal-dialog {
    width: 100%;
}
.logout-modal-dialog .logout-modal-content {
    width: 40% !important;
    margin: 60px auto 0 auto !important;
    padding: 0 !important;
    height: 220px;
    overflow: auto;
}
.logout-modal-dialog .logout-modal-content .logout-modal-header {
    padding: 15px 15px 30px 15px !important;
}
.logout-modal-body {
    box-shadow: 0 4px 5px #f1f1f1;
    padding: 10px 0 !important;
}
.logout-modal-body h2 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0;
}
.logout-modal-content .logout-modal-footer {
    border: none;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0px;
    padding-top: 30px !important;
}
.logout-modal-cancel-btn {
    background: #fff !important;
    width: 150px;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    border: 1px solid black !important;
    color: black;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
}
.logout-modal-cancel-btn:hover,
.logout-modal-cancel-btn:active,
.logout-modal-cancel-btn:focus {
    color: black !important;
    border-color: black !important;
}
.logout-modal-footer .inst-logout-modal-submit-btn,
.logout-modal-footer .stud-logout-modal-submit-btn {
    background: #1a7775!important;
    width: 150px;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5.5px 16px !important;
    margin-bottom: 30px;
}
.logout-modal-footer .stud-logout-modal-submit-btn {
    background: #5C67F6 !important;
}
.logout-modal-footer .inst-logout-modal-submit-btn:hover,
.logout-modal-footer .inst-logout-modal-submit-btn:active,
.logout-modal-footer .inst-logout-modal-submit-btn:focus,
.logout-modal-footer .stud-logout-modal-submit-btn:hover,
.logout-modal-footer .stud-logout-modal-submit-btn:active,
.logout-modal-footer .stud-logout-modal-submit-btn:focus {
    color: #fff !important;
}

@media(max-width: 768px) {
    .logout-modal-dialog .logout-modal-content {
        width: 90% !important;
    }
}

/* End Logout Modal Work */


/*****************************************/


/* Start Header-Menu Work */

.stud-header-supp-div {
    display: flex;
}
.stud-right-header-buttons {
    padding-right: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
}
.stud-right-header-buttons #buttons-right {
    display: flex;
}
.inst-header-buttons-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.a-header-logo-group {
    display: flex !important;
    justify-content: flex-start;
}
@media (max-width: 1060px) {
    .stud-header-logo {
        margin-left: 0 !important;
    }
    .inst-header-buttons-div {
        display: none;
    }
}
@media (min-width: 768px){
    .wrapper-instructor-btns {
        display: none;
    }
}
@media (max-width: 768px) {
    .stud-middle-header-element {
        font-size: 10px;
    }
    .wrapper-instructor-btns {
        margin: 30px auto;
        width: auto;
        position: absolute;
        top: 18px;
        left: 0;
    }
    .dropdownbox-instructor-btns {
        margin: 0 auto;
        width: 100%;
        cursor: pointer;
        color: #fff;
    }
    .dropdownbox-instructor-btns > p {
        padding: 5px 10px;
        font-size: 1.25em;
        line-height: 1.4em;
        user-select: none;
        margin: 0;
        -moz-user-select:none;
        /* Safari */
        -khtml-user-select: none;
    }
    ul.menu-instructor-btns {
        position: absolute;
        margin: 0 auto;
        width: 170px;
        overflow: hidden;
        height: 0;
        padding: 0;
        list-style: none;
        background: #444;
        color: #fff;
        cursor: pointer;
        user-select: none;
        -moz-user-select:none;
        /* Safari */
        -khtml-user-select: none;
    }
    ul.menu-instructor-btns li {
        padding: 10px;
        font-size: 14px;
        line-height: 1.4em;
        border-bottom: 1px solid #fff;
    }
    ul.menu-instructor-btns li:hover {
        padding-left: 20px;
        color: #000;
    }

    ul.menu-instructor-btns li a {
        color: #fff;
    }
    .menu-instructor-btns.showMenu-instructor-btns {
        height: auto;
    }
}
@media(max-width: 480px) {
    .stud-header-logo {
        margin-left: 0 !important;
    }
    .stud-middle-header-element {
        text-align: right !important;
    }
}

/* End Header-Menu Work */

/* Bottom Menu Work */

@media only screen and (max-width: 500px) and (min-width: 320px) {
    #main {
        margin-left: 0 !important;
    }
    .stud-guides-sc1 .icons {
        margin-bottom: 15px !important;
    }
    .modal-content {
        width: 100% !important;
    }
    .inst-licensing-btns {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .share-c {
        text-align: center;
    }
    .analytics-nav-col form {
        display: flex;
    }
    .analytics-nav-col form select {
        margin-left: 0;
    }
}

/* End Bottom Menu Work */

/* Start Instructor Participants Settings Modals */

.studinfo-modal-dialog {
    width: 100%;
}
.studinfo-modal-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 20px 0 !important;
    height: 367px !important;
    overflow: auto;
    right: 0 !important;
}
.studinfo-modal-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 10px !important;
    text-align: center;
}
.studinfo-modal-header h4 strong {
    font-size: 20px;
    color: #666;
}
.studinfo-modal-body form {
    margin-top: 20px;
}
.studinfo-modal-body form input {
    font-size: 14px;
    padding: 3px 17px;
    border-radius: 5px !important;
    color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}
.studinfo-modal-body form footer {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none;
    padding-bottom: 0;
}
.studinfo-modal-btn {
    background: #1a7775!important;
    width: 150px;
    height: 42px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin: 0 auto !important;
}

@media(max-width: 768px) {
    .studinfo-modal-content {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .studinfo-modal-content {
        height: 420px !important;
    }
}



.inst-delete-modal-dialog,
.inst-changet-modal-dialog {
    width: 100%;
}
.inst-delete-modal-content,
.inst-changet-modal-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 0 !important;
    height: 250px !important;
    overflow: auto;
    right: 0 !important;
}
.inst-delete-modal-header,
.inst-changet-modal-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 10px !important;
    text-align: center;
}
.inst-delete-modal-header h4 strong,
.inst-changet-modal-header h4 strong {
    font-size: 20px;
    color: #666;
}
.inst-delete-modal-body,
.inst-changet-modal-body {
    font-size: 20px;
    padding: 20px !important;
    text-align: center;
}
.inst-changet-modal-body div div {
    width: 100%;
}
.inst-changet-modal-body div div select {
    width: 60% !important;
    margin: 0 auto;
    font-size: 14px;
    padding: 3px 17px;
    border-radius: 5px !important;
    color: rgb(110, 110, 110);
    border-color: rgb(110, 110, 110);
}
.inst-delete-modal-footer,
.inst-changet-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin-top: 40px !important;
}
.inst-changet-modal-footer {
    margin-top: 0 !important;
}
.inst-delete-modal-btn1,
.inst-changet-modal-btn1 {
    background: white !important;
    width: 150px;
    height: 42px !important;
    border-radius: 50px !important;
    border: 1px solid black;
    font-size: 14px !important;
    color: black !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin: 0 auto !important;
}
.inst-delete-modal-btn2,
.inst-changet-modal-btn2 {
    background: #1a7775!important;
    width: 150px;
    height: 43px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    color: #fff !important;
    text-align: center !important;
    vertical-align: middle !important;
    padding: 5px 16px !important;
    margin: 0 auto !important;
}
.inst-delete-modal-btn1:hover,
.inst-delete-modal-btn1:focus,
.inst-changet-modal-btn1:hover,
.inst-changet-modal-btn1:focus {
    border: 1px solid black;
    color: black !important;
}

@media(max-width: 768px) {
    .inst-delete-modal-content,
    .inst-changet-modal-content {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .inst-delete-modal-content {
        height: 280px !important;
    }
    .inst-changet-modal-content {
        height: 240px !important;
    }
}

/* End Instructor Participants Settings Modals */

/* Start Support Modal */

@media(max-width: 768px) {
    .support-modal-container {
        padding: 5px;
        top: 35px !important;
        width: 240px;
        z-index: 99999 !important;
    }
    .support-modal-elements {
        width: 100% !important;
    }
}

/* End Support Modal */

/* Start Stud Licence Modal */

.stud-licence-modal-dialog {
    width: 100%;
}
.stud-licence-modal-content {
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    padding: 20px 0 0 0 !important;
    height: 280px !important;
    overflow: auto;
    right: 0 !important;
}
.stud-licence-modal-header {
    box-shadow: 0 4px 5px #f1f1f1;
    border: none;
    padding: 10px !important;
    text-align: center;
}
.stud-licence-modal-header h2 {
    font-size: 20px;
    color: #444;
}
.stud-licence-modal-body {
    text-align: center;
}
.stud-licence-modal-body div p {
    color: #666;
}
.stud-licence-modal-footer {
    text-align: center;
    border: none;
}
.stud-licence-modal-btn1 {
    background: #5C67F6 !important;
    width: 172px;
    height: 42px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center !important;
    vertical-align: middle !important;
    border: 1px solid #fff;
    color: #fff !important;
    padding: 10px 16px !important;
    margin: 0 auto !important;
}

@media(max-width: 768px) {
    .stud-licence-modal-content {
        width: 100% !important;
    }
}
@media (max-width: 500px) {
    .stud-licence-modal-content {
        height: 330px !important;
    }
}

/* End Stud Licence Modal */

.modal-dialog {
    margin: 0px;
}

/* Delete Campaigns table */

.delete-campaigns-table-widget {
    overflow: auto;
}
.delete-campaigns-table-bar {
    margin: 0 !important;
}
.delete-campaigns-table-bar h2 {
    font-weight: bold;
    margin-bottom: 0;
}
.delete-campaigns-table-widget table tbody tr td:nth-child(4) {
    text-align: center;
}
@media (max-width: 768px) {
    .delete-campaigns-table-widget table thead {
        display:contents;
    }
    .delete-campaigns-table-widget table thead tr th {
        font-size: 14px;
    }
    .delete-campaigns-table-widget table tbody tr td:nth-child(2) {
        padding-left: 20px;
    }
}

/* Instructor Settings Checkbox */

.inst-settings-checkbox label i {
    margin-right: 5px;
    color: #444;
}
.inst-settings-checkbox .popover {
    height: auto;
    top: -320px !important;
}
/*tool tip*/
.inst-settings-checkbox.content-reminder .popover {
    height: auto;
    top: -20px !important;
}

.inst-settings-checkbox.content-rankings .popover , .inst-settings-checkbox.content-block .popover {
    height: auto;
    top: 50px !important;
}

.inst-settings-checkbox.content-ai .popover {
    height: auto;
    top: 80px !important;
}

#previewShow .popover {
    height: auto;
    top: -55px !important;
}
#previewShow .credits-preview-tooltip + div.popover {
    top: 150px !important;
    left: -170px !important;
}

@media (max-width: 990px) {
    #previewShow .credits-preview-tooltip + div.popover {
        left: -100px !important;
    }
}
@media (max-width: 768px) {
    .inst-settings-checkbox .popover {
        width: fit-content;
        top: 90px !important;
        left: 20px !important;
    }
    #previewShow .popover {
        width: fit-content;
        top: 43px !important;
        left: 44px !important;
    }
}


/* Start Sem Delete confirm modals */


.stud-camp-confirm-modal-dialog,
.stud-groups-confirm-modal-dialog,
.stud-keywords-confirm-modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}
.stud-camp-confirm-modal-dialog .stud-camp-confirm-modal-content,
.stud-groups-confirm-modal-dialog .stud-groups-confirm-modal-content,
.stud-keywords-confirm-modal-dialog .stud-keywords-confirm-modal-content {
    padding: 0 !important;
    height: 192px;
    overflow-x: hidden;
    width: 35% !important;
    margin: 60px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
}
.stud-camp-confirm-modal-content .stud-camp-confirm-modal-body,
.stud-groups-confirm-modal-content .stud-groups-confirm-modal-body,
.stud-keywords-confirm-modal-content .stud-keywords-confirm-modal-body {
    text-align: center;
    box-shadow: 0px 2px 10px #E3E3E3;
    padding: 10px 0px !important;
}
.stud-camp-confirm-modal-body h4,
.stud-groups-confirm-modal-body h4,
.stud-keywords-confirm-modal-body h4 {
    font-size: 20px;
    color: #666;
}
.stud-camp-confirm-modal-body button,
.stud-groups-confirm-modal-body button,
.stud-keywords-confirm-modal-body button {
    display: inline-block;
    color: black;
    margin: 0 0 0 92%;
    float: none;
    position: initial;
    bottom: 60px;
}
.stud-camp-confirm-modal-footer,
.stud-groups-confirm-modal-footer,
.stud-keywords-confirm-modal-footer {
    display: flex;
    justify-content:space-evenly;
    border: none;
    margin: 20px 0 !important;
}
.stud-camp-modal-cancel-btn,
.stud-groups-modal-cancel-btn,
.stud-keywords-modal-cancel-btn {
    width: 160px;
    margin: 0 auto;
    height: 32px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #666;
    padding: 6px 16px;
    color: #666;
}
.stud-camp-modal-ok-btn,
.stud-groups-modal-ok-btn,
.stud-keywods-modal-ok-btn {
    background: #5C67F6;
    color: #fff;
    width: 160px;
    margin: 0 auto;
    height: 34px;
    border-radius: 50px !important;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 6px 16px;
}
.stud-camp-modal-ok-btn:hover,
.stud-camp-modal-ok-btn:focus,
.stud-groups-modal-ok-btn:hover,
.stud-groups-modal-ok-btn:focus,
.stud-keywords-modal-ok-btn:hover,
.stud-keywords-modal-ok-btn:focus {
    color: #fff;
    border: 1px solid #fff;
    background: #5C67F6;
}
.stud-camp-modal-cancel-btn:hover,
.stud-camp-modal-cancel-btn:focus,
.stud-groups-modal-cancel-btn:hover,
.stud-groups-modal-cancel-btn:focus,
.stud-keywords-modal-cancel-btn:hover,
.stud-keywords-modal-cancel-btn:focus {
    color: #666;
    border: 1px solid #666;
    background: #fff;
}

@media(max-width: 768px) {
    .stud-camp-confirm-modal-dialog .stud-camp-confirm-modal-content,
    .stud-groups-confirm-modal-dialog .stud-groups-confirm-modal-content,
    .stud-keywords-confirm-modal-dialog .stud-keywords-confirm-modal-content {
        width: 80% !important;
        height: 220px;
    }
}


/* End Sem Delete confirm modals */

/* MOZILLA WORK ONLY */

@-moz-document url-prefix() {
    .rc-hor1 span,
    .rc-purp1 span,
    .rc-dark1 span {
        margin: 0 92% 0 0;
    }
}


/* Start Community Work */

/* Support Community */

.cm-title {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.cm-nav {
    padding: 0 30px;
}
.cm-container .cm-top-nav {
    display: flex;
    flex-wrap: wrap;
}
.cm-top-nav li a:hover,
.cm-top-nav li a:active,
.cm-top-nav li a:focus {
    background-color: transparent;
    color: #fff !important;
}

.cm-top-nav li a{
    color: #E3E3E3 !important;
    font-size: 16px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.cm-top-nav li.active a{
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 7px solid rgb(241, 241, 241, .7) !important;
}
.cm-top-nav li {
    padding-right: 20px !important;
}
.cm-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 26px #00000029;
    border-radius: 3px;
}
.cm-content header {
    padding: 40px 60px;
    border-bottom-left-radius: 56px;
    border-bottom-right-radius: 56px;
}
.cm-support-header {
    background: #0984E3;
}
.cm-col1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
}
.cm-hi {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cm-hi2 {
    margin-left: 80px;
}
.cm-hi div {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cm-hi p {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 20px;
    margin-bottom: 0;
}
.cm-portrait {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.cm-portrait div img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    background: #999;
    border: 2px solid #FFFFFF;
}
.cm-portrait img {
    width: 100%;
    height: auto;
}
.cm-portrait h4 {
    font-size: 35px;
    color: #fff;
    margin-left: 15px;
}
.cm-search .input-group {
    width: 60%;
    margin-top: 10px;
    margin: 10px auto 0 auto;
}
.cm-search .input-group input {
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.cm-search .input-group input::placeholder {
    font-family: "Open Sans",FontAwesome,Arial,Helvetica,Sans-Serif;
    font-weight: normal;
    display: inline-block;
    padding-left: 5px;
    padding-top: 2px;
    color: #fff;
    font-size: 18px;
}
.cm-col3 {
    height: 100%;
    margin-top: 45px;
    display: flex;
    justify-content: flex-end;
    -moz-padding-start: 0;
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
    width: -moz-max-content;    /* Firefox/Gecko */
}
.cm-col3 a,
.cm-dashboard-newcom {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 11px #00000029;
    border-radius: 21px;
    font-size: 15px;
    color: #4c4c4c;
    width: 208px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cm-col3 a:hover,
.cm-dashboard-newcom:hover {
    background: #fff;
    transform:scale(1.01,1.01);
    -webkit-transform:scale(1.01,1.01);
    -moz-transform:scale(1.01,1.01);
    transition: all 0.1s;
    box-shadow: 0 0 6px #666;
    font-weight: bold;

}
.cm-col3 a:focus,
.cm-col3 a:active,
.cm-dashboard-newcom:focus,
.cm-dashboard-newcom:active {
    outline: none;
    background: #fff;
}
.cm-btns-container {
    padding: 30px 60px 10px 60px;
}
.cm-btns-container .slick-slider {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cm-btns .slick-track {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 30px 0;
}
.btn-icon-active {
    display:none!important;
}
.cm-btns .slick-slide img {
    background: #fff;
}
.cm-btns a i {
    color: #aeaeae;
    font-size: 33px;
}
/* .cm-btns .slick-slide {
    width: auto !important;
} */
.cm-slider-btn {
    background: transparent;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
}
.cm-slider-btn img {
    width: 42px;
    height: 42px;
}
p[btn-title-id] {
    position:absolute;
    color: black;
    top: 77px;
    word-break: break-word;
    font-size: 10px;
}

.cm-profile {
    display: flex;
    align-items: center;
}
.cm-profile-img {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -50px;
}
.cm-profile-img img {
    width: 42px;
    height: 42px;
    border: 3px solid #fff;
    border-radius: 50%;
}
.cm-profile p {
    font-size: 15px;
    color: #AEAEAE;
    margin-left: 10px;
    margin-bottom: 0;
}
.cm-profile .cm-firstname {
    color: #666;
    margin-left: 0;
}
.comments-well,
.hearts-well {
    position: relative;
    right: 0;
    margin-left: 20px;
}
.comments-well p,
.hearts-well p {
    position: absolute;
    bottom: 0;
    color: #FFF;
    width: 100%;
    text-align: center;
}
.cm-typeof {
    position: relative;
    left: 60px;
    padding: 19px 0 0 0;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.cm-info {
    padding: 50px 60px;
}
.cm-card {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 14px #0000004D;
    border-radius: 15px;
    padding: 30px;
    border-left: 45px solid #0984E3;
    margin-bottom: 20px;
    display: flex;
}
.cm-card h4 {
    font-size: 27px;
    color: #4c4c4c;
    margin: 15px 0;
}
.cm-card .cm-description {
    font-size: 18px;
    line-height: 32px;
    color: #666;
}
.cm-btns .slick-prev:before {
    content: "<";
    color: red;
    font-size: 30px;
}
.cm-btns .slick-next:before {
    content: ">";
    color: red;
    font-size: 30px;
}

.cm-data-profile {
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 64px;
}
.cm-dp-img {
    display: flex;
    align-items: center;
}
.cm-dp-img img {
    margin: 0 auto;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: block;
    background: #999;
    border: 2px solid #FFFFFF;
}
.cm-dp-name p {
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 0;
}
.cm-dp-name img {
    position: relative;
    top: 47px;
    right: 95px;
}
.cm-data-stats {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.cm-data-well {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cm-data-well .data-well-p1 {
    font-size: 16px;
    color: #666;
}
.cm-data-well .data-well-p2 {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
}
#levels-well .data-well-p2 {
    color: #FFB32E;
}
#virtual_currency-well .data-well-p2 {
    color: #05DEC0;
}
#allocate_points-well .data-well-p2 {
    color: #5C67F6;
}
#allocate_points-well p:first-child {
    border: 2px solid #5C67F6;
    border-radius: 50%;
    padding: 3px;
    display: flex;
    align-items: center;
}
#design2-col2 .cm-progress_bar {
    margin-top: 20px;
}
.cm-progress_bar .progress {
    height: 11px;
    background: #E3E3E3 0% 0% no-repeat padding-box;
    border-radius: 9px;
}
.cm-progress_bar .progress .progress-bar {
    background: #5C67F6;
    border-radius: 9px;
}

.cm-badges p,
.cm-rewards p,
.cm-gifts p,
.cm-progress p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
}
.cm-badges #achievements-well {
    border-right: 1px solid #E3E3E3;
}
.cm-badges .col-xs-12 h4,
.cm-rewards h4,
.cm-gifts h4,
.cm-progress h4,
.cm-progress_bar h4 {
    font-size: 20px;
    color: #4c4c4c;
    font-weight: bold;
    margin-bottom: 15px;
    display: flex;
}
.cm-badges .col-xs-12 h4 {
    margin-bottom: 25px;
}
#badges-well div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cm-stories {
    margin-top: 30px;
}
.cm-stories h4,
.cm-leaderboard h4 {
    font-size: 26px;
    color: #4c4c4c;
    font-weight: bold;
    display: flex;
}
.cm-stories a {
    font-size: 16px;
    color: #0984E3;
    font-weight: bold;
}

.cm-stories-portrait {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cm-stories-portrait img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    background: #999;
    margin-bottom: 10px;
}
.cm-stories-portrait p {
    font-size: 16px;
    color: #666;
}
.cm-stories-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cm-stories-portraits {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.cm-leaderboard {
    margin-top: 30px;
}
.cm-leaderboard-portrait {
    display: flex;
    align-items: center;
}
.cm-leaderboard-portrait img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    background: #999;
    margin-bottom: 10px;
}
.cm-leaderboard-user {
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.cm-leaderboard-user p {
    font-size: 16px;
    color: #4c4c4c;
    font-weight: bold;
    margin-right: 30px;
}
.cm-leaderboard-user div img {
    margin-right: 30px;
}

.cm-trivia p {
    font-size: 19px;
    line-height: 30px;
    color: #666;
    margin-top: 15px;
}

.cm-challenges .row {
    margin-top: 15px;
}
.cm-challenges .row .col-md-6 {
    display: flex;
    align-items: center;
}
.cm-challenges .row .col-md-6 img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: block;
    background: transparent;
    margin-bottom: 10px;
}
.cm-challenges .row .col-md-6 p {
    font-size: 17px;
    color: #666;
    margin-left: 10px;
}
.cm-challenges .row .col-md-6 p.incompleted {
    color: #AEAEAE;
}

.cm-story-img {
    display: flex;
    align-items: center;
}
.cm-story-img img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: block;
}
.cm-story-profile {
    display: flex;
    align-items: center;
}

.cm-trivia h4,
.cm-challenges h4,
.cm-virtual h4,
.cm-collaboration h4,
.cm-graph h4 {
    font-size: 26px;
    font-weight: bold;
}
.cm-badges,
.cm-progress,
.cm-progressb_ar,
.cm-rewards,
.cm-gifts,
.cm-trivia,
.cm-challenges,
.cm-user-story,
.cm-virtual,
.cm-collaboration,
.cm-graph {
    margin-top: 30px;
}
.cm-data,
.cm-stories,
.cm-leaderboard,
.cm-trivia,
.cm-challenges,
.cm-user-story,
.cm-virtual,
.cm-collaboration,
.cm-graph {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 30px 25px;
}
#badges-well h4 span,
#rewards-well h4 span,
#gifts-well h4 span,
.cm-stories-title h4 span,
#trivia-well h4 span,
#leaderboards-well h4 span,
.cm-challenges h4 span,
.cm-virtual h4 span,
.cm-collaboration h4 span,
.cm-graph h4 span,
#progress_bar-well h4 span,
#achievements-well h4 span {
    margin-right: 10px;
}

.btn-greyscale {
    filter: grayscale(100%) opacity(.4);
}
.cm-slider-up,
.cm-slider-down {
    font-size: 20px;
    position: absolute;
    right: 26%;
    top: -31px;
    color: #7D7D7D;
}
.cm-virtual .col-md-6 {
    margin-top: 15px;
}
.cm-virtual .col-md-6 p {
    font-size: 19px;
    line-height: 30px;
    color: #666;
}
.cm-virtual .col-md-6 img {
    width: 100%;
    height: auto;
}
.cm-collaboration .row {
    margin-top: 15px;
}
.cm-collaboration .row .col-xs-12 {
    display: flex;
}
.cm-collaboration-portrait {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.cm-collaboration-portrait img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: block;
    background: #999;
    margin-bottom: 0;
}
.cm-collaboration p {
    font-size: 15px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 0;
}
.collaboration-col {
    width: 24%;
}
.collaboration-col hr {
    border: 4px solid #76DAE6;
}
.collaboration-col2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24%;
}
.collaboration-vhr {
    border-top: none;
    border-left: 6px solid #76DAE6;
    height: 100%;
    width: 0px;
    margin: 20px;
}
.cm-graph img {
    margin-top: 20px;
    width: 100%;
}
.cm-hash,
.cm-view  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cm-icontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-left: 1px solid #e3e3e3;
    padding-right: 0;
}
.cm-icontainer div {
    margin-bottom: 10px;
}
.cm-icontainer div img {
    width: 18px;
    height: 20px;
}
.cm-view {
    margin-top: 20px;
}
#deisgn1-col1 {
    overflow: hidden;
}
@-webkit-keyframes pulseB {
    0% {
        -webkit-transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(22, 22);
    }
    100% {
        -webkit-transform: scale(1, 1);
    };
}

@keyframes pulseB {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.7, 1.7);
    }
    100% {
        transform: scale(1, 1);
    };
}

.pulse {
    -webkit-animation: pulseB 1s linear infinite;
    animation: pulseB 1s linear infinite;
}


@media (max-width: 1570px) {
    .cm-profile {
        flex-wrap: wrap;
    }
    .countdown-well div p {
        margin-left: 0;
    }
}
@media (max-width: 1500px) {
    .cm-data-well {
        flex: 0 50%;
    }
    .data-well-p1 {
        text-align: center;
    }
    .cm-portrait {
        padding-left: 40px;
    }
}
@media (max-width: 1320px) {
    .cm-stories-portraits {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .cm-stories-portrait {
        margin-right: 20px;
    }
}
@media (max-width: 1280px) {
    .cm-col1 {
        flex-direction: column;
    }
    .cm-hi2 {
        margin-left: 0;
        margin-top: 10px;
    }
    .cm-portrait {
        padding-left: 0;
    }
}
@media (max-width: 1100px) {
    .cm-top-nav {
        display: flex;
    }
}
@media (max-width: 1050px) {
    .cm-challenges .row .col-md-6 {
        flex-direction: column;
    }
}
@media (max-width: 990px) {
    .cm-nav {
        padding: 0;
    }
    .cm-nav .slick-track {
        display: flex;
    }
    .cm-nav .slick-track .slick-slide {
        display: block;
        width: auto !important;
        height: auto;
        margin-bottom: 0;
    }
    .cm-top-nav {
        width: 100%;
    }
    .cm-top-nav li.active a {
        border-bottom: none !important;
        font-weight: bold;
    }
    .cm-top-nav li {
        padding-right: 0 !important;
        margin-right: 20px;
    }
    .cm-top-nav li.active {
        border-bottom: 7px solid rgb(241, 241, 241, .7) !important;
    }
    .cm-content header {
        padding-top: 0;
    }
    .cm-col1 {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .cm-hi2 {
        margin-top: 0;
        margin-left: 20px;
    }
    .cm-col2 {
        margin-bottom: 20px;
        padding-left: 40px;
    }
    .cm-portrait {
        margin-bottom: 20px;
    }
    .cm-col3 {
        justify-content: center;
        width: 100%;
    }
    .cm-card {
        border-radius: 15px;
        flex-wrap: wrap;
    }
    .cm-btns-container {
        padding: 30px 10px 10px 10px;
    }
    .cm-data-well {
        flex: 0;
    }
    .cm-challenges .row .col-md-6 {
        flex-direction: row;
    }
    .cm-stories-portraits {
        justify-content:space-between;
    }
    .cm-card .col-md-11 {
        order: 2;
    }
    .cm-icontainer {
        flex-direction: row;
        margin-bottom: 30px;
        border: none;
        order: 1;
        height: auto;
    }
    .cm-data-profile {
        bottom: 0;
        margin-bottom: 10px;
    }
    .cm-typeof {
        width: 100%;
        text-align: center;
        left: 0;
    }
    .cm-top-nav li a {
        white-space: nowrap;
    }
    .cm-title {
        text-align: center;
    }
    #motivational_design-form {
        flex-wrap: wrap;
    }
    .cm-task-form {
        order: -4;
    }
    .cm-traits-form {
        order: -3;
    }
    .cm-creativity-form {
        order: -2;
    }
    .cm-data-form {
        order: -1;
    }
    #design1-col2,
    #design2-col2 {
        margin-top: 20px;
    }
}
@media(max-width: 767px) {
    .cm-nav {
        padding: 0 30px;
        border: none;
        box-shadow: none;
    }
    .cm-title {
        text-align: center;
        margin-top: 30px;
        font-size: 26px;
    }
    .cm-virtual .col-xs-8 {
        display: none;
    }
}
@media (max-width: 640px) {
    .cm-col2 {
        padding: 0;
    }
    .cm-portrait h4 {
        font-size: 30px;
    }
    .cm-stories-portraits {
        flex-wrap: wrap;
        justify-content: normal;
        margin-top: 25px;
    }
    .cm-stories-portrait {
        flex: 0 33%;
        margin-right: 0;
    }
    .cm-data,
    .cm-stories,
    .cm-leaderboard,
    .cm-trivia,
    .cm-challenges,
    .cm-user-story,
    .cm-virtual {
        padding: 20px;
    }
    .cm-content header {
        padding: 40px 20px;
    }
    #design1-col1 .cm-profile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
    }
    #design1-col1 .cm-profile-date {
        margin-left: 0;
    }
}
@media (max-width: 400px) {
    .countdown-well div p {
        display: flex;
        align-items: center;
    }
}

/* Start design 2 */

#design2-col1 .cm-card2 {
    /* width: 49%;
    margin-right: 1%; */
    height: fit-content;
    overflow: hidden;
    margin-right: 0;
    width: 100%;
    break-inside: avoid;
}
.cm-card2 {
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 20px;
}
.support-design2-col1 .cm-card2x1 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_7.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x2 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_4.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x3 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_5.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x4 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_6.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x5 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_14.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x6 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_13.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x7 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_12.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x8 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_11.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x9 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_10.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x10 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_16.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x11 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_17.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x12 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_18.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x13 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_13.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x14 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_14.svg") no-repeat;
    background-size: cover;
}
.support-design2-col1 .cm-card2x15 {
    background: url("../img/community-illustrations/support-creativity/support_creativity_15.svg") no-repeat;
    background-size: cover;
}
.cm-profile2-img {
    margin-right: 10px;
}
.cm-profile2-img img {
    width: 39px;
    height: 39px;
}

.cm-card2-info p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.cm-card2-date {
    color: #fff;
    font-size: 14px;
    font-style: italic;
}
.cm-card2-info h4 {
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}
.cm-card2-profile {
    display: flex;
    align-items: center;
}
.cm-card2-firstname {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.cm-card2-job {
    font-size: 13px;
    color: #fff;
    margin: 0 20px 0 0;
}
.cm-card2 .countdown-img1 {
    width: 21px;
    height: 14px;
    margin-right: 20px;
}
.cm-card2 .cm-icontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border: none;
    margin: 20px 0;
}
.cm-card2 .cm-icontainer div {
    margin-right: 30px;
}
#design2-col1 .cm-view {
    margin-top: 0;
    flex-wrap: initial;
}
#design2-col1 .cm-ci p {
    color: #fff;
}
#design2-col1 .cm-card2 {
    height: fit-content;
}
#design2-col1 .cm-card-spark div p,
#design2-col1 .cm-card-spark h4 {
    color: #fff;
    display: flex;
    align-items: center;
}
#design2-col1 .cm-hash p {
    background: #fff !important;
    color: #4c4c4c;
}
.support-design2-col1 .row {
    margin: 0;
}

.cm-ci-points {
    margin-top: 10px;
}
.cm-data2 .cm-data-profile {
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 32px;
}
.cm-data2 hr {
    margin: 10px 0;
    border-color: #e3e3e3;
}
.cm-data2 .cm-dp-img img {
    width: 112px;
    height: 112px;
    border: 3px solid #fff;
    z-index: 9;
    margin: 0 auto;
}
.cm-data-stats2 {
    width: 80%;
    margin: 0 auto;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 4;
    position: relative;
    padding-bottom: 35px;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    /* background: #FFB32E; */
}
.cm-data2 {
    position: relative;
    bottom: 2px;
    box-shadow: 0px 3px 16px #13243126;
    padding: 0 30px 10px 30px;
    border-radius: 15px;
}
.cm-data-stats2 .cm-data-well .data-well-p1,
.cm-data-stats2 .cm-data-well .data-well-p2 {
    color: #fff !important;
}
.cm-data-stats2 #allocate_points-well p:first-child {
    border: 2px solid #fff;
}
.cm-data-stats2 .cm-dp-firstname {
    text-align: center;
}

@media (max-width: 1590px) {
    .cm-card2-img .hearts-well,
    .cm-card2-img .comments-well,
    .cm-card2-img .countdown-well {
        margin-right: 10px;
    }
}
@media (max-width: 1260px) {
    .cm-card2-img {
        justify-content: space-evenly;
    }
    .cm-card2-img .hearts-well,
    .cm-card2-img .comments-well {
        margin-right: 0;
    }
    .cm-card2-img .countdown-well {
        margin-right: 0;
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }
    .cm-card2-profile {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 1100px) {
    .cm-card2-img .countdown-well {
        text-align: center;
    }
    .cm-card2 {
        padding: 10px 15px;
    }
    .cm-profile2-img {
        margin-right: 0;
    }
    .cm-card2-job {
        margin: 0;
    }
    .cm-card2-info {
        padding-bottom: 10px;
    }
    .cm-info {
        padding: 30px 0;
    }
}
@media (max-width: 990px) {
    #design2-col2 {
        padding: 0;
    }
    .cm-card2-img {
        justify-content: flex-start;
        margin: 0;
        padding-left: 10px;
    }
    .cm-profile2-img,
    .cm-card2-user {
        margin-right: 10px;
    }
    .cm-card2-info {
        padding: 10px;
    }
    .cm-card2-profile {
        justify-content: flex-start;
        margin: 0;
        padding-left: 10px;
    }
    .cm-info {
        padding: 30px 0;
    }
    .support-design2-col1 .cm-card2 {
        width: 100%;
        margin-right: 0;
    }
}
@media (max-width: 720px) {
    .cm-card2-info {
        padding: 10px 0;
    }
    #design2-col1 .cm-card2 {
        width: 100%;
        margin-right: 0;
    }
    .cm-card2 .cm-icontainer {
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 5px 0;
    }
    .cm-card2-profile {
        padding-left: 0;
    }
}
/* End design 2 */

/* End Support Community */

/* Start Community Dashboard modal */

.cm-modal-dialog {
    width: 100%;
    margin: 0 auto;
}
.cm-modal-content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px -6px 14px #0000001F;
    margin: 50px auto 0 auto !important;
    max-height: 600px;
    overflow: auto;
    border-radius: 3px 3px 53px 53px;
    padding: 0 !important;
    width: 50% !important;
}
.cm-modal-header {
    padding: 15px 10px !important;
    box-shadow: 0px 3px 14px #0000001F;
}
.cm-modal-header h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    color: #666;
    font-weight: bold;
    margin: 0;
}
.cm-modal-header h3 span {
    font-size: 17px;
    color: #aeaeae;
    font-style: italic;
    font-weight: 300;
}
.cm-modal-body {
    padding: 20px 60px !important;
}
#allocate_points-form .allocate-points-group,
#achievements-form .achievements-group {
    display: flex;
    flex-wrap: wrap;
}
#allocate_points-form .allocate-points-group .form-group,
#achievements-form .achievements-group .form-group {
    margin-bottom: 15px;
    flex: 0 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}
.cm-modal-body .form-group label {
    font-size: 15px !important;
    color: #aeaeae;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-weight: 300;
}
.cm-modal-body .form-group div input[type=text] {
    border: none !important;
    border-bottom: 2px solid #e3e3e3 !important;
    width: 100%;
    font-size: 27px;
    color: #4c4c4c;
    padding: 6px 0;
    height: 38px;
    -moz-appearance:textfield;
}
.cm-modal-body .form-group div input::-webkit-outer-spin-button,
.cm-modal-body .form-group div input::-webkit-inner-spin-button  {
    -webkit-appearance: none;
    margin: 0;
}
.cm-modal-body .form-group div input[type=number] {
    border: none !important;
    color: #fff;
    background: #5C67F6 0% 0% no-repeat padding-box;
    width: 20%;
    text-align: center;
    font-weight: 300;
    font-size: 27px;
    padding: 6px 0;
    height: 38px;
    -moz-appearance:textfield;
}
#badges-form div div input[type=number],
#gifts-form div div input[type=number],
#virtual_currency-form div div input[type=number],
#levels-form div div input[type=number] {
    margin: 0 auto;
}
#allocate_points-form .form-group .col-xs-12,
#rewards-form .form-group .col-xs-12,
#achievements-form .form-group .col-xs-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cm-modal-bdiv {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 20px;
}
.cm-modal-btn {
    width: 152px;
    height: 31px;
    background: #5C67F6 0% 0% no-repeat padding-box;
    border-radius: 21px !important;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.cm-modal-btn:hover,
.cm-modal-btn:active {
    color: #fff;
    background: #5C67F6 0% 0% no-repeat padding-box;
}
.cm-modal-btn2 {
    width: 151px;
    height: 30px;
    background: #000;
    border-radius: 21px !important;
    border: 1px solid #666;
    color: #fff;
    font-size: 14px;
    padding: 0;
}
.cm-modal-btn2:hover,
.cm-modal-btn2:active {
    color: #fff;
    background: #000;
}
#motivational_design-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#motivational_design-form .form-group {
    display: flex;
    flex-direction: column;
    flex: 0 50%;
}
#motivational_design-form .form-group label.control-label {
    display: flex;
    align-items: center;
}
#leaderboards-form,
#badges-form,
#virtual_currency-form,
#levels-form,
#gifts-form,
#collaboration-form,
#meaningful_stories-form,
#virtual_environment-form,
#competition-form,
#avatars-form,
#countdown-form,
#trivia-form,
#challenges-form  {
    padding: 0px 10%;
}
#leaderboards-form div label,
#leaderboards-form div div input,
#badges-form div label,
#badges-form div div input,
#virtual_currency-form div label,
#virtual_currency-form div div input,
#levels-form div label,
#levels-form div div input,
#levels-form .col-sm-12,
#gifts-form div label,
#gifts-form div div input,
#collaboration-form,
#collaboration-form div label,
#meaningful_stories-form,
#meaningful_stories-form div label,
#virtual_environment-form,
#virtual_environment-form div label,
#competition-form,
#competition-form div label,
#avatars-form,
#avatars-form div label,
#countdown-form,
#countdown-form div label,
#trivia-form,
#trivia-form div label,
#challenges-form,
#challenges-form div label {
    text-align: center;
}
#rewards-form h5 {
    font-size: 17px;
    color: #4c4c4c;
    font-weight: bold;
}
@media (max-width: 1200px) {
    .cm-modal-content {
        width: 70% !important;
    }
}
@media (max-width: 990px) {
    .cm-modal-content {
        width: 83% !important;
        border-radius: 0;
        margin: 50px auto 0 auto !important;
    }
    .cm-modal-body {
        padding: 20px !important;
    }
    #allocate_points-form .allocate-points-group .form-group,
    #achievements-form .achievements-group .form-group {
        flex: 100%;
    }
    #motivational_design-form .form-group {
        flex: 100%;
    }
}
@media(max-width: 600px) {
    .cm-modal-content {
        width: 100% !important;
        border-radius: 0;
        margin: 85px auto 0 auto !important;
    }
}
/* End Community Dashboard modal */

/* Start Insight */

.cm-insight-header {
    background: #F19066;
}
.cm-insight-card {
    border: none;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.cm-insight-card .row {
    display: flex;
    padding: 20px;
}
.cm-insight-card .post-img-holder {
    margin: 0;
}
.cm-insight-card .cm-prod-logo {
    margin-top: 80px;
}
.cm-insight-card .cm-profile-date {
    font-size: 15px;
    color: #aeaeae;
    font-style: italic;
}
.cm-insight-card h4 {
    font-size: 25px;
    color: #4c4c4c;
    font-weight: bold;
}
.cm-insight.cm-profile-desc {
    font-size: 17px;
    color: #666;
    line-height: 25px;
    margin-bottom: 20px;
}
.insight-graph {
    display: flex;
    align-items: center;
}
.cm-insight-i1 {
    width: 76%;
    margin-right: 4%;
}
.cm-insight-i2 {
    width: 20%;
}
#design1-col1 .cm-profile-desc {
    font-size: 18px;
    color: #666;
    line-height: 32px;
    margin-bottom: 20px;
}
.cm-contest-card .cm-profile-desc,
.cm-market-card .cm-profile-desc,
.cm-advocate-card .cm-profile-desc {
    padding: 0 0 0 30px;
}

@media (max-width: 990px) {
    .cm-insight-card .cm-prod-logo {
        margin-top: 0;
    }
    .cm-insight-card .col-md-2 {
        flex-direction: row;
        margin-top: 20px;
    }
    .cm-data,
    .cm-stories,
    .cm-leaderboard,
    .cm-trivia,
    .cm-challenges,
    .cm-user-story {
        border-radius: 0;
    }
    .cm-insight-card .row {
        border-radius: 0;
        flex-wrap: wrap;
        display: flex;
    }
    .cm-insight-card .cm-icontainer {
        height: auto;
        margin-bottom: 20px;
    }
}

/* End Insight */

/* Start Insight Design 2 */

.insight-design2-col1 .row {
    margin: 0;
}
.insight-design2-col1 .cm-card2-info {
    padding-bottom: 0;
    position: relative;
    margin: 505px 20px 0 20px;
}
.insight-design2-col1 .cm-card2 {
    width: 49%;
    margin-right: 1%;
    height: auto;
}
.insight-design2-col1 .cm-card2x1 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_1.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x2 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_2.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x3 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_3.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x4 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_4.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x5 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_5.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x6 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_6.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x7 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_7.svg") no-repeat;
    background-size: cover;
}
.insight-design2-col1 .cm-card2x8 {
    background: url("../img/community-illustrations/insight-creativity/insight_creativity_8.svg") no-repeat;
    background-size: cover;
}

@media (max-width: 1330px) and (min-width: 990px) {
    .insight-design2-col1 .cm-view {
        flex-wrap: wrap;
        align-items: center;
    }
    .insight-design2-col1 .cm-ci {
        margin-left: 0;
    }
    .insight-design2-col1 .cm-card2-info {
        margin: 600px 20px 0 20px;
    }
}

@media (max-width: 1200px) {
    .insight-design2-col1 .cm-card2 {
        background-position: center;
    }
}

@media (max-width: 990px) {
    .insight-design2-col1 .cm-card2 {
        width: 100%;
        background-position: 25%;
    }
}


/* End Insight Design 2 */


/* Start Contest */

.cm-contest-header {
    background: #FFB32E;
}
.cm-range-slider {
    margin-top: 25px;
}
.cm-range-slider .slider .slider-track {
    display: none;
}
.cm-range-slider .slider .slider-track:first-of-type {
    display: block;
    height: 5px;
    border-radius: 25px;
}
.cm-range-slider .slider .slider-track:first-of-type .slider-selection {
    background: rgb(119, 128, 255);
    border-radius: 25px;
}
.cm-range-slider .slider .slider-track:first-of-type .slider-handle {
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
    width: 30px;
    height: 30px;
    margin-top: -11px;
}
.cm-range-slider .slider .slider-track:first-of-type .slider-handle:before {
    content: '';
}
.cm-range-slider .slider .tooltip {
    display: none;
}
.cm-filter-btn {
    width: 85%;
    height: 48px;
    background: #7780FF 0% 0% no-repeat padding-box;
    border-radius: 35px !important;
    font-size: 20px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    margin-top: 60px;
    font-weight: bold;
}
.cm-filter-btn:hover,
.cm-filter-btn:focus {
    color: #fff;
    background: #7780FF 0% 0% no-repeat padding-box;
}
.cm-filter .col-md-7 p {
    font-size: 15px;
    color: #aeaeae;
    text-transform: uppercase;
}
.cm-filter .col-md-7 select {
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    font-size: 15px;
    color: #666;
    width: 230px;
}
.cm-contest-card {
    border: none;
    padding: 0 0 15px 0;
}
.cm-contest-card h2 {
    font-size: 30px;
    color: #000;
    margin: 0 0 0 30px;
}
.cm-contest-card a {
    font-size: 16px;
    color: #000;
    font-style: italic;
    font-weight: 300;
    margin-left: 30px;
}
.cm-contest-card .row {
    margin: 0;
    width: 100%;
}
.cm-contest-head {
    background: #FFB32E;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    display: flex;
    padding: 20px 40px 20px 30px;
    margin: 0 0 20px 0;
    justify-content: space-between;
    align-items: center;
}
.cm-contest-head p {
    font-size: 21px;
    color: #fff;
    margin: 0 10px;
}
.contest-desc {
    font-size: 19px;
    color: #666;
    margin-left: 30px;
    line-height: 32px;
}
.cm-contest-col {
    padding: 0;
}
.cm-contest-card .cm-icontainer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border: none;
    margin: 10px 30px;
    height: 100%;
    padding-left: 0;
}

@media (max-width: 990px) {
    .cm-filter .row {
        display: none;
    }
    .cm-contest-card {
        padding: 0 0 20px 0;
    }
    .cm-contest-card .row {
        display: flex;
        flex-direction: column;
    }
    .cm-contest-card .col-md-11 {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cm-contest-card .col-md-11 h2,
    .cm-contest-card .col-md-11 a {
        margin: 0;
    }
    .cm-contest-card .cm-icontainer {
        height: auto;
        padding: 20px;
        width: 100%;
        margin: 0;
    }
    .cm-contest-card .cm-contest-head a {
        margin-right: 5px;
    }
}

/* End Contest */

/* Start Contest Design 2 */

.contest-design2-col1 .row {
    margin: 0;
}
.contest-design2-col1 .cm-card2 {
    width: 49%;
    margin-right: 1%;
}
.contest-design2-col1 .cm-card2-web {
    font-weight: 300;
    font-style: italic;
    font-size: 15px;
    color: #fff;
}
.contest-design2-col1 .cm-card2-profile {
    justify-content: space-between;
}
.contest-design2-col1 .cm-card2x1 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_1.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x2 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_2.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x3 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_3.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x4 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_4.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x5 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_5.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x6 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_6.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x7 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_7.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x8 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_8.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x9 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_9.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x10 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_10.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x11 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_11.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x12 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_12.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x13 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_4.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x14 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_6.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x15 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_9.svg") no-repeat center;
    background-size: cover;
}
.contest-design2-col1 .cm-card2x16 {
    background: url("../img/community-illustrations/contest-creativity/contest_creativity_11.svg") no-repeat center;
    background-size: cover;
}

@media (max-width: 990px) {
    .contest-design2-col1 .cm-card2 {
        width: 100%;
        margin-right: 0;
    }
}

/* End Contest Design 2 */

/* Start Market */

.cm-marketplace-header {
    background: #211E44;
}
.cm-market-card,
.cm-advocate-card {
    border: none;
    padding: 20px 0 0 0;
}
.cm-advocate-card2 {
    border: none;
    padding: 0;
}
.cm-market-card h2 {
    font-size: 30px;
    color: #4c4c4c;
    margin: 0 0 0 30px;
}
.cm-market-card .row {
    margin: 0;
}
.cm-market-card .col-md-11 {
    padding: 0;
}
.cm-market-card .cm-icontainer,
.cm-advocate-card .cm-icontainer,
.cm-advocate-card2 .cm-icontainer {
    padding: 0;
    height: 100%;
    justify-content: space-around;
    flex-direction: row;
    border: 0;
    margin-top: 30px;
}
.cm-market-card .cm-icontainer {
    margin: 10px 0;
}
.cm-market-desc,
.cm-advocate-desc {
    font-size: 19px;
    color: #666;
    line-height: 32px;
    margin-left: 30px;
}
.cm-market-date {
    font-size: 16px;
    color: #666;
    font-style: italic;
    font-weight: 300;
    margin-left: 30px;
    margin-bottom: 20px;
}
.cm-market-countdown,
.cm-advocate-countdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 30px;
}
.cm-market-countdown p,
.cm-advocate-countdown p {
    color: #2C0078;
    font-size: 15px;
    margin: 0 0 0 10px;
}
.cm-market-img,
.cm-advocate-img {
    margin-right: 30px;
}
.cm-market-img img,
.cm-advocate-img img {
    width: 100%;
    margin-top: 85px;
}
.cm-market-footer {
    background: #211E44;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-top: 20px;
}
.cm-market-profile,
.cm-advocate-profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px 0 30px;
}
.cm-market-profile {
    padding: 20px 30px;
}
.cm-market-profile div,
.cm-advocate-profile div {
    display: flex;
}
.cm-market-profile .market-name {
    display: block;
}
.cm-market-profile img {
    width: 54px;
    height: 54px;
    margin-right: 10px;
}
.cm-market-name,
.cm-market-job {
    font-size: 19px;
    color: #fff;
    margin: 0;
}
.cm-market-job {
    font-weight: 300;
    font-style: italic;
}
.cm-market-profile a {
    color: #05DEC0;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.cm-market-card .cm-view,
.cm-advocate-card .cm-view,
.cm-advocate-card2 .cm-view {
    margin-left: 30px;
}
.advocate-design2-col1 .cm-view-btn2,
.advocate-design2-col1 .cm-less-btn2 {
    margin-left: 20px;
}
#design1-col1 .cm-contest-card .cm-ci-points,
#design1-col1 .cm-advocate-card .cm-ci-points {
    padding: 0 30px;
}
.cm-market-img .post-img-holder {
    border-radius: 15px;
}


@media (max-width: 1260px) {
    .advocate-design2-col1 .cm-profile2-img {
        flex-wrap: wrap;
    }
    .advocate-design2-col1 .cm-view-btn2,
    .advocate-design2-col1 .cm-less-btn2 {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 990px) {
    .cm-market-countdown {
        justify-content: flex-start;
        margin: 20px 0 0 30px;
    }
    .cm-market-img {
        margin: 0;
    }
    .cm-market-img img {
        margin-top: 20px;
    }
    .cm-market-card .cm-icontainer,
    .cm-advocate-card .cm-icontainer,
    .cm-advocate-card2 .cm-icontainer {
        height: auto;
        padding: 10px 10px 0 10px;
    }
    .cm-market-footer {
        order: 3;
        margin-top: 20px;
    }
    .cm-market-card .row:first-of-type {
        display: flex;
        flex-direction: column;
    }
    .cm-market-card .row .col-md-6 {
        order: 1;
    }
    .cm-market-card .row .col-md-6:first-of-type {
        order:2;
    }
    .advocate-design2-col1 .cm-view-btn2 {
        margin: 0 0 0 20px;
    }
    .cm-advocate-r {
        flex-direction: column;
    }
    .cm-advocate-imgd {
        margin-top: 20px;
    }
}

@media (max-width: 1300px) {
    .cm-view {
        flex-wrap: wrap;
    }
}

@media (max-width: 560px) {
    .advocate-design1-col1 .cm-view,
    .market-design1-col1 .cm-view,
    .contest-design1-col1 .cm-view,
    .insight-design1-col1 .cm-view {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-evenly;
    }
    .advocate-design1-col1 .cm-ci,
    .contest-design1-col1 .cm-ci,
    .market-design1-col1 .cm-ci,
    .insight-design1-col1 .cm-ci {
        margin-top: 0;
    }
}

/* End Market */

/* Start Market Design 2 */

.market-design2-col1 .row,
.advocate-design2-col1 .row {
    margin: 0;
}
.market-design2-col1 .cm-card2,
.advocate-design2-col1 .cm-card2 {
    width: 49%;
    margin-right: 1%;
}
.market-design2-col1 .cm-card2 .countdown-img1 {
    margin-right: 0;
}
.market-design2-col1 .cm-card2-img a {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.market-design2-col1 .cm-card2-profile,
.advocate-design2-col1 .cm-card2-profile {
    justify-content: space-between;
}
.market-design2-col1 .cm-profile2-img,
.advocate-design2-col1 .cm-profile2-img {
    display: flex;
}
.market-design2-col1 .cm-profile2-img img,
.advocate-design2-col1 .cm-profile2-img img {
    margin-right: 10px;
}
.market-design2-col1 .cm-card2x1 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_1.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x2 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_2.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x3 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_3.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x4 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_4.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x5 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_5.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x6 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_6.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x7 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_7.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x8 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_8.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x9 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_9.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x10 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_10.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x11 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_11.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .cm-card2x12 {
    background: url("../img/community-illustrations/market-creativity/market_creativity_12.svg") no-repeat;
    background-size: cover;
}
.market-design2-col1 .market-buying {
    font-weight: bold;
    letter-spacing: 0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 15px;
}

@media (max-width: 1260px) {
    .market-design2-col1 .cm-card2-img {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .market-design2-col1 .cm-card2-profile {
        flex-wrap: initial;
    }
    .market-design2-col1 .cm-view {
        flex-wrap: wrap !important;
    }
}
@media (max-width: 990px) {
    .market-design2-col1 .cm-card2,
    .advocate-design2-col1 .cm-card2 {
        width: 100%;
        margin-right: 0;
    }
    .market-design2-col1 .cm-view {
        flex-wrap: initial;
    }
}
@media (max-width: 720px) {
    .market-design2-col1 .cm-card2 .cm-icontainer {
        margin: 20px 0;
    }
}

/* End Market Design 2 */

/* Start Advocate */

.cm-advocate-header {
    background: #2C0078;
}
.cm-advocate-profile div img {
    width: 46px;
    height: 46px;
}
.cm-advocate-profile {
    align-items: center;
}
.cm-advocate-profile p {
    color: #4c4c4c;
    font-size: 22px;
    margin-left: 10px;
}
.cm-advocate-r1 {
    display: flex;
    align-items: center;
}
.cm-advocate-desc {
    margin-right: 30px;
}
.cm-advocate-footer {
    background: #2C0078;
    border-bottom-right-radius: 15px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cm-advocate-footer p {
    font-size: 15px;
    color: #fff;
    margin-right: 10px;
}
.cm-advocate-card2 .cm-advocate-countdown {
    justify-content: flex-start;
    margin: 30px 0 30px 30px;
}
.cm-advocate-card2 .cm-advocate-footer {
    padding-right: 20%;
    margin-top: 0;
    border-bottom-left-radius: 0;
}
.cm-advocate-card {
    display: flex;
    flex-direction: column;
}
.cm-advocate-card .cm-icontainer {
    margin: 10px 0;
}
.cm-advocate-card2 .cm-icontainer {
    margin: 20px 0;
}
.cm-advocate-r {
    display: flex;
}
.cm-advocate-imgd {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.cm-advocate-card .post-img-holder {
    height: 100%;
}

@media(max-width: 990px) {
    .cm-advocate-card2 .cm-advocate-r1 {
        flex-direction: column;
    }
    .cm-advocate-card2 .cm-advocate-col2 div img {
        width: 100%;
    }
    .cm-advocate-footer {
        border-radius: 0;
    }
    .cm-advocate-r1 {
        flex-direction: column;
        align-items: center;
    }
    .cm-advocate-r1 .col-md-6:first-of-type {
        order: 2;
        display: flex;
        justify-content: center;
    }
    .cm-advocate-card2 .cm-advocate-col1 {
        order: 1;
        flex-direction: column;
        align-items: center;
    }
    .cm-advocate-card2 .cm-advocate-col1 .cm-icontainer {
        order: 1;
        width:100%;
    }
    .cm-advocate-card2 .cm-advocate-col1 .cm-advocate-profile {
        order: 2;
    }
    .cm-advocate-card2 .cm-advocate-col1 .cm-advocate-desc {
        order: 3;
    }
}

@media (max-width: 600px) {
    .cm-advocate-footer,
    .cm-advocate-card2 .cm-advocate-footer {
        padding: 20px 30px;
    }
}

/* End Advocate */

/* Start Advocate Design 2 */

.advocate-design2-col1 .cm-card2-img {
    flex-direction: column;
}
.advocate-design2-col1 .advocate-hash {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.advocate-hash p {
    font-size: 15px;
    color: #fff;
}
.advocate-design2-col1 .cm-card2x1 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_1.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x2 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_2.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x3 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_3.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x4 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_4.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x5 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_5.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x6 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_6.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x7 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_7.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x8 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_8.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x9 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_9.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x10 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_10.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x11 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_11.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2x12 {
    background: url("../img/community-illustrations/advocate-creativity/advocate_creativity_12.svg") no-repeat center;
    background-size: cover;
}
.advocate-design2-col1 .cm-card2 .cm-vm {
    position: absolute;
    right: 0;
    margin-right: 15px;
    margin-top: 10px;
}

/* End Advocate Design 2 */

.cm-vm {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.cm-ci {
    display: flex;
    align-items: center;
    margin-left: 15px;
}
.cm-ci p {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.cm-view img {
    width: 36px;
    height: 36px;
}
#design1-col1 .cm-view .cm-view-btn2,
#design1-col1 .cm-view .cm-less-btn2 {
    background: #0984E3 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #fff;
    text-decoration: none !important;
    width: 138px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
#design2-col1 .cm-view-btn2,
#design2-col1 .cm-less-btn2 {
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 18px;
    color: #4c4c4c;
    text-decoration: none !important;
    width: 138px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.cm-view-btn,
.cm-less-btn {
    font-size: 18px;
    color: #0984E3;
    font-style: italic;
    text-decoration: underline !important;
    font-weight: 500;
}
#design2-col1 .cm-view-btn,
#design2-col1 .cm-less-btn {
    color: #fff;
}
.cm-graph .pg-img {
    width: auto;
    margin-top: 0;
}
#leaderboards-form .form-group,
#performance_graphs-form .f-g {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 20px auto;
}
#performance_graphs-form .f-g {
    margin-left: 15%;
}
#leaderboards-form .form-group .control-label-l,
#performance_graphs-form .f-g .control-label-l {
    text-align: right;
    padding: 0;
    margin-right: 10px;
}
#leaderboards-form .form-group .control-label-m,
#performance_graphs-form .f-g .control-label-m {
    width: 13%;
    padding: 0;
}
#leaderboards-form .form-group .control-label-m input,
#performance_graphs-form .f-g .control-label-m input {
    border: none !important;
    color: #fff;
    background: #5C67F6 0% 0% no-repeat padding-box;
    width: 100%;
    text-align: center;
    font-weight: 300;
}
#leaderboards-form .form-group .control-label-r,
#performance_graphs-form .f-g .control-label-r {
    text-align: left;
    padding: 0;
    margin-left: 10px;
}
#performance_graphs-form .form-group-txt .col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#performance_graphs-form .form-group-txt .col-sm-12 .radio-inline {
    margin: 0;
}
#collaboration-form .col-xs-12,
#meaningful_stories-form .col-xs-12,
#avatars-form .col-xs-12,
#trivia-form .col-xs-12,
#virtual_environment-form .col-xs-12,
#countdown_timer-form .col-xs-12,
#challenges-form .col-xs-12,
#competition-form .col-xs-12,
#levels-form .flex-div  {
    display: flex;
    justify-content: center;
}

@media (max-width: 560px) {
    #design1-col1 .cm-view {
        flex-direction: column;
        align-items: flex-start;
    }
    .cm-ci,
    .cm-ci2 {
        margin: 10px 0 0 0;
    }
    #performance_graphs-form .f-g {
        margin-left: 0;
    }
    #leaderboards-form .form-group .control-label-m,
    #performance_graphs-form .f-g .control-label-m {
        width: auto;
    }
    #performance_graphs-form .form-group-txt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #performance_graphs-form .form-group-txt label {
        text-align: center;
    }
}

/* Highlight */

.blackout {
    background:rgba(0,0,0,0.3);
    display:none;
    width:100%; height:100%;
    position:absolute; top:0; left:0; z-index:99998;
}
.expose {
    position:relative;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    padding: 30px 25px;
}
.expose-2 {
    position:relative;
}
.expose-index {
    z-index: auto;
}
#design2-col1 .progress {
    opacity: 1;
}
.prog-sparks {
    text-transform: uppercase;
    color: #000 !important;
}
.prog-sense {
    text-transform: uppercase;
    color: #fff;
}

/* Height problem fix for spark show on design 2 */

.cm-r1 {
    display: flex;
    flex-wrap: wrap;
}
#design2-col1 #cm-post-message {
    flex: 0 100%;
}

.cm-modal-bdiv .btn-default[disabled] {
    color: #999;
}
.form-error {
    display: none;
    color: red;
    text-align: center;
    font-size: 16px;
}



.social-design1-col1 {
    float: initial;
    margin: 0 auto;
    overflow: initial !important;
}
.social-design1-col1 .cm-card {
    border: none;
    padding: 0;
    margin-top: 40px;
    display: block;
}
.cm-social-r2 {
    margin: 30px 0 0 0;
    padding: 0 10px 10px 10px;
    display: flex;
}
.cm-social-r2 .cm-profile {
    margin-left: 45px;
}
.cm-social-r2 .cm-profile-img {
    left: 0;
}
.cm-social-r2 .cm-hash p {
    margin-left: 0;
}
.cm-social-r2 .cm-firstname {
    margin-bottom: 5px;
}
.cm-social-r2 .cm-icontainer {
    height: auto;
}
.cm-social-cols .col-xs-12 {
    margin: 0 auto;
    float: initial;
}
.cm-social-cols .col-xs-12 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.cm-social-cols .col-xs-12 ul li {
    flex: 0 50%;
    text-align: center;
    border-bottom: 1px solid #666;
    opacity: 0.5;
    padding: 10px 0;
}
.cm-social-cols .col-xs-12 ul li a {
    color: #666;
    font-size: 22px;
}
.cm-social-cols .col-xs-12 ul li.active a {
    font-weight: 600;
}
.cm-social-cols .col-xs-12 ul li.active {
    opacity: 1;
}
.cm-social-cols .col-xs-12 ul li:hover {
    opacity: 1;
}
.social-design1-col2 {
    /* display: none !important; */
    margin-top: 40px;
}
.social-design1-col2 .progress_bar {
    margin-top: 20px;
}
.social-design1-col2 .cm-stories,
.social-design1-col2 .cm-trivia {
    margin-top: 0;
}
.social-design1-col2 .cm-data,
.social-design1-col2 .cm-stories,
.social-design1-col2 .cm-trivia,
.social-design1-col2 .cm-collaboration,
.social-design1-col2 .cm-leaderboard,
.social-design1-col2 .cm-graph,
.social-design1-col2 .cm-virtual,
.social-design1-col2 .cm-challenges {
    box-shadow: 0px 3px 14px #e3e3e3;
}
.cm-social-r3 {
    height: 60%;
    display: flex;
}
.cm-social-r4 {
    height: 40%;
    display: flex;
}
.cm-social-col1,
.cm-social-col2,
.cm-social-col3,
.cm-social-col4,
.cm-social-r5,
.cm-social-col5 {
    display: flex;
}
.cm-social-col1 .cm-stories,
.cm-social-col3 .cm-collaboration {
    width: 100%;
}
.cm-social-col1 .cm-stories {
    padding: 20px;
    overflow: auto;
}
.cm-social-header {
    background: #76DAE6;
}
.cm-progress_bar {
    margin-top: 20px;
}


@media(min-width: 990px) {
    .cm-content header .row {
        display: flex;
        align-items: center;
    }
}
@media (max-width: 1500px) {
    .cm-social-col1 .cm-stories-portraits {
        flex-wrap: wrap;
    }
    .cm-social-col1 .cm-stories-title h4 {
        text-align: center;
    }
    .cm-social-r4 .cm-stories-title a {
        display: flex;
        margin: 0 auto;
    }
    .cm-social-col2 .cm-trivia,
    .cm-social-col4 {
        overflow: auto;
    }
    .cm-social-subcol {
        display: flex;
    }
}

@media (max-width: 1200px) {
    .cm-social-col4 .cm-leaderboard {
        width: 100%;
    }
    .cm-social-col4 .cm-leaderboard h4 {
        word-break: break-all;
    }
    .cm-social-col4 .cm-leaderboard-user div p {
        text-align: center;
        margin-right: 0;
    }
    .cm-social-col4 .cm-leaderboard-user {
        flex-direction: column;
    }
    .cm-social-col4 .cm-leaderboard-portrait img {
        margin-right: 0;
    }
}

@media (max-width: 990px) {
    .cm-social-r2 {
        flex-direction: column;
    }
    .cm-social-r3,
    .cm-social-r4 {
        height: auto;
    }
    .cm-social-r4 {
        margin-top: 20px;
    }
    .cm-social-r5 {
        display: block;
    }
    .cm-social-subcol {
        display: flex;
    }
    .cm-social-subcol .cm-challenges {
        width: 100%;
    }
    .cm-social-r5 .cm-virtual {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .cm-social-col3 .cm-collaboration {
        border-radius: 0;
    }
    .cm-social-cols .row {
        margin: 0;
    }
    .cm-social-col4 .cm-leaderboard-user {
        flex-direction:row;
    }
    .cm-social-r4 .cm-stories-title a {
        margin-top: 5px;
    }
}

@media (max-width: 700px) {
    .cm-social-col1,
    .cm-social-col2,
    .cm-social-col3,
    .cm-social-col4 {
        width: 100%;
    }
    .cm-social-r3,
    .cm-social-r4 {
        flex-direction: column;
        margin-top: 20px;
    }
    .cm-social-col2 .cm-trivia {
        margin-top: 20px;
    }
    .cm-social-r5 .cm-virtual {
        text-align: left;
    }
    .cm-social-col4 .cm-leaderboard-portrait img {
        margin-right: 10px;
    }
}

/* End Community Work */

/* Start empty community page */

.stud-team-r1 {
    width: 100%;
}
.stud-team-r1 .stud-team-well {
    border-bottom: 1px solid #aeaeae !important;
    border-radius: 0;
    padding: 20px 0;
    width: 95%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}
.stud-team-r1 .stud-team-studname {
    color: #000;
    font-weight: bold;
}
.cm-dashboard-container {
    margin-bottom: 50px;
}

.empty-community-dashboard .empty-community-col1 {
    padding-left: 39px;
    width: 40%;
}
.empty-community-col1 .sem-rate-col {
    width: auto;
    margin: 0;
}
.empty-community-elements {
    display: flex;
    flex-direction: column;
}
.empty-community-elements h1 {
    font-size: 57px;
    line-height: 59px;
    margin: 0 0 40px 0;
}
.empty-community-subtitle {
    font-size: 30px;
    line-height: 44px;
    font-weight: 300;
}
.empty-community-elements .cm-empty-newcom {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 56px;
    font-size: 19px;
    box-shadow: 0px 3px 12px #00000029 !important;
    color: #fff !important;
    border-radius: 25px !important;
}
.empty-community-elements .cm-empty-newcom:hover,
.empty-community-elements .cm-empty-newcom:focus {
    color: #fff !important;
}
.empty-community-col2 {
    display: flex;
    background-size: contain;
    background-position: top left;
    margin-left: 13px;
}

@media(max-width: 1380px) {
    .empty-community-elements h1 {
        font-size: 33px;
        line-height: 33px;
    }
    .empty-community-subtitle {
        font-size: 23px;
        line-height: 28px;
    }
    .empty-community-elements .cm-empty-newcom {
        width: 225px;
        height: 42px;
        font-size: 15px;
    }
}
@media(max-width: 1200px) {
    .empty-community-elements .cm-empty-newcom {
        margin-bottom: 0;
        font-size: 15px;
        width: 225px;
        height: 42px;
        margin: 20px 0;
    }
    .empty-community-elements h1 {
        margin-bottom: 20px;
    }
}
@media(max-width: 1155px){
    .empty-community-elements h1 {
        font-size: 28px;
    }
    .empty-community-subtitle {
        font-size: 19px;
    }
}
@media(max-width:991px) and (min-width: 769px) {
    .empty-community-col1 {
        padding-left: 26px;
    }
}
@media(max-width: 990px) {
    .empty-community-elements {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .empty-community-elements h1 {
        text-align: center;
        margin: 30px 0;
    }
    .empty-community-col2 {
        background-position: top;
    }
    .empty-community-subtitle {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .empty-community-elements .cm-empty-newcom {
        width: 55% !important;
        margin: 30px auto;
    }
    .empty-community-dashboard {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .empty-community-dashboard .empty-community-col1 {
        width: 100%;
    }
    .empty-community-dashboard .empty-community-col1 h1 {
        margin-top: 0;
    }
    .empty-community-col2 {
        background-size: cover;
        width: 100%;
    }
    .empty-community-elements {
        margin-bottom: 20px;
    }
    .empty-community-elements h1 {
        font-size: 33px;
        line-height: 33px;
    }
    .empty-community-subtitle {
        font-size: 23px;
        line-height: 28px;
    }
    .cm-dashboard-container {
        margin-bottom: 20px;
    }
}
@media(max-width: 500px) {
    .empty-community-dashboard .empty-community-col1 {
        padding: 0;
    }
    .empty-community-elements h1 {
        font-size: 27px;
        line-height: 27px;
    }
    .empty-community-subtitle {
        font-size: 19px;
        line-height: 23px;
    }
    .empty-community-dashboard .cm-empty-newcom {
        width: 100% !important;
    }
}

/* End empty community page */


/* Start Dashboard */

.cm-dashboard-nav {
    padding: 0 0 0 26px;
}
.cm-dashboard-nav li {
    margin-bottom: 0 !important;
}
.cm-dashboard-nav li a {
    padding-bottom: 16px;
}
.main-content-holder .cm-dashboard-newcom {
    box-shadow: 0px 3px 12px #00000029;
    border-radius: 21px !important;
    width: 256px;
    height: 42px;
    font-size: 15px;
    color: #4c4c4c;
}
.cm-dashboard-container {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 14px #0000001F;
    border-radius: 3px;
}
.cm-dashboard-r {
    padding: 20px 0px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 14px #0000001F;
}
.cm-dashboard-r .cm-dashboard-community {
    max-height: initial;
    max-width: initial;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #AEAEAE;
    padding: 0 30px;
    margin: 0 0 40px 0;
}
.cm-dashboard-r .cm-dashboard-community .resources-container-com {
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 85%;
    position: relative;
    bottom: 20px;
}
.cm-dashboard-r .cm-dashboard-community .resources-container-com .resources-img {
    min-height: initial !important;
}
.cm-dashboard-comtype {
    width: 100%;
    text-align: center;
    background: #0984E3;
}
.cm-dashboard-comtype p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.cm-dashboard-community .com-name {
    margin: 10px 0;
}
.cm-dashboard-community .com-name p {
    font-size: 24px;
    color: #4C4C4C;
}
.cm-dashboard-products {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 60px;
}
.cm-dashboard-prod {
    text-align: center;
    /*padding: 0 30px 0 0;*/
    margin-bottom: 10px;
}
.cm-dashboard-pnum {
    position: absolute;
    top: 20px;
    right: -30px;
    font-size: 21px;
    color: #4c4c4c;
    margin: 0;
}
.cm-dashboard-comlife {
    text-align: center;
    margin-top: 20px;
}
.cm-dashboard-comlife h4 {
    font-size: 16px;
    color: #4c4c4c;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.cm-dashboard-comlife p {
    font-size: 18px;
    color: #666;
}
.cm-dashboard-comlife p span {
    font-weight: 300;
}
.cm-dashboard-btns {
    display: flex;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.cm-dashboard-btns .cm-dashboard-btn1 {
    margin: 0;
    color: #666;
    border-radius: 6px;
    width: 29%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1%;
}
.cm-dashboard-btns .cm-dashboard-btn2 {
    margin: 0;
    width: 70%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #5C67F6 0% 0% no-repeat padding-box;
    border-radius: 6px;
    font-size: 15px;
    color: #fff;
    white-space: inherit;
}
.cm-dashboard-btns .cm-dashboard-btn1:hover,
.cm-dashboard-btns .cm-dashboard-btn1:focus {
    color: #666;
    background: #fff;
}
.cm-dashboard-btns .cm-dashboard-btn2:hover,
.cm-dashboard-btns .cm-dashboard-btn2:focus {
    background: #5C67F6 0% 0% no-repeat padding-box;
    color: #fff;
}
#design2-col1 .cm-r1 {
    display: block;
    columns: 2;
    column-gap: 20px;
}
.active-counter {
    color: #fff;
}
.active-counter:hover {
    color: #f1f1f1;
}

@media (max-width: 1570px) {
    .support-design1-col1 .cm-hash {
        display: contents;
    }
    .cm-insight-card .cm-profile-date {
        margin-top: 10px;
    }
    .cm-contest-col .cm-hash {
        margin: 5px 0;
    }
}
@media (max-width: 1400px) {
    .cm-dashboard-r .cm-dashboard-community {
        width: 25%;
    }
    .cm-dashboard-r .cm-dashboard-community .resources-container-com {
        bottom: 25px;
    }
}
@media(min-width: 1325px) {
    .social-dashboard-col2 .cm-stories,
    .social-dashboard-col2 .cm-collaboration,
    .social-dashboard-col2 .cm-leaderboard {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .cm-dashboard-r .cm-dashboard-community {
        width: 33.3%;
    }
}
@media (max-width: 990px) {
    .cm-dashboard-nav {
        padding: 0;
    }
    .cm-dashboard-nav li {
        text-align: center;
    }
    .cm-dashboard-nav .slick-track {
        display: flex;
    }
    .cm-dashboard-newcom {
        width: auto !important;
        margin-left: 40px;
    }
}
@media (max-width: 700px) {
    .cm-dashboard-r .cm-dashboard-community {
        width: 50%;
    }
}
@media (max-width: 470px) {
    .cm-dashboard-r .cm-dashboard-community {
        width: 100%;
        border-bottom: 1px solid #aeaeae;
        padding-bottom: 40px;
        margin-bottom: 20px;
        border-right: 0;
    }
    .cm-dashboard-btns .cm-dashboard-btn1 {
        width: 28%;
        margin-right: 2%;
    }
    .cm-dashboard-prod {
        padding: 0;
        width: 33%;
    }
    .support-design1-col1 .cm-hash {
        display: flex;
    }
    .support-design1-col1 .cm-hash p {
        margin-left: 0;
    }
}


.support-design1-col1 .cm-card {
    flex-direction: column;
    padding: 0;
}
.support-design1-col1 .post-img-holder {
    margin-top: 0;
    margin-bottom: 20px;
}
.cm-support-r1 {
    padding: 30px;
    display: flex;
}
.support-design1-col1 .cm-profile-img {
    left: -40px;
}

@media (max-width: 990px) {
    .cm-support-r1 {
        flex-direction: column;
    }
    .cm-contest-head .cm-card-spark {
        flex-direction: column;
        align-items: center;
    }
    .cm-market-img .post-img-holder {
        margin-bottom: 20px;
    }
    .cm-contest-head {
        padding: 10px;
    }
    #design2-col1 .cm-r1 {
        columns: 1;
    }
}
@media (max-width: 600px) {
    .cm-market-card h2 {
        font-size: 19px;
    }
    .insight-design1-col1 .cm-profile {
        justify-content: center !important;
    }
    .cm-profile-date {
        text-align: center;
    }
    .cm-contest-col .cm-profile {
        justify-content: center !important;
        padding-left: 0;
    }
    .cm-contest-card h2 {
        font-size: 25px;
    }
    .cm-hash {
        justify-content: space-evenly;
        margin: 10px 0;
    }
    .cm-hash p {
        margin-top: 5px;
        margin-right: 0;
    }
    .contest-desc {
        margin-left: 0;
        padding: 0 10px;
    }
    .support-design1-col1 .cm-profile-img {
        position: relative;
    }
}
@media (max-width: 550px) {
    .support-design1-col1 .cm-view {
        flex-direction: initial !important;
        align-items: center !important;;
        justify-content: space-around;
    }
    .support-design1-col1 .cm-ci,
    .support-design1-col1 .cm-ci2 {
        margin: 0 !important;;
    }
}
@media (max-width: 450px) {
    .cm-modal-content {
        height: 500px;
    }
}

.cm-card-spark {
    display: flex;
    margin: 10px 0;
}
.cm-card-spark div {
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.cm-card-spark div p {
    margin: 5px 0 0 5px;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 600;
}
.cm-contest-head .cm-card-spark div {
    margin-right: 5px;
}
.cm-contest-head .cm-card-spark div p,
.cm-contest-head .cm-card-spark div h2 {
    color: #000;
}
.cm-market-card .cm-card-spark {
    justify-content: flex-start;
    padding-left: 30px;
}
.cm-insight-card .cm-profile-img,
.cm-contest-col .cm-profile-img {
    position: relative;
    left: 0;
    margin-right: 10px;
}
.cm-contest-col .cm-profile {
    padding-left: 30px;
}
.cm-market-card .cm-hash {
    padding-left: 30px;
}
.cm-hash p {
    padding: 5px 15px;
    border-radius: 18px;
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}
.cm-contest-card .cm-hash p {
    color: #000;
    margin-left: 0;
}
.cm-advocate-card .cm-card-spark {
    padding-left: 30px;
}
.cm-advocate-profile .advocate-name {
    flex-direction: column;
}
.btn-settings {
    padding: 0 30px;
}
.btn-settings .fa-cog {
    font-size: 22px;
}


/* End Dashboard */

.selected-eye {
    color: green !important;
}
.selected-item-from-table {
    margin-left: 10px;
    margin-top: 10px;
    /*color: #5c67f6;*/
    font-weight: bold;
}

.post-btn {
    font-weight: 600;
    color: #0984E3;
    margin-left: 5px;
}
.post-subt {
    font-size: 26px;
    color: #666;
    font-weight: 500;
}

#left-panel {
    top:0 !important;
}
#header {
    padding-left: 75px !important;
}
@media(max-width: 768px) {
    .stud-middle-header-element span {
        width: 100%;
        white-space: nowrap;
    }
    .sem-camp-chart,
    .sem-groups-chart,
    .sem-ads-chart,
    .sem-kw-chart {
        padding-left: 0;
    }
}

@media(max-width: 500px) {
    #header {
        padding-left: 0 !important;
        padding-right: 25px !important;
    }
    .sem-groups-modal-r9 .adcopy-text {
        text-align: center;
    }
}

/* Buttons transition effect */

.trans-effect:hover,
.analytics-widget-body .analytics-grid tbody tr td a:hover,
.s-s:hover,
.t-t:hover,
.modal-next-btn:hover {
    transform:scale(1.01,1.01);
    -webkit-transform:scale(1.01,1.01);
    -moz-transform:scale(1.01,1.01);
    transition: all 0.1s;
    /* box-shadow: 0 0 6px #666; */
    font-weight: bold;
}

/* Resources Guide */

.guide-main-title {
    text-align: left !important;
    margin: 40px 0 10px 0 !important;
    font-size: 31px;
}
.guide-subtext {
    font-size: 14px;
}
.stud-guides-sc2 div h1 {
    text-align: left !important;
}
.guide-header hr {
    border: none;
    height: 7px;
    background: #000;
    width: 110px;
    position: relative;
    margin: 0 0 20px 0;
    left: 0;
}
/* .guide-small-t {
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
} */
.guide-activity-i {
    width: 100px;
    position: relative;
    left: 68%;
}
.guide-activity-box {
    border: 2px solid orange;
    padding: 10px;
}
#manual .guide-activity-box p:first-child {
    font-style: italic;
    font-size: 20px;
}
.guide-activity-play {
    padding-top: 4px;
    font-size: 15px !important;
    color: orange;
    margin-right: 10px !important;
}
.guide-activity-ss {
    height: 100px;
}
.guide-flex-g1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.m-tb {
    margin: 20px 0;
}
.outcomes-img {
    width: 30px;
    height: auto;
    margin-right: 10px;
}
.guide-h-text {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 25px;
}
.planning-flexbox,
.community-flexbox {
    align-items: flex-start;
}
.planning-flexbox .outcomes-img,
.community-flexbox .outcomes-img {
    height: 35px;
}
.guide-table-x1 {
    width: 100%;
    overflow: auto;
}
.stud-guides-tools {
    flex-grow: 1;
}
.stud-guides-toolsflex {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.stud-guides-toolsflex .content {
    display: block;
    width: 98%;
}
.stud-guides-toolsflex .next-back {
    display: block;
    width: 100%;
    height: inherit;
    padding: 0 50px;
}
@media(max-width: 900px) {
    .stud-guides-tools {
        display: none;
    }
}
@media (max-width: 768px) {
    .guide-activity-ss {
        height: 170px;
    }
}
@media(max-width:600px) {
    .guide-activity-i {
        left: 30%;
    }
}

/* Guide Sliders */

.stud-guides-sld {
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
}
.stud-guides-sld p {
    color: #fff;
    margin: 0;
}
.stud-guides-sld input[type=range] {
    -webkit-appearance: none;
    display: flex;
    flex-grow: 1;
    margin: 0 14px;
    position: relative;
    top: 2px;
    background: transparent;
}
.stud-guides-sld input[type=range]::-webkit-slider-runnable-track {
    height: 3px;
    background: #f1f1f1;
    box-shadow: 0px 0px 14px #0000001F;
    border-radius: 2px;
}
.stud-guides-sld input[type=range]::-moz-range-track {
    height: 3px;
    background: #f1f1f1;
    box-shadow: 0px 0px 14px #0000001F;
    border-radius: 2px;
}
.stud-guides-sld input[type=range]::-ms-track {
    height: 3px;
    background: #f1f1f1;
    box-shadow: 0px 0px 14px #0000001F;
    border-radius: 2px;
}
.stud-guides-sld input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: -4px;
    position: relative;
    bottom: 3px;
}
.stud-guides-sld input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: -4px;
    position: relative;
    bottom: 3px;
}
.stud-guides-sld input[type=range]::-ms-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    margin-top: -4px;
    position: relative;
    bottom: 3px;
}

/* End Guide Sliders */

/* Start Guide Quiz */
.stud-guides-qr {
    margin: 0;
    background: #fff;
}
#q-scroll {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 999;
}
.q_scroll_item {
    border-radius: 50%;
    background: #AEAEAE;
    border: none;
    width: 10px;
    height: 10px;
    margin: 25px 0;
}
.q_scroll_item:hover{
    background: grey;
    cursor: pointer;
}
.q_scroll_item_active {
    border: none;
    width: 10px;
    height: 10px;
    margin: 25px 0;
}
.guide-qs {
    height: auto;
    padding: 0 40px;
}
.stud-guides-q2 {
    padding: 50px 80px 80px 100px;
}
.guide-qcontainer {
    display: flex;
    justify-content: space-around;
    padding: 40px 0;
}
.guide-qcontainer .qq {
    width: 30%;
}
#manual .guide-qs {
    width: 70%;
}
.guide-qcontainer .qq img {
    width: 350px;
    height: auto;
    padding: 20px;
}
#manual .guide-qs .question {
    font-size: 38px;
    color: #4c4c4c;
}
#manual .guide-qs .radio label {
    font-size: 23px;
    color: #4c4c4c;
}
#manual .guide-qs .radio label input {
    top: 5px;
    position: relative;
    margin-right: 15px;
}
#manual .alert {
    margin-top: 30px;
}

@media(max-width: 1200px) {
    .stud-guides-q2 {
        padding: 50px 80px 80px 100px;
    }
}
@media(max-width: 768px) {
    .stud-guides-q3 {
        display: none;
    }
    .guide-qcontainer {
        flex-direction: column;
        align-items: center;
    }
    .guide-qcontainer .qq {
        width: 60%;
    }
    .stud-guides-q2 {
        padding: 20px 30px 40px 30px;
        text-align: center;
    }
    .guide-qs .radio,
    .guide-qs .checkbox {
        display: flex;
        justify-content: center;
    }
    .guide-qs {
        padding: 0;
    }
}
@media(max-width: 600px){
    .stud-guides-q2 {
        padding: 20px 0 40px 0;
    }
    #manual .guide-qs .question {
        font-size: 28px;
        word-break: break-word;
    }
    .guide-qs .question-title {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .guide-qcontainer {
        padding: 10px 0 40px 0;
    }
    .guide-qcontainer .qq img {
        padding-top: 0;
    }
    .guide-qs .question-title .fa-times {
        padding: 0;
    }
}
/* End Guide Quiz */


/* Start My Skills */


.skills-level {
    background: #fff;
    padding: 35px 0 0 0;
    border-radius: 9px 0 9px 9px;
}
.skills-mt {
    margin-top: 80px;
}
.skills-level .row {
    margin: 0;
}
.skills-flip {
    -webkit-perspective: 800;
    width: 100%;
    position: relative;
    margin: 0 auto 50px auto;
}
.skills-flip .card.flipped {
    -webkit-transform: rotatey(-180deg);
}
.skills-flip .card {
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: 0.5s;
}
.skills-flip .card .face {
    width: 100%;
    position: absolute;
    -webkit-backface-visibility: hidden ;
    z-index: 2;
    font-size: 3em;
    text-align: center;
    cursor: pointer;
    word-break:break-word;
}
.skills-flip .card .front {
    z-index: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 17px #0000001A;
    border-radius: 9px;
    color: #666;
}
.skills-flip .card .back {
    -webkit-transform: rotatey(-180deg);
    z-index: 1;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 17px #0000001A;
    border-radius: 9px;
    color: #4c4c4c;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
}
.skills-flip .card .back p {
    font-size: 15px;
}
.skills-simbot {
    width: 150px;
    margin: 80px 0;
}
.skills-enabled-img {
    width: 100.5%;
    margin: 40px 0;
}
.skills-points-row {
    display: flex;
}
.skills-points {
    display: flex;
    justify-content: space-evenly;
    background: #4C4C4C;
    border-radius: 37px 0px 9px 0px;
}
.skills-points p {
    font-size: 15px;
    color: #fff;
}
.skills-sparks img,
.skills-sense img {
    width: 27px;
    height: 27px;
}
.skills-flip .card .face h4 {
    font-size: 15px;
    color: #666;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.skills-subt {
    position: absolute;
    color: #aeaeae;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    background: #fff;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    padding: 8px 17px;
    right: 50%;
}
.skills-subt-l1 {
    bottom: 90.2%;
}
.skills-subt-l2 {
    bottom: 41.5%;
}
.skills-subt-l3 {
    bottom: 56.9%;
}
.skills-subt-l4 {
    bottom: 37.2%;
}
.skills-subt-l5 {
    bottom: 17.5%;
}
.skills-col1 {
    border-right: 1px solid #e3e3e3;
}
.skills-back-p,
.skills-enabled-card1 .skills-front-p {
    display: flex;
    justify-content: space-evenly;
}
.skills-flip .skills-back-info {
    font-size: 15px;
    color: #4c4c4c;
    line-height: 19px;
    margin: 10px 0;
}
.skills-flip .card .back .skills-back-desc,
.skills-enabled-card1 .skills-front-desc {
    font-size: 11px;
    color: #666;
    line-height: 19px;
}
.skills-activate-btn {
    background: #6A74F8 !important;
    width: 90%;
    border-radius: 50px !important;
    border: 1px solid transparent;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 12px #00000029;
    margin: 0 auto;
    color: #fff;
    height: 34px;
}
.skills-activate-btn:hover,
.skills-activate-btn:focus {
    color: #fff;
    border: none;
}

.skills-flip .skills-disabled-card2 .front {
    background: #4C4C4C;
}
.skills-flip .skills-disabled-card2 .front h4 {
    color: #fff;
}
.skills-flip .skills-disabled-card2 .skills-simbot {
    margin: 10px 0 ;
}
.skills-flip .skills-disabled-card2 .skills-points-row {
    margin-bottom: 40px;
}
.skills-flip .skills-disabled-card2 .skills-points-row div p {
    font-size: 25px;
}
.skills-flip .skills-disabled-card2 .back,
.skills-flip .skills-enabled-card2 .front {
    background: #211E44;
    color: #fff;
}
.skills-flip .skills-enabled-card1 .front,
.skills-flip .skills-enabled-card2 .front {
    display: block;
}
.skills-flip .skills-enabled-imgdiv {
    display: contents;
}
.skills-flip .skills-enabled-card1 .skills-card-sparks,
.skills-flip .skills-enabled-card2 .skills-card-sparks {
    display: contents;
}
.skills-flip .skills-disabled-card2 .back .skills-back-info,
.skills-flip .skills-disabled-card2 .back .skills-back-desc,
.skills-flip .skills-enabled-card2 .front .skills-front-p p,
.skills-flip .skills-enabled-card2 .front .skills-front-desc {
    color: #fff;
}
.skills-flip .skills-disabled-card2 .back .skills-activate-btn {
    background: #fff !important;
    color: #000;
    border-color: transparent !important;
}
.skills-flip .skills-disabled-card2 .back .skills-activate-btn:hover,
.skills-flip .skills-disabled-card2 .back .skills-activate-btn:focus {
    color: #000;
    border-color: #000;
}

/* enabled cards */

.skills-enabled-img {
    height: 60%;
    margin: 0 0 10px 0;
}
.skills-enabled-card1 .front {
    height: inherit;
}
.skills-enabled-card1 .skills-front-points {
    padding: 0 20px 20px 20px;
}
.skills-enabled-card1 .skills-front-p p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    margin: 0;
}
.skills-enabled-card2 .skills-sparks p{
    font-size: 14px;
    font-weight: bold;
}
.skills-enabled-card1-hover {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0.7;
    z-index: 999999999;
    background: #000;
    border-radius: 9px;
    opacity: 0;
    background: #000;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    text-align: center;
    color: #fff;
    font-size: 15px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.skills-enabled-card1-hover p {
    width: 80%;
    word-break: break-word;
}
.skills-enabled-card1:hover .skills-enabled-card1-hover {
    opacity: 0.7;
}
.skills-flip .card .back {
    height: 100% !important;
}

@media(max-width: 1400px) {
    .skills-flip .card .front {
        display: flex;
        flex-direction: column;
    }
    .skills-points-row .col-md-5 {
        width: 0;
        padding: 0;
    }
    .skills-points {
        width: 100%;
    }
    .skills-simbot {
        width: fit-content;
        align-self: center;
    }
    .skills-flip .skills-disabled-card2 .skills-points-row div p {
        font-size: 15px;
    }
    .skills-col1 .col-md-3 {
        /*margin: 0 5%;*/
    }
    .skills-col2 .col-md-6 {
        /*width: 90%;*/
        /*margin: 0 5%;*/
    }
    .skills-subt-l1 {
        bottom: 91.9%;
    }
    .skills-subt-l2 {
        bottom: 44%;
    }
    .skills-subt-l3 {
        bottom: 58.2%;
    }
    .skills-subt-l4 {
        bottom: 38.4%;
    }
    .skills-subt-l5 {
        bottom: 18.6%;
    }
    .skills-flip .skills-enabled-imgdiv {
        height: 64%;
    }
    .skills-disabled-card2 .front {
        height: -webkit-fill-available;
    }
}

@media (max-width: 1050px) and (min-width: 991px) {
    .skills-flip .skills-enabled-imgdiv {
        height: 55%;
    }
}

@media (max-width: 990px) {
    .skills-col1 .col-md-3 {
        width: auto;
        margin: 0;
    }
    .skills-col2 .col-md-6 {
        width: auto;
        margin: 0;
    }
    .skills-level,
    .skills-subt {
        border-radius: 9px;
    }
    /* .skills-row {
        display: none;
    } */
    .skills-mt {
        margin-top: 0;
    }
    .skills-level {
        padding-top: 0;
    }
    .skills-subt {
        text-align: center;
        position: relative;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .skills-col1 {
        display: flex;
        flex-wrap: wrap;
    }
    .skills-col2 .row {
        display: flex;
    }
    .skills-col1 .col-sm-6,
    .skills-col2 .col-md-6 {
        flex: 0 0 50%;
    }
    .skills-points {
        border-radius: 0px 0px 9px 9px;
    }
}

@media (max-width: 530px) {
    .skills-col1 .col-sm-6,
    .skills-col2 .col-md-6 {
        flex: 0 0 85%;
    }
    .skills-col2 .row {
        flex-direction: column;
        align-items: center;
    }
    .skills-col2 .row .col-md-6 {
        width: 85%;
    }
    .skills-col1 {
        justify-content: center;
    }
}
@media (max-width: 420px) {
    .skills-col1 .col-sm-6,
    .skills-col2 .col-md-6 {
        flex: 0 0 100%;
    }
    .skills-col2 .row .col-md-6 {
        width: 100%;
    }
}

/* Firefox */
@-moz-document url-prefix() {
    .skills-flip .skills-enabled-card1 .front,
    .skills-flip .skills-enabled-card2 .front {
        display: flex;
        flex-direction: column;
    }
    .skills-flip .skills-disabled-card2 .front {
        height: inherit;
    }
    .skills-flip .skills-enabled-imgdiv {
        display: contents;
    }
    .skills-enabled-img {
        height: 60%;
    }
}

/* Safari */
@media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) { @media {

}}

/* Edge */

@supports (-ms-ime-align:auto) {
    .skills-back-p, .skills-enabled-card1 .skills-front-p,
    .skills-points,
    .skills-flip .card .back {
        justify-content: space-around;
    }
}

/* End My Skills */

/* Support modal */

.stud-right-header-buttons .support-container-triangle {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 22px solid white;
    position: absolute;
    top: 2.5em;
    right: 11.4em;
    display: none;
}

/* End support modal */

/* Start empty campaign page */

.empty-campaign-dashboard {
    margin-top: 30px;
}
.empty-campaign-dashboard .empty-campaign-col1 {
    padding-left: 39px;
    width: 40%;
    padding-top: 80px;
}
.empty-campaign-col1 .sem-rate-col {
    width: auto;
    margin: 0;
}
.empty-campaign-elements {
    display: flex;
    flex-direction: column;
}
.empty-campaign-elements h1 {
    font-size: 57px;
    line-height: 59px;
    margin: 0 0 40px 0;
}
.empty-campaign-subtitle {
    font-size: 39px;
    line-height: 44px;
    font-weight: 300;
}
.empty-campaign-elements .empty-campaign-newcamp {
    margin: 10px 0 40px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 56px;
    font-size: 19px;
    box-shadow: 0px 3px 12px #00000029 !important;
    color: #fff !important;
    border-radius: 25px !important;
}
.empty-campaign-elements .empty-campaign-newcamp:hover,
.empty-campaign-elements .empty-campaign-newcamp:focus {
    color: #fff !important;
}
.empty-campaign-dashboard .empty-campaign-col2 {
    display: flex;
    background-size: contain;
    background-position: top left;
}

@media (max-width: 1500px) {
    .empty-campaign-dashboard .empty-campaign-col1 {
        padding-top: 80px;
    }
}
@media(max-width: 1380px) {
    .empty-campaign-elements h1 {
        font-size: 33px;
        line-height: 33px;
    }
    .empty-campaign-subtitle {
        font-size: 23px;
        line-height: 28px;
    }
    .empty-campaign-elements .empty-campaign-newcamp {
        width: 225px;
        height: 42px;
        font-size: 15px;
    }
}
@media(max-width: 1200px) {
    .empty-campaign-elements .empty-campaign-newcamp {
        margin-bottom: 0;
        font-size: 15px;
        width: 225px;
        height: 42px;
        margin: 20px 0;
    }
    .empty-campaign-elements h1 {
        margin-bottom: 20px;
    }
    .empty-campaign-dashboard .empty-campaign-col1 {
        padding-top: 120px;
    }
}
@media(max-width: 1155px){
    .empty-campaign-elements h1 {
        font-size: 28px;
    }
    .empty-campaign-subtitle {
        font-size: 19px;
    }
}
@media(max-width:991px) and (min-width: 769px) {
    .empty-campaign-col1 {
        padding-left: 26px;
    }
}
@media(max-width: 990px) {
    .empty-campaign-elements {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .empty-campaign-elements h1 {
        text-align: center;
        margin: 30px 0;
    }
    .empty-campaign-col2 {
        background-position: top;
    }
    .empty-campaign-subtitle {
        text-align: center;
    }
}
@media(max-width: 768px) {
    .empty-campaign-elements .empty-campaign-newcamp {
        width: 100%;
    }
    .empty-campaign-dashboard {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 0;
    }
    .empty-campaign-dashboard .empty-campaign-col1 {
        width: 100%;
        padding-top: 0;
    }
    .empty-campaign-dashboard .empty-campaign-col1 h1 {
        margin-top: 0;
    }
    .empty-campaign-dashboard .empty-campaign-col2 {
        background-size: contain;
        width: 100%;
        background-position: center;
    }
    .empty-campaign-elements {
        margin-bottom: 20px;
    }
    .empty-campaign-elements h1 {
        font-size: 33px;
        line-height: 33px;
        color: #fff;
    }
    .empty-campaign-subtitle {
        font-size: 23px;
        line-height: 28px;
        color: #fff;
        padding: 0 170px 0 0;
    }
}
@media(max-width: 500px) {
    .empty-campaign-dashboard .empty-campaign-col1 {
        padding: 0;
    }
    .empty-campaign-elements h1 {
        font-size: 27px;
        line-height: 27px;
    }
    .empty-campaign-subtitle {
        font-size: 19px;
        line-height: 23px;
        padding: 0;
    }
    .empty-campaign-dashboard .empty-campaign-newcamp {
        width: 100% !important;
        margin-top: 10px;
    }
}

/* End empty campaign page */


/* New timeline */

.new-timeline-container {
    padding: 15px 20px;
    word-break: break-word;
}

.new-timeline-row {
    margin: 0;
    display: flex;
    align-items: center;
}
.new-timeline-col1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.new-timeline-icon {
    border-radius: 50%;
    max-width: 100px;
    max-height: 100px;
}
.new-timeline-username {
    font-size: 18px;
    color: #1c1c1c;
    margin: 12px 0;
}
.new-timeline-col1 hr {
    margin: 0;
    border: none;
    height: 5px;
    width: 50%;
    background: #9A27D2;
    border-radius: 50px;
}
.new-timeline-col3 {
    color: #1c1c1c;
}
.new-timeline-title,
.new-timeline-info {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.new-timeline-title h4 {
    font-size: 22px;
}
.new-timeline-info p {
    font-size: 14px;
    margin-right: 10px;
}
.new-timeline-title img {
    margin-right: 10px;
    display: flex;
    align-self: self-start;
    margin-top: 10px;
}
.new-timeline-notification {
    text-align: center;
    font-size: 18px;
}
.new-timeline-notification strong {
    font-style: italic;
}
.new-timeline-separator {
    margin: 20px auto;
    height: 1px;
    width: 95%;
    background: #aeaeae;
}
.new-timeline-comparation {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    text-align: center;
}
.new-timeline-comparation h4 {
    font-size: 21px;
    font-weight: bold;
    margin: 5px 0;
}
.new-timeline-desc {
    font-size: 20px;
    font-style: italic;
}
.new-timeline-desc img {
    margin: 15px auto;
    border-radius: 5px;
}
.new-timeline-newcol {
    background: rgba(13,189,187, .6);
}
.new-timeline-oldcol {
    background: rgba(250,150,30, .4);
}
.new-timeline-newcol-info,
.new-timeline-oldcol-info {
    display: flex;
    justify-content: center;
    font-size: 15px;
}
.new-timeline-newcol-info p,
.new-timeline-oldcol-info p {
    margin-right: 10px;
}
.new-timeline-compicon {
    margin: 0 10px;
}
.new-timeline-coldiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-timeline-col1 {
    margin-left: 80px;
}
.participants-big-container {
    display: block;
    columns: 2;
}
.participants-big-container .participants-subcol {
    height: fit-content;
    break-inside: avoid;
    margin-bottom: 24px;
    width: 100% !important;
    /* for Firefox */
    display: inline-table;
    page-break-inside: avoid;
}
.participants-subcol::marker{
    color: transparent;
}
.participants-big-container .participants-subcol .jarviswidget {
    background: #fff;
    height: 100%;
}
.participants-big-container .participants-subcol .jarviswidget div[role=content] {
    display: flex;
    flex-shrink: 1;
    flex-grow: 1;
}
#participants-container .pull-right {
    margin: 5px 15px 10px 0;
}
#header .right-header-buttons {
    height: 100%;
}
.stud-right-header-buttons #buttons-right {
    align-items: center;
    margin: 0;
}

@media(max-width: 1400px) {
    .new-timeline-col1 {
        margin-left: 20px;
    }
}

@media(max-width: 1150px) {
    .new-timeline-notification {
        font-size: 15px;
    }
    .new-timeline-comparation {
        padding: 0 20px;
    }
    .new-timeline-col1 {
        margin-left: 0px;
    }
    .credits-modal .credits-modal-dialog .credits-modal-content {
        width: 90% !important;
    }
    .credits-modal .row-fluid .control-label {
        flex-direction: column;
    }
    .credits-modal .row-fluid br {
        display: none;
    }
    .credits-modal .row-fluid .form-control {
        margin-top: 10px;
    }
    .stud-team-modal-content {
        width: 80%!important;
    }
}
@media (min-width: 768px) {
    #header .a-header-logo-group {
        display: flex !important;
        align-items: center;
        height: 100%;
    }
    #header .stud-header-logo {
        height: auto;
        margin: 0;
        padding-left: 20px;
    }
    #header .middle-header-element {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .new-timeline-container {
        padding: 15px 10px !important;
    }
    .new-timeline-row {
        display: block;
    }
    .new-timeline-coldiv {
        justify-content: space-evenly;
        margin-bottom: 30px;
    }
    .new-timeline-col1 hr,
    .new-timeline-separator {
        display: block;
    }
    .new-timeline-comparation {
        flex-direction: column;
    }
    .new-timeline-newcol {
        margin-bottom: 20px;
    }
    .new-timeline-oldcol {
        margin-top: 20px;
    }
    .row-timeline .search-div,
    .stud-timeline-t-x .search-div {
        display: flex !important;
        align-items: start;
        justify-content: center;
    }
    .row-timeline .search-div .search-inputs {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        width: auto;
    }
    .search-div .btn-group {
        width: auto;
        margin: 10px 20px 0 0;
        order: 2;
    }
    .search-div .stud-timeline-faicon {
        width: 5%;
        display: flex;
        justify-content: center;
    }
    .participants-big-container {
        columns: 1;
    }
    .participants-big-container .participants-subcol {
        width: 100%;
    }
    .participants-big-container .part-student-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .participants-big-container .part-student {
        max-width: 100%;
    }
    .stud-team-modal-r2 {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    .stud-team-modal-tt0 .stud-team-modal-tt2 {
        max-width: 100% !important;
    }
    .stud-team-modal-tt0 .stud-team-modal-tt2 img {
        margin: 0 auto;
    }
    .stud-team-modal-tt {
        width: 100% !important;
        max-width: 100% !important;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }
    body #header {
        height: auto;
    }
    body #header .main-header-row {
        display:flex;
        margin: 0;
    }
    .middle-header-element {
        width: auto!important;
    }
    #header .right-header-buttons {
        top: 0;
        left: 0;
    }
    #header .right-header-buttons #buttons-right {
        margin: 0;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-direction: row-reverse; */
    }
    #header .right-header-buttons #buttons-right .header-language-button {
        margin-top: 0;
    }
    /* #header .middle-header-element .active-counter, */
    #header .middle-header-element .active-teams {
        display: none;
    }
    #header .middle-header-element .fa-clock {
        font-size: 25px;
    }
    body #header .right-header-buttons #log_out_btn-1,
    body #header .right-header-buttons #log_out_btn-2,
    body #header .right-header-buttons #log_out_btn-3,
    body #header .right-header-buttons #log_out_btn-4,
    body #header .right-header-buttons #log_out_btn-5
    {
        line-height: 0 !important;
    }
    #main-sidenav #main {
        margin-top: 10px;
    }
    #webNavCol {
        display: none !important;
    }
    #header .a-header-logo-group {
        display: flex !important;
        align-items: center;
    }
    #header .a-header-logo-group #logo {
        height: auto;
        margin: 0;
    }
    .web-nav-col1 ul .active a {
        font-size: 18px !important;
    }
    .web-nav-col1 ul li a {
        font-size: 16px !important;
    }
    .back-to-top {
        display: none;
        position: fixed;
        bottom: 10%;
        right: 0;
        font-size: 3em;
        z-index: 9999;
        height: 50px;
        width: 40px;
        background-color: #333333d6;
        text-align: center;
        backdrop-filter: blur(6px);
        border-top-right-radius: 0;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 8px;
    }
    .back-to-top i{
        position: absolute;
        top: 0px;
        left: 10px;
        color: #fff;
    }
    .back-to-top i:hover{
        color: #aaa;
    }
}
@media (max-width: 600px) {
    body #header .a-header-logo-group#logo-group {
        width: 25% !important;
        align-items: center;
        justify-content: center;
    }
    body #header .a-header-logo-group#logo-group #logo img, #logo {
        width: 95%!important;
    }
    body #header .a-header-logo-group .stud-header-logo {
        padding: 0;
    }
    body #header .middle-header-element {
        width: 25% !important;
    }
    body #header .right-header-buttons {
        position: relative;
        width: auto;
    }
    body #header {
        padding: 0 !important;
    }
    .inst-main-sidenav #myTab1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .inst-main-sidenav #userInfo h2 {
        text-align: center;
    }
    .inst-main-sidenav #inst-licenses-log .l-log,
    .inst-main-sidenav #lnf1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .inst-main-sidenav #lnf1 h2 {
        margin: 0;
    }
    .inst-main-sidenav .inst-profile-title {
        margin-top: 0;
        text-align: center;
    }
    .well #similarUsers {
        margin-bottom: 70px !important;
    }
    .calendar-header h2 {
        text-align: center;
    }
    .inst-res-nt h1 {
        padding: 0;
        text-align: center;
    }
    .scenarios-header h2 {
        text-align: center;
    }
    .scenarios-btn-row .col-sm-12:first-child {
        display: flex;
        justify-content: center;
    }
    .stud-timeline-t-x .search-div form {
        display: contents;
    }
    .search-div .btn-group {
        margin: 10px 10px 0 0;
    }
}
@media (max-width:600px) and (min-width:500px){
    body #header .a-header-logo-group {
        padding-left: 40px;
    }
}
@media (max-width: 500px) {
    .new-timeline-compicon {
        position: absolute;
        top: 0;
        right: -10px;
    }
    .new-timeline-oldcol {
        margin-top: 10px;
    }
    .stud-team-modal-content {
        width: 100% !important;
    }
    body #header .right-header-buttons #buttons-right .header-language-button {
        margin-right: 10px !important;
    }
    body #header #buttons-right i {
        font-size: 60px;
    }
}
@media (max-width: 430px) {
    .new-timeline-title h4 {
        font-size: 19px;
    }
    .new-timeline-info {
        margin-top: 20px;
    }
    .new-timeline-info p {
        font-size: 12px;
    }
    .new-timeline-username {
        font-size: 16px;
    }
    .new-timeline-info p {
        font-size: 10px;
        font-weight: bold;
    }
    .new-timeline-newcol-info,
    .new-timeline-oldcol-info {
        font-size: 13px;
    }
    .new-timeline-newcol-info p,
    .new-timeline-oldcol-info p {
        font-weight: bold;
    }
    .inst-arc-btn1 {
        /*display: none;*/
        display: block;
        left:5px !important;
    }
}

/* End new timeline */

.minified nav > ul > li > a > .menu-item-parent {
    width: max-content;
    padding-right: 15px;
}

#buttons-right span:hover,
#buttons-right span i:hover::before {
    color: #f1f1f1;
}

#release-log-summary {
    display: none !important;
}


#similarUsers {
    min-height: 320px;
}
#similarUsers .alert.alert-info {
    line-height: 2;
    margin: 0;
    color: #000;
}
#similarUsers .alert-info .s-s.restore {
    margin: 10px 0 5px 0;
}
#similarUsers .alert-info .close span {
    color: #000;
}
.values-wrapper #credits_counter {
    background: #F7931D !important;
}
#widget-grid .alert button.close {
    color: #fff;
    opacity: .7;
}
#widget-grid .alert button.close:hover {
    opacity: .3;
}
a.addCreditsLink {
    color: #e3e3e3;
}
a.addCreditsLink:hover,
a.addCreditsLink:focus {
    color: #f1f1f1;
    background: transparent;
}
.dashboard-col1 a.addCreditsLink {
    color: #999;
}
.dashboard-col1 a.addCreditsLink:hover,
.dashboard-col1 a.addCreditsLink:focus {
    color: #666;
    background: transparent;
}
.credits-modal .credits-modal-content {
    padding: 0 !important;
    height: 430px !important;
    width: 50% !important;
    margin: 60px auto 0 auto !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0 !important;
    left: 0;
    position: relative;
}
.credits-modal .modal-header {
    padding-top: 10px !important;
}
.credits-modal .modal-title p {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.credits-modal .row-fluid .control-label {
    display: flex;
    justify-content: center;
    align-items: center;
}
.credits-modal .row-fluid .control-label p {
    margin: 0;
    margin-right: 7px;
}
.credits-modal .row-fluid .form-control {
    width: auto;
}
.logout-link-paypal a:hover {
    opacity: .9;
}
.logout-link-paypal a:focus,
.logout-link-paypal a:active {
    background: transparent;
}
.arch-modal-btn i {
    margin-right: 5px;
}
.results-color-dot {
    height: 5px;
    width: 5px;
    display: inline-flex;
    margin-bottom: 2px;
    margin-right: 4px;
    border-radius: 25px;
}
.stud-team-modal-r2 {
    display: block;
    columns: 2;
}
.stud-team-modal-r2 .stud-team-modal-t1,
.stud-team-modal-r2 .stud-team-modal-t1 .jarviswidget {
    height: fit-content!important;
    width: 100%;
    break-inside: avoid;
    /* for Firefox */
    display: inline-grid;
    page-break-inside: avoid;
}
.stud-team-modal-r2 .stud-team-modal-tt0 {
    margin-top: 5px;
}
.stud-team-modal-r2 .stud-team-modal-t1 .jarviswidget .widget-body {
    display: flex;
    height: 100%;
}
.stud-team-modal-r2 .stud-team-modal-tt:hover {
    background: #f8f8f8!important;
}
.stud-team-modal-r2 .stud-team-modal-tt2:hover {
    cursor: initial;
}
.web-home-modal2-table .prods-prods {
    margin-top: 30px;
    padding: 0;
}
.filter-close-icon {
    border:1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
.filter-close-icon:after {
    content: "X";
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #999;
    z-index:1;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: normal;
    cursor: pointer;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    padding: 8px;
}
.web-toolbar-tab3 .filter-close-icon:after {
    right: 50px;
    top: 9px;
    width: 15px;
    height: 15px;
}
.web-toolbar-tab3 .fa-search {
    padding-top: 2px;
}
.web-home-toolbar-tab3 #baigoo-search-input {
    position: absolute;
    top: 19px;
    right: 0;
}
.baigoo-col2 .filter-close-icon:after {
    right: 12%;
}
.simbound-login-input ~ .filter-close-icon:after {
    width: 1px;
    height: 1px;
    bottom: 17px;
    right: 40px;
}
.filter-close-icon:hover::after {
    background-color: #888;
}
.timeline-filter:not(:valid) ~ .filter-close-icon,
#kw_search:not(:valid) ~ .filter-close-icon,
.simbound-login-input:not(:valid) ~ .filter-close-icon {
    display: none;
}
.stud-timeline-t-x .search-div form {
    position: relative;
}
.main-header-row {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}
.stud-middle-header-element {
    height: 100%;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.minified #main {
    margin-top: 20px;
}
.overlay-highlight {
    background:rgba(0,0,0,0.3);
    display:none;
    width:100%; height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:999;
}
.vis-btn-col {
    padding-left: 0;
}
.credits-left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.credits-left #credits_counter {
    height: auto;
    align-self: flex-end;
    width: auto;
    margin-left: 10px;
    padding: 2px 10px;
}
#confirmRun .modal-content {
    padding: 0 0 5px 0 !important;
    overflow-x: hidden;
    margin: 60px auto 0 auto !important;
    width: 55% !important;
    height: 450px;
}
#confirmRun .end-round {
    padding: 0 0 5px 0 !important;
    overflow-x: hidden;
    margin: 60px auto 0 auto !important;
    width: 55% !important;
    height: 250px;
}
#confirmRun .modal-content .form-group {
    padding: 0 20px;
}
#confirmRun .modal-content .form-group .control-label {
    width: 100%;
    text-align: center;
    font-size: 17px;
    margin: 15px 0 7px 0;
}
#confirmRun .modal-content textarea {
    resize: none;
    height: 160px !important;
    width: 90%;
    margin: 0 auto;
}
#confirmRestart .modal-dialog .modal-content {
    height: 270px;
    padding: 0 !important;
}
#confirmRestart .modal-dialog .modal-content .modal-body {
    padding: 15px 27px !important;
}
#confirmRestart .modal-dialog .modal-content h4 {
    margin-bottom: 10px;
}
.part-popup-menu {
    position: absolute;
    top: 13%;
    left: 68%;
    grid-template-rows: 1fr;
    gap: 5px;
    margin-top: 2px;
    z-index: 999;
    background: rgba(51, 51, 51, 0.8);
    padding: 10px;
    border-radius: 5px;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content_inner.stud-coop-wr-desc {
    padding-top: 0;
    margin-bottom: 10px;
}
.stud-coop-wr-desc .addCreditsLink {
    color: #444;
}
.stud-coop-wr-desc .addCreditsLink:hover,
.stud-coop-wr-desc .addCreditsLink:focus {
    color: #999;
}
.run-simulation-btn {
    margin-left: 10px;
}
.run-simulation-btn:hover,
.run-simulation-btn:active,
.run-simulation-btn:focus {
    background: #fff !important;
}
.run-simulation-icon {
    margin-right: 5px;
    font-size: 14px;
}
#multiple-axes-chart .highcharts-container {
    height: 100% !important;
}

/* Start Instructor Settings Referral Modal */
.inst-referral-modal .arch-confirm-modal-content2 {
    width: 80% !important;
    margin: 45px auto 0 auto !important;
}
#purchase-history-modal .arch-confirm-modal-content2 {
    width: 50% !important;
    margin: 45px auto 0 auto !important;
}
.inst-referral-modal .arch-confirm-modal-body2 button {
    position: absolute;
    right: 14px;
    top: 0;
}
.inst-referral-modal .arch-confirm-modal-body2 h4 {
    margin: 10px 0;
}
.inst-referral-modal .inst-scen-modal2-r1 {
    display: flex;
    flex-direction: column;
}
.inst-referral-modal #referral-form  {
    display:flex;
    flex-wrap: wrap;
}
.inst-referral-modal #returning-form  {
    display:flex;
    flex-wrap: wrap;
}
.inst-referral-modal #email-form  {
    display:flex;
    flex-wrap: wrap;
}
.inst-referral-modal #reconversion-form  {
    display:flex;
    flex-wrap: wrap;
}
.inst-referral-modal .inst-settings-prodsdiv {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    width: 10%;
}
.inst-referral-modal .inst-settings-prodsdiv.email-divs{
    width:7%;

}
.setting-type {
    justify-content: center;
    padding-top:17px;
    width:13% !important;
}
.email-divs p{
    margin-bottom: 0px;

}
.row-email-settings{
    display: flex;
    width:100%
}
.inst-referral-modal .returning-visits , .inst-referral-modal  .reconversions-rate {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 0;
    width: 20%;
}
.inst-referral-modal .inst-settings-prodsdiv input {
    width: 100%;
    padding: 16px 0px;
    text-align: center;
}
.inst-referral-modal #prod-themes,
.inst-referral-modal #prod-prods {
    padding: 20px;
}
.inst-referral-modal #prod-themes-direct,
.inst-referral-modal #prod-prods-direct {
    padding: 20px;
}
.inst-referral-modal #prod-themes-email,
.inst-referral-modal #prod-prods-email {
    padding: 20px;
}
.inst-referral-modal .referral-values {
    display: flex;
    flex-direction: column;
}
.inst-referral-modal .themes-products .col-sm-12 {
    display: flex;
}
/* .inst-referral-modal .modal-backdrop {
    display: none;
} */
/* End Instructor Settings Referral Modal */

/* header mobile menu */

.mobile-menu-wrapper {
    position: relative;
}
.mobile-menu-dropdownbox {
    margin: 0 auto;
    background: #444;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}
.mobile-menu-dropdownbox > p {
    padding: 5px 10px;
    font-size: 1.25em;
    line-height: 1.4em;
    margin: 0;
    user-select: none;
    -moz-user-select:none;
    /* Safari */
    -khtml-user-select: none;
}
ul.header-mobile-menu {
    position: absolute;
    margin: 0 auto;
    width: auto;
    overflow: hidden;
    height: 0;
    /*-moz-transform:scale(0); */
    background: rgb(129,111,127);
    color: rgb(254,238,223);
    cursor: pointer;
    user-select: none;
    -moz-user-select:none;
    /* Safari */
    -khtml-user-select: none;
    right: 0;
}
.header-mobile-menu.showMenu {
    height: auto;
    /* padding: 10px 20px; */
    padding: 0;
    list-style: none;
    background: #444;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-mobile-menu.showMenu li {
    padding: 10px 20px;
}
.header-mobile-menu.showMenu li a:hover,
.header-mobile-menu.showMenu li a:active,
.header-mobile-menu.showMenu li a:focus {
    color: #f1f1f1;
}
.header-mobile-menu .mobile-menu-navlink {
    color: #fff;
    background: #444;
    font-size: 12px;
}
#buttons-right .mobile-menu-dropdownbox .fa-bars {
    font-size: 20px;
}

/* end header mobile menu */

.modal-country-timezone {
    width: 100% !important;
}
.modal-country-timezone-content {
    padding: 0 0 5px 0 !important;
    overflow-x: hidden;
    margin: 60px auto 0 auto !important;
    width: 55% !important;
    height: 277px;
    overflow-y: hidden;
}
.modal-country-timezone-content .modal-header {
    margin-top: 0 !important;
    background: #5C67F6;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    text-align: center;
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

@media(max-width: 1200px) {
    #confirmRun .modal-content,
    #confirmRestart .modal-content,
    .modal-country-timezone-content {
        width: 85% !important;
    }
}
@media(max-width: 1000px){
    .part-popup-menu {
        left: 55%;
    }
}
@media (max-width: 990px) {
    .inst-referral-modal #prod-themes {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 20px;
        margin: 30px 0 10px 0;
    }
    .inst-referral-modal #prod-prods {
        padding: 0 20px;
        margin: 10px 0;
    }
    .inst-referral-modal #prod-themes p {
        padding-right: 8px;
    }
    .inst-referral-modal #referral-inputs-modal {
        margin-top: 20px;
    }
    .inst-referral-modal #referral-inputs-modal h4 {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .stud-middle-header-element .header-counter-container {
        display: flex;
        align-items: center;
        white-space: initial;
    }
    .header-counter-container .inst-counter-btn {
        text-align: center;
        width: max-content;
        font-size: 8px;
        display: flex;
    }
    .run-simulation-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: 0;
        width: 100%;
    }
    .header-counter-container span {
        white-space: normal;
    }
    .run-simulation-span {
        /* display: none; */
        /* white-space: normal; */
        position: absolute;
        font-size: 13px;
        top: 47px;
    }
    .run-simulation-icon {
        display: none;
    }
    .baigoo-col2 .filter-close-icon:after {
        right: 27%;
    }
}
@media(max-width: 700px){
    .part-popup-menu {
        left: 40%;
        top: 9%;
    }
}
@media(max-width: 600px){
    .part-popup-menu {
        left: 20%;
        top: 6%;
    }
    #confirmRestart .modal-content,
    .modal-country-timezone-content {
        height: 460px;
    }
    .bonus-condition-info {
        padding: 0 20px;
    }
    .inst-referral-modal .inst-settings-prodsdiv {
        width: auto;
    }
    .inst-referral-modal .prods-header .col-xs-12 {
        display: flex;
    }
    .inst-referral-modal .arch-confirm-modal-content2 {
        width: 100% !important;
    }
}
@media(max-width: 500px){
    #inst-participants-change {
        position: relative;
        left: 7px;
    }
    body #header #buttons-right .mobile-menu-dropdownbox .fa-bars {
        font-size: 20px;
    }
    .participants-subcol .part-popup-menu {
        top: 75px;
        left: 40px;
    }
    .baigoo-col2 .filter-close-icon:after {
        right: 29%;
    }
}
@media(max-width: 450px) {
    #confirmRun .modal-content,
    .modal-country-timezone-content {
        width: 100% !important;
        /* height: 290px; */
    }
    #confirmRun .modal-content textarea,
    .modal-country-timezone-content {
        width: 100%;
    }
    #confirmRun .arch-modal-cancel-btn2,
    #confirmRun .arch-modal-ok-btn {
        width: 140px;
    }
    .part-popup-menu {
        left: 12%;

        top: 6%;

    }
}
@media (max-width: 1499px) and (min-width: 987px) {
    .popover {
        min-width: 276px !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1010;
        display: none;
        padding: 1px;
        text-align: left;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 3px;
        -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
        white-space: normal;
    }
}
@media (max-width: 768px){
    .themes-products input[type=checkbox]
    {
        -ms-transform: scale(0.5); /* IE */
        -moz-transform: scale(0.5); /* FF */
        -webkit-transform: scale(0.5); /* Safari and Chrome */
        -o-transform: scale(0.5); /* Opera */
    }
}
/*#myTabContent1 .dataTables_scroll .dataTables_scrollHead {*/
/*    overflow: initial !important;*/
/*}*/


@media (max-width: 768px){
    .tests-table .dataTables_scroll {
        overflow-x: scroll;
    }
    .tests-table .dataTables_scrollHead {
        overflow:initial !important;
    }
    .tests-table .dataTables_scrollBody {
        overflow: initial !important;
    }
}

/*test mobile version*/
@media (max-width: 600px){
    .guide-qs .question-title {
        display: grid !important;
        flex-direction: column-reverse;
        align-items: center;
    }

    .stud-calendar-widget > .nav-tabs > li {
        margin-right: 0px !important;

    }
    .stud-calendar-widget > .nav-tabs > li.active > a {
        font-size: 16px !important;
    }

    .stud-confetti-modal-content {
        margin: 60px auto 40px auto !important;
        padding: 0 !important;
        height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}
.highcharts-credits{
    display:none;
}
@media (max-width: 768px){
    .results-web-head tr td {
        padding-left: 10px;
    }
    .results-web-table tr td {
        text-align: left;
    }
    .results-email-head tr td {
        padding-left: 10px;
        white-space: nowrap;
    }
    .results-email-table tr td {
        text-align: left;
    }
    .results-sem-head tr td , .results-cm-head tr td, .results-stats-head tr td{
        padding-left: 10px;
        white-space: nowrap;
    }
    .results-sem-table tr td {
        text-align: left;
    }
    .results-ranks-head tr td{
        padding-left: 10px;
    }


    .results-email-table tr td:nth-child(7) , .results-email-table tr td:nth-child(8) {
        text-align: center;
    }
    .results-sem-table tr td:nth-child(9) , .results-sem-table tr td:nth-child(10) , .results-sem-table tr td:nth-child(11) {
        text-align: center;
    }
    .results-web-table tr td:nth-child(6) , .results-web-table tr td:nth-child(7) {
        text-align: center;
    }
    #web tr td:nth-child(7){
        text-align: center;
    }
    .results-cm-table tr td:nth-child(3){
        text-align: left;
    }

}
.stud-coop-web-head .small_fin , .stud-coop-sem-head .small_fin , .results-sem-head .small_fin , .results-cm-head .small_fin ,.results-stats-head .small_fin ,
.stud-coop-email-head .small_fin , .results-web-head .small_fin , .results-email-head .small_fin{
    font-style: italic;
    font-size: 11px;
}

.select-leads {
    height: 32px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.errorMsg {
    display: none;
}
.help-block {
    display: block;
    color: #b94a48 !important;

}
#pageProducts p, #pageABProducts p{
    color: #666 ;
    text-transform: none;
    font-weight: normal !important;
}
.stud-obj2 .stud-obj-li-current{
    max-height: 500px;
    overflow: auto;
}
/*mobile*/

#pageProductsSem  p span {
    text-transform: uppercase;
    color: #AEAEAE;
    margin: 0 0 4px;
}
#pageProductsSem  p  {
    color: #AEAEAE;
}

.ip-log .dataTables_scrollBody{
    height: 680px !important;

}
.ip-log .dataTables_wrapper .row div .dataTables_filter{
    top:0px !important;
    left: 13px !important;

}.ip-log .dataTables_wrapper .row div .dataTables_length{
     top:0px !important;
     right: 0px !important;
 }
@media (max-width: 769px){
    .ip-log .dataTables_wrapper .row div .dataTables_filter{
        top:0px !important;
        position: inherit;
    }
}

/*fixed table header*/
.dataTables_scrollHead {
    position: sticky !important;
    top: 0;
    z-index: 99;
    background-color: white;
    box-shadow: 0px 5px 5px 0px rgba(82, 63, 105, 0.08);
}

.sem-camp-ads .dataTables_scroll,
.sem-ads-ads .dataTables_scroll,
.sem-kw-ads .dataTables_scroll,
.sem-res-ads .dataTables_scroll {
    overflow: auto;
}
.sem-groups-ads .dataTables_scroll{
    height: 388px;
    overflow: auto;
}

@media (min-width: 1260px){
    .sem-camp-ads .dataTables_scroll,
    .sem-ads-ads .dataTables_scroll,
    .sem-kw-ads .dataTables_scroll,
    .sem-res-ads .dataTables_scroll {
        overflow: auto;
        /*overflow-x: hidden;*/
    }
    .sem-groups-ads .dataTables_scroll{
        height: 388px;
        overflow: auto;
        overflow-x: hidden;
    }

}
.sem-res-ads .dataTables_scrollBody{
    height: 532px !important;
}
.sem-kw-ads .dataTables_scrollBody{
    height: 525px !important;
}
@media (max-width: 767px){
    #video-tutorials-resources{
        padding-left: 0px;
    }
    #filterRound{
        width: 120px !important;
        padding-left: 30px !important;
    }

}
#video-tutorials-resources{
    overflow:auto;
}
#filterRound{
    width: 160px;
    height: 42px;
    padding: 0px;
}
.stud-obj-li-current div .task-text{
    background: white !important;
    border-color: white !important;
    color: #666;
}
#studentTeamName p {
    color: #999;
    margin-right: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
#studentTeamName {
    text-align: center;
}
#inst-participants-change {
    cursor: pointer;
}
#new-team-name p{
    width: 250px;
    margin: auto;
    padding: 5px;
    color: #999;

}
#new-team-name{
    top: 3%;
}
/*eliminate doubled scrollbar from calendar */
.fc-corner-right .fc-event-inner{
    padding-right: 0px !important;
}
#support-button{
    top:-10px !important;
}
.test-modal .inst-cal-modal2-body {
    padding: 51px 80px !important;
    margin: 0 0 230px 0;
}
.test-modal > .inst-cal-modal2-content {
    width: 50% !important;
    margin: 60px auto 0 auto;
    padding: 10px 0;
    height: 504px;
    overflow: auto;
    top: 0 !important;
    right: 0 !important;
}

#slider-filter-min , #slider-filter-max , #fromRound, #toRound{
    display: none;
}
.desktop-view-filter{
    display: block;
}
@media (max-width: 767px){
    .close-modal-mobile{
        margin: 20px auto 40px auto !important;
    }
    #fromRound, #toRound{
        display: block;
    }
    #toRound{
        margin-top:15px;
    }
    .desktop-view-filter{
        display: none;
    }
}
.download_reports .calendar-green-btn{
    width: auto !important;
}
/*hide export excel buttons on mobile */
/*@media (max-width: 767px){*/
/*    #export-to-excel , #export-stats , #excel-btn {*/
/*        display: none !important;*/
/*    }*/
/*}*/
#wid-id-4-test{
    display: block !important;
}
a.objLink {color:black;
    text-decoration:none;
    cursor: pointer;
}
a.objLink:hover {color: #666}


@media (min-width: 768px){
    .student-in-team .label-danger , .student-in-team .label-success{
        margin-left:2%;
    }
    #mobile-products-modals{
        display: flex;
    }

}
#mobile-products-modals ,#pageBreak{
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(max-width: 600px) {
    .test-modal  .inst-cal-modal2-content {
        width: 80% !important;
    }
    #mobile-products-modals{
        display: flex;
    }
    #desktop-products-modals{
        display: none;
    }
}
@media(max-width: 1087px) {
    #mobile-products-modals{
        display: flex;
    }
    #pageBreak{
        display: block;
    }
    #desktop-products-modals{
        display: none;
    }
}

@media(max-width: 1087px) {
    .analytics-nav-col {
        display: flex;
        flex-direction: column-reverse;
    }
    .analytics-nav-col ul {
        display: block;
    }
}
@media(max-width: 768px) {
    .analytics-nav-col ul {
        display: flex;
    }
    #mobile-products-modals {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}
@media only screen and (max-width: 1087px) and (min-width: 600px){
    #mobile-products-modals{
        display: block;
    }

}
@media(max-width: 1520px){
    .analytics-widget-body .dataTables_scroll {
        overflow-x: scroll;
    }
}
#purchase-history-modal .user-balance{
    font-size: 10px;
    font-weight: bold;
}

#purchase-history-modal .col-md-2{
    padding-left: 0px !important;
}
#purchase-history-modal .user-timezone{
    margin-left: 0px !important;
}
#purchase-history-modal ul li{
    margin: 10px;
}
#product-flow-chart a , #product-flow-chart2 a , #traffic-flow-chart a{
    color:#666666;
}
.email-camp-jarvis .dataTables_filter {
    position: absolute;
    left: 170px;
    top: -38px;
}
.email-camp-jarvis .dataTables_filter div span {
    padding: 6px 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
/*duplicate sem campaign carousel*/
#duplicate-sem-carousel .item{
    padding-top: 0px;
    min-height: auto;
}
#duplicate-sem-carousel .carousel-control.left{
    left: -11%;
}

#duplicate-sem-carousel .carousel-control.right{
    right: -11%;
}
#duplicate-sem-carousel .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right,
#duplicate-sem-carousel .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
{
    color: black;
}

/* end duplicate sem campaign carousel*/

.keywords-type span{
    text-transform: uppercase;
    color: #AEAEAE;
}
#dest_url[disabled]{
    cursor: not-allowed;
    background-color: #eee;
}

.headline_message , .desc1_message, .desc2_message{
    color:red;
}

.new_ad_options_row_class div div p{
    text-transform: uppercase;
    color: #AEAEAE;
    margin: 0 0 4px;
}

.disabledKeyword{
    color:grey;
    font-style:italic;
    cursor:not-allowed;

}
.disabledKeyword input{
    display: none;
}
.remove-round-show{
    margin-bottom: 5px;
}
.remove-round-show p{
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}
.remove-round-show strong{
    text-transform: uppercase;
    font-size: 14px;
    color: #999;
}
.font-14{
    font-size: 14px !important;
}

@media screen and (max-width:667px){
    .sem-row2 h1{
        margin-left:0px;
    }
    .sem-row1{
        margin-right: 0px;
    }
}

.completed-objs{
    font-size: 20px;
    font-weight: bold;
    color: #666;
    align-items: center;
    padding-left: 20px !important;
}
.email-toolbar-tab1{
    width: 40%;
    display: block;
}
#stud-web-checkstats {
    width: 20% !important;
}
.emailTemplate .web-toolbar-bar{
    justify-content: space-between;
    padding: 0% 5%;
}
#targetRoas{
    display: none;
    padding-left: 18px;
}
.ads-shop-img{
    width: 50px;
    height: 50px;
    padding-right: 10px !important;
}
.display-flex{
    display: flex;
    align-items: center;
}
#products-tab .ad-text-wrapper{
    width: 100%;
}
#keywords-tab .ad-text-wrapper{
     width: 90%;
     margin: auto;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.sem-transparent-btn1{
    width: auto !important;
}
.linkText{
    color: white;
    font-weight: bold;
}
.linkText:hover{
    color: white;
    font-weight: bold;
    text-decoration: underline !important;
}
.retargetingTitle{
    display: none;
    text-transform: uppercase;
    color: #AEAEAE;
    margin-bottom: 5px;
    font-weight: bold;
}
.obj-nomargin-col .well.reports-tab {
    margin-bottom: 5px !important;
}
.obj-nomargin-col .well.reports-tab .description {
    padding-bottom: 20px;
}
.obj-nomargin-col .well.reports-tab .no-bottom-padding {
    margin-bottom: 0px;
}
.obj-nomargin-col .well.reports-tab .subtitle-reports {
    font-style: italic;
    padding-bottom: 20px;
}
.background-row{
    background-color: #e5e5e5;
}
/*increase padding inside datetimepicker*/
.bootstrap-datetimepicker-widget table td.day {
    padding: 4px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    min-width: 32em !important;
}
.stud-obj-li-current p{
    color: white;
}

.paid_title{
    color: #5C67F6 !important;
    font-weight: bold;
}
.paid_link{
    color: #5C67F6 !important;
    text-decoration: none !important;
    font-size: 14px;
}
.sem-ads-results .organic-title{
    color: #5C67F6 !important;
    font-weight: bold;
}
.web-stats p{
    color: inherit;
}
.web-stats .stud-round-objective{
    display: block;
}

@media (max-width: 768px) {
    .input-group-addon {
       display: none;
    }
}
.community-labels{
    margin-bottom: 20px;
}
#post-products .slick-list{
    width:100%;
}
#guide-tutorial .modal-content{
    height: 550px;
    width:60% ;
}

@media (max-width: 768px){
    #guide-tutorial .modal-content{
        width: 100% !important;
    }
    /*hide tutorial item (Landing page view, Search from web*/
    .stud-web-item3, .stud-web-item3 p {
        display: none;
    }
    .stud-web-item10 , .stud-web-item10 p{
        display: none;
    }
}
.showPrevious .stud-obj-container{
    display: flex !important;
}

.dashboard-img-r1{
    display: block;
}
.dashboard-img-r1 img{
    width: -webkit-fill-available;
    /*for firefox*/
    width: -moz-available;
    margin: 0 auto;
    display: flex;
}
.dashboard-img-r1 h4{
    padding: 10px;
}
#dashboard-report{
    height: auto !important;
    padding-bottom: 20px;
}
@media (min-width: 1260px){
    .dashboard-img-r1{
        display: flex;
    }
    .dashboard-img-r1 img{
        height: 230px;
    }
}

@media only screen and (max-width: 1399px) and (min-width: 990px){
    .skills-subt-l1 {
        bottom: 89.9%;
    }
    .skills-subt-l2 {
        bottom: 42%;
    }
}
@media only screen and (max-width: 1537px) and (min-width: 1400px){
    .skills-subt-l1 {
        bottom: 89.9%;
    }
    .skills-subt-l2 {
        bottom: 42%;
    }
}

/*web actions scrollbar*/
/*firefox*/
.wb-dropdown.open .dropdown-menu .scrollbar-width{
    width: 6px;
}
/*chrome*/
.wb-dropdown.open .dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

#dashboard-report .display-block{
    display: block;
}
#dashboard-report .display-block img{
    object-fit: contain;
}
.web-content-div .fade{
    overflow:auto;
}

.publish-button{
    font-size: 13px;
    height: 27.2px;
    margin: 4px 5px;
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}
#exploreProfile{
    display: inline !important;
}
.info-publish-button{
    font-size: 13px;
    height: 27.2px;
    margin: 4px 5px;
    display: flex;
    justify-content: center;
    padding: 5px 20px;
}

/*profile review*/
.rating1 ,.rating2,.rating3,.rating4.rating5  {
    border: none;
    float: right;

}

.rating1 > label,  .rating2 > label,.rating3 > label,.rating4 > label,.rating5 > label {
    color: #90A0A3;
    float: right;
}

.rating1 > label:before , .rating2 > label:before , .rating3 > label:before ,.rating4 > label:before ,.rating5 > label:before  {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}

.rating1 > input, .rating2 > input, .rating3 > input, .rating4 > input,.rating5 > input {
    display: none;
}

.rating1 > input:checked ~ label,
.rating1:not(:checked) > label:hover,
.rating1:not(:checked) > label:hover ~ label {
    color: #F79426;
}
.rating2 > input:checked ~ label,
.rating2:not(:checked) > label:hover,
.rating2:not(:checked) > label:hover ~ label {
    color: #F79426;
}
.rating3 > input:checked ~ label,
.rating3:not(:checked) > label:hover,
.rating3:not(:checked) > label:hover ~ label {
    color: #F79426;
}
.rating4 > input:checked ~ label,
.rating4:not(:checked) > label:hover,
.rating4:not(:checked) > label:hover ~ label {
    color: #F79426;
}
.rating5 > input:checked ~ label,
.rating5:not(:checked) > label:hover,
.rating5:not(:checked) > label:hover ~ label {
    color: #F79426;
}

.rating1 > input:checked + label:hover,
.rating1 > input:checked ~ label:hover,
.rating1 > label:hover ~ input:checked ~ label,
.rating1 > input:checked ~ label:hover ~ label {
    color: #FECE31;
}
.rating2 > input:checked + label:hover,
.rating2 > input:checked ~ label:hover,
.rating2 > label:hover ~ input:checked ~ label,
.rating2 > input:checked ~ label:hover ~ label {
    color: #FECE31;
}
.rating3 > input:checked + label:hover,
 .rating3 > input:checked ~ label:hover,
 .rating3 > label:hover ~ input:checked ~ label,
 .rating3 > input:checked ~ label:hover ~ label {
     color: #FECE31;
 }
.rating4 > input:checked + label:hover,
.rating4 > input:checked ~ label:hover,
.rating4 > label:hover ~ input:checked ~ label,
.rating4 > input:checked ~ label:hover ~ label {
    color: #FECE31;
}
.rating5> input:checked + label:hover,
 .rating5 > input:checked ~ label:hover,
 .rating5 > label:hover ~ input:checked ~ label,
 .rating5 > input:checked ~ label:hover ~ label {
     color: #FECE31;
 }



 .review-line{
    display: flex;
    justify-content: center;
}
 .review-line label{
     margin-bottom:  0px;
 }
.review-item{
    display: flex;
    flex: 1;
    flex-basis: 50%;
}
.review-line h3{
    justify-content: end;
}
.review-line div{
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
}

.reviewBtn {
    background-image:url("../img/review-png.png");
    width: 70px;
    height: 70px;
    background-size: cover;
    background-color: #eee;
    border: none;

}


.review-buttons-holder{
    opacity: 0.6;
    text-align: center;
}
.review-buttons-holder:hover{
    opacity: 1;
    transition: background-color 0.3s ease;
}
#reviewModal .planner-pdf-modal-dialog .planner-pdf-modal-content{
    height: 500px;
    width: 50% !important;
}
.review-notes{
    text-align: center;
}
.review-line h3{
    margin: 10px 0;
}

.mobile-skills-wrapper{
    display: none;
}
.desktop-skills-wrapper{
    display: block;
}
.mobile-trustpilot {
    display: none;
}
.desktop-trustpilot {
    display: block;
}
@media (max-width: 768px){
    .mobile-skills-wrapper{
        display: block;
    }
    .desktop-skills-wrapper{
        display: none;
    }

    .mobile-trustpilot {
        display: block;
    }
    .desktop-trustpilot {
        display: none;
    }

    #reviewModal .planner-pdf-modal-dialog .planner-pdf-modal-content{
        width: 80% !important;
        height: 430px;
    }
    .review-line h3{
        margin: 5px 0;
        font-size: 13px;
    }
    .rating1 > label:before, .rating2 > label:before, .rating3 > label:before, .rating4 > label:before, .rating5 > label:before {
        font-size: 1em;
    }
    .reviewBtn {
        width: 45px;
        height: 45px;
    }
    .review-buttons-holder p{
        font-size: 10px;
    }
}

/*horizontal scroll with arrows*/

.menu-container {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    white-space: nowrap; /* Ensure menu items stay in a single line */
    position: relative; /* Add this rule to enable positioning of the indicator */
    white-space: nowrap; /* Ensure menu items stay in a single line */
    padding-bottom: 10px;
}


.menu-container {
    resize: none;
}
.menu-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.menu-container::-webkit-scrollbar {
    margin-top: 20px;
    width: 2px;
    height: 4px;
    background-color: #F5F5F5;
}

.menu-container::-webkit-scrollbar-thumb {
    background-color: #000000;
    /*border: 2px solid #555555;*/
}

.menu-container:focus::-webkit-input-placeholder {
    color: transparent;
}

li.active a:not(#myTab1 li.active a , .res-nav-col li.active a , .results-widget-body li.active a , #settingsNav2 li.active a, .well-results li.active a , .inst-res-r1 li.active a){
    color: #fff !important;
    font-size: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-bottom: 4px solid rgba(250,250,250, 0.5) !important;
    border-bottom-width: 7px !important;
}

/*sem status*/
#hide-select{
    display: none ;
}
/*sorting*/
.sorting-arrows{
    display: block;
}

/* instructor courses buttons*/
.instr-courses .home-white-btn{
    white-space: normal;
    height: auto;
}
#log_out_modal{
    z-index: 9991;
}
#remove-skills{
    background: white !important;
    border: 1px solid black !important;
    color:black !important;
}

/*chatbot*/
#chatbot-wrapper{
    position: fixed;
    right: 2%;
    bottom: 9%;
    z-index: 999;
}
#chatbot-wrapper iframe, #chatbot-button-close{
    display: none;
}
.chatbot-button{
    position: fixed;
    right: 0%;
    bottom: 2%;
    border: none;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 600;
    height: 60px;
    line-height: 1.75rem;
    padding: 0 10px;
    margin-right:3px;
    width: auto;
    max-width: fit-content;
    color: rgb(54, 206, 204);
    display: flex;
    align-items: center;
    background-color: transparent;
}
.chatbot-button i{
    display: block;
    font-size: 2em;
}
.chatbot-button span{
    text-transform: uppercase;
    font-size: 12px;
    background-color: rgb(54, 206, 204);
    color: #fff;
    padding: 1px 7.5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}


/*announcements wrapper*/
#announcements-wrapper{
    position: fixed;
    right: 2%;
    bottom: 9%;
    z-index: 999;
}
#announcements-button-open {
    display: grid;
    font-size: 2.5em;
}
#announcements-modal{
    overflow: auto;
}
#announcements-modal iframe{
    width:100%;
    height:425px;
}

.announcements-button{
    position: fixed;
    right: 0%;
    bottom: 50%;
    border: none;
    border-radius: 16px;
    font-size: 1.5rem;
    font-weight: 600;
    height: 60px;
    line-height: 1.75rem;
    padding: 0 10px;
    margin-right:3px;
    width: auto;
    max-width: fit-content;
    color: #DBA237;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.announcements-button i {
    color: #DBA237;
    margin-bottom: 3px;
}
.announcements-button span{
    font-size: 12px;
    background-color: #dba237;
    color: #fff;
    padding: 1px 7.5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.announcements-button:hover , .chatbot-button:hover {
    transform:scale(1.01,1.01);
    -webkit-transform:scale(1.01,1.01);
    -moz-transform:scale(1.01,1.01);
    transition: all 0.1s;
    box-shadow: 0 0 6px #666;
    font-weight: 600;

}
#announcements-height{
    height: 462px !important;
}

@media (max-width: 768px){
    .run-simulation-span{
       white-space: pre !important;
    }
}

.reviewButtonWrap{
    width: 100%;
    margin: 10px auto !important;
}
#evaluateUrl{
    padding:0px;
}
.sourceList{
    padding-left: 0px;
}
.sourceList li{
    list-style-type: none;
}
.share-skills-icon{
    font-size: 20px !important;
}
.skills-img-wrapper img{
    width: 100%;
}
.flex-timeline{
    display: flex;
    align-items: center;
    padding-left: 13px;
    padding-right: 13px;
}
.page-title-student{
    margin: 20px 0 20px;
}
.flex-timeline a{
    margin: 0 0 0 auto;
    padding: 9px 16px !important;
}
.dashboard-tab .dashboard-ads-tab-na, .dashboard-tab .dashboard-email-tab-na{
    margin: 5px 0 !important;
}
#chooseModel{
    display: none;
    z-index: 1050;
    background:linear-gradient(45deg, black, transparent)
}
#chooseModel .arch-confirm-modal-content2{
    width: 45% !important;
    height: 270px;
    margin: 100px auto 0 auto !important;
}
#confirmClassic, #exploreNewApp{
    width:185px;
}

#non-academic-wrapper:hover>div{
    display: block !important;
}


#non-academic-tooltip-content {
    position: absolute;
    width: 100%;
    margin-right: 100px;
    left: 0;
    background: white;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
    bottom: 100%;
    padding: 10px;
}
/*New CM settings*/
.community-settings .set-btn-white {
    margin-left:15px !important;
    border-radius:3px !important;
    height:34px;
    font-size: 13px;
}
#modalCmSettings #prod-themes span{
    margin-right:10px;
    margin-left:3px;
}
#modalCmSettings #prod-themes .items-line{
    align-items: center;
    display: inline-flex;
}
#modalCmSettings #prod-themes input{
    margin : 0px;
}
#modalCmSettings .arch-confirm-modal-content2{
    width:60% !important;
    overflow: hidden;
}

.products-content th span:first-child {
    display: block; /* Allow the first word to occupy its own line */

}
.products-content th{
    text-align: center;
}
.products-content .dataTables_wrapper table.table thead .sorting, .dataTables_wrapper table.table thead .sorting_asc, .dataTables_wrapper table.table thead .sorting_asc_disabled, .dataTables_wrapper table.table thead .sorting_desc, .dataTables_wrapper table.table thead .sorting_desc_disabled{
    padding-right:8px;
}
.products-content .analytics-widget-body .dataTables_scrollBody , .products-content .analytics-widget-body .dataTables_scrollHead {
    padding-left: 10px;
}

/*test new font */
/*@font-face {*/
/*    font-family: 'Poppins';*/
/*    src: url('../fonts/poppins/Poppins-SemiBoldItalic.ttf') format('truetype');*/
/*}*/
/*.custom-font h2 strong{*/
/*    font-family: 'Poppins', sans-serif; !* Fallback to sans-serif *!*/
/*}*/