
/*common css*/

body, html {
    font-size: 12px;
    line-height:20px;
    color: #333;
    background-color: #FEFEFE;
    margin: 0;

}

h2 {
    display: inline-block;
}

.adwidget{
    margin: 0 0 25px;
}

/*** header ***/

header {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-width: 0 0 1px;
    color: #FFF;
    font-size: 0;
    text-align: left;
    vertical-align: middle;
}

header .header-inner{
    background-color: #0e2431;
    padding-top: 5px;
    padding-bottom: 2px;
}

header #header-sm-logo{
    display: none;
}

header #header-title{
    padding: 5px 15px;
}

header #header-links{
    display: inline-block;
    vertical-align: top;
    padding: 9px 10px 0 0;
}

header .user-dropdown{
    /*display: inline-block;*/
}

#header-logo {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin: 0 10px 0 0;
}

#header-logo img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}

header h2{
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

header .upload{
    font-size: 17px;
    font-weight: 600;
    padding: 1px 10px;
    display: inline-block;
    margin-left: 15px;
}

#header-links {
    text-align: right;
}

#header-links .codeplay-username{
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
    margin: 0 10px 0 0;
}

#header-links > a {
    font-size: 12px;
    font-weight: bold;
    color: #555;
    background-color: #fff;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 3px;
    display: inline-block;
}
#header-links a:hover {
    color: #636363;
}

/*header end*/

/*wrapper css*/

#wrapper{
    background-color: #fcf1e3;
    min-height: calc(100vh - 50px);
    padding: 30px 0 0;
    text-align: center;
}

#wrapper .screenshot-heading{
    color: #E0224B;
    font-size: 35px;
    font-weight: 800;
    text-transform: uppercase;
}
#wrapper h4{
    color: #0e2431;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 30px;
}



#upload-clickable{
    padding: 50px;
    border: 3px dashed #999;
    border-radius: 20px;
    /*min-height: 400px;*/
    cursor: pointer;
    margin: 0 0 30px;
}

.uploadIcon{
    color: #fff;
    background-color: #E0224B;
    font-size: 100px;
    line-height: 130px;
    text-align: center;
    height: 150px;
    width: 150px;
    margin: 0 auto 30px;
    border-radius: 20px;
}

#wrapper .supports{
    font-size: 15px;
    margin: 0 0 5px;
    display: block;
}

.uploaderBottom {
    display: flex;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(0, 0, 0, 0.4);
    padding: 10px 18px;
    color: #0E2431;
    font-size: 18px;
    margin-top: 25px;
    border-radius: 4px;
    position: relative;
}

.uploaderBottom:last-child{
    margin-bottom: 25px;
}

.uploaderBottom .spinnerCross {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 25px;
}

.uploaderBottom .spinnerCross .crossSp {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #EA4C4C;
}

.uploaderBottom .spinnerCross .crossSp:hover {
    color: #C14545;
}

.uploaderBottom .spinnerCross .spinner-grow {
    width: 25px;
    height: 25px;
}

.uploaderBottom .progress {
    height: 10px;
}

.uploaderBottom .uploaderImageIcon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

.uploaderBottom .uploaderBottomFlex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.uploaderBottom .uploaderBottomFlex .uploaderBototmName {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.uploaderBottom .uploaderBottomFlex .progress {
    margin-top: 9px;
}

.uploaderBottom .uploaderBottomFlex .uploaderProgress .success-link {
    font-size: 14px;
    color: #555;
    display: block;
    text-align: left;
    background: #e7e7e7;
    border-radius: 5px;
}

.uploaderBottom .uploaderBottomFlex .uploaderProgress .success-link a{
    color: #555;
    font-size: 14px;
    transition: all 0.3s ease 0s;
}
.uploaderBottom .uploaderBottomFlex .uploaderProgress .success-link a:hover{
    color: #000;
}


.copy-clipboard{
    border-radius: 5px;
    background: #555;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
}

.copy-clipboard:hover{
    background-color: #e0224b;
}

/*single screenshot page css*/


.imageViewer{
    margin: 0 0 30px;
}
.imageViewer img{
    max-width: 100%;
    height: auto;
}

.screenshot-info-sidebar{
    text-align: left;
}

#wrapper .screenshot-info-sidebar h4{
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px solid #d1d1d1;
}

#wrapper .screenshot-info-sidebar .screenshot-share{
    padding: 0;
    margin: 0 0 40px;
    list-style: none;
}

#wrapper .screenshot-info-sidebar .screenshot-share li {
    display: inline-block;
    margin: 0 5px 0 0;
}

#wrapper .screenshot-info-sidebar .screenshot-share li a{
    color: #fff;
    background-color: #3b5998;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease 0s;
}

#wrapper .screenshot-info-sidebar .screenshot-share li a.tweet-share{
    background-color: #55acee;
}
#wrapper .screenshot-info-sidebar .screenshot-share li a.whatsapp-share{
    background-color: #28a745;
}
#wrapper .screenshot-info-sidebar .screenshot-share li a.linkedIn-share{
    background-color: #007bb6;
}

#wrapper .screenshot-info-sidebar .screenshot-share li a:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

#wrapper .screenshot-info-sidebar .copy-mainLink{
    position: relative;
    margin: 0 0 20px;
}

#wrapper .screenshot-info-sidebar .copy-mainLink span{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
}

#wrapper .screenshot-info-sidebar .directLink{
    color: #555;
    background-color: #fff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #d1d1d1;
    padding: 10px 10px;
    border-radius: 5px;
    word-wrap: break-word;
}

#wrapper .screenshot-info-sidebar .directLink .btn{
    color: #fff;
    background-color: #0E2431;
    font-size: 13px;
    padding: 2px 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
}

#wrapper .screenshot-info-sidebar .directLink:hover .btn{
    opacity: 1;
}

#wrapper .screenshot-info-sidebar .directLink.htmlEmbed {
    padding: 0;
}

#wrapper .screenshot-info-sidebar .directLink.htmlEmbed .btn{
    position: relative;
    opacity: 1;
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
}

@media screen and (max-width: 576px) {

    header #header-sm-logo{
        display: block;
        text-align: center;
        padding: 10px;

    }

    header #header-sm-logo img{
        width: 100%;
    }

    #wrapper h4{
        font-size: 23px;
    }
    #wrapper .screenshot-heading{
        font-size: 25px;
    }

    #header-logo{
        display: none;
    }
}
